Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/netiucv
File: iucv.h
/* Copyright (C) 2007-2018 Free Software Foundation, Inc.
[0] Fix | Delete
This file is part of the GNU C Library.
[1] Fix | Delete
[2] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[3] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[4] Fix | Delete
License as published by the Free Software Foundation; either
[5] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[6] Fix | Delete
[7] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[8] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[9] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[10] Fix | Delete
Lesser General Public License for more details.
[11] Fix | Delete
[12] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[13] Fix | Delete
License along with the GNU C Library; if not, see
[14] Fix | Delete
<http://www.gnu.org/licenses/>. */
[15] Fix | Delete
[16] Fix | Delete
#ifndef __NETIUCV_IUCV_H
[17] Fix | Delete
#define __NETIUCV_IUCV_H 1
[18] Fix | Delete
[19] Fix | Delete
#include <features.h>
[20] Fix | Delete
#include <bits/sockaddr.h>
[21] Fix | Delete
[22] Fix | Delete
__BEGIN_DECLS
[23] Fix | Delete
[24] Fix | Delete
struct sockaddr_iucv
[25] Fix | Delete
{
[26] Fix | Delete
__SOCKADDR_COMMON (siucv_);
[27] Fix | Delete
unsigned short siucv_port; /* Reserved */
[28] Fix | Delete
unsigned int siucv_addr; /* Reserved */
[29] Fix | Delete
char siucv_nodeid[8]; /* Reserved */
[30] Fix | Delete
char siucv_user_id[8]; /* Guest User Id */
[31] Fix | Delete
char siucv_name[8]; /* Application Name */
[32] Fix | Delete
};
[33] Fix | Delete
[34] Fix | Delete
__END_DECLS
[35] Fix | Delete
[36] Fix | Delete
#define SOL_IUCV 277 /* IUCV level */
[37] Fix | Delete
[38] Fix | Delete
/* IUCV socket options (SOL_IUCV) */
[39] Fix | Delete
#define SO_IPRMDATA_MSG 0x0080 /* Send/recv IPRM_DATA msgs */
[40] Fix | Delete
#define SO_MSGLIMIT 0x1000 /* Get/set IUCV MSGLIMIT */
[41] Fix | Delete
#define SO_MSGSIZE 0x0800 /* Get maximum msgsize */
[42] Fix | Delete
[43] Fix | Delete
/* IUCV related control messages (scm) */
[44] Fix | Delete
#define SCM_IUCV_TRGCLS 0x0001 /* Target class control message */
[45] Fix | Delete
[46] Fix | Delete
#endif
[47] Fix | Delete
[48] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function