c8bac6b2acd0bfea11f56f4bb86afb408214727e
[musl] / include / bits / socket.h
1 struct msghdr
2 {
3         void *msg_name;
4         socklen_t msg_namelen;
5         struct iovec *msg_iov;
6         int msg_iovlen;
7         void *msg_control;
8         socklen_t msg_controllen;
9         int msg_flags;
10 };
11
12 struct cmsghdr
13 {
14         socklen_t cmsg_len;
15         int cmsg_level;
16         int cmsg_type;
17 };
18
19 struct ucred
20 {
21         pid_t pid;
22         uid_t uid;
23         gid_t gid;
24 };
25
26 struct linger
27 {
28         int l_onoff;
29         int l_linger;
30 };
31
32 #define SHUT_RD 0
33 #define SHUT_WD 1
34 #define SHUT_RDWR 2
35
36 #define SOCK_STREAM    1
37 #define SOCK_DGRAM     2
38 #define SOCK_RAW       3
39 #define SOCK_RDM       4
40 #define SOCK_SEQPACKET 5
41 #define SOCK_PACKET    10
42
43 #define AF_UNSPEC       0
44 #define AF_LOCAL        1
45 #define AF_UNIX         AF_LOCAL
46 #define AF_FILE         AF_LOCAL
47 #define AF_INET         2
48 #define AF_AX25         3
49 #define AF_IPX          4
50 #define AF_APPLETALK    5
51 #define AF_NETROM       6
52 #define AF_BRIDGE       7
53 #define AF_ATMPVC       8
54 #define AF_X25          9
55 #define AF_INET6        10
56 #define AF_ROSE         11
57 #define AF_DECnet       12
58 #define AF_NETBEUI      13
59 #define AF_SECURITY     14
60 #define AF_KEY          15
61 #define AF_NETLINK      16
62 #define AF_ROUTE        AF_NETLINK
63 #define AF_PACKET       17
64 #define AF_ASH          18
65 #define AF_ECONET       19
66 #define AF_ATMSVC       20
67 #define AF_SNA          22
68 #define AF_IRDA         23
69 #define AF_PPPOX        24
70 #define AF_WANPIPE      25
71 #define AF_BLUETOOTH    31
72
73 #define PF_UNSPEC       0
74 #define PF_LOCAL        1
75 #define PF_UNIX         PF_LOCAL
76 #define PF_FILE         PF_LOCAL
77 #define PF_INET         2
78 #define PF_AX25         3
79 #define PF_IPX          4
80 #define PF_APPLETALK    5
81 #define PF_NETROM       6
82 #define PF_BRIDGE       7
83 #define PF_ATMPVC       8
84 #define PF_X25          9
85 #define PF_INET6        10
86 #define PF_ROSE         11
87 #define PF_DECnet       12
88 #define PF_NETBEUI      13
89 #define PF_SECURITY     14
90 #define PF_KEY          15
91 #define PF_NETLINK      16
92 #define PF_ROUTE        PF_NETLINK
93 #define PF_PACKET       17
94 #define PF_ASH          18
95 #define PF_ECONET       19
96 #define PF_ATMSVC       20
97 #define PF_SNA          22
98 #define PF_IRDA         23
99 #define PF_PPPOX        24
100 #define PF_WANPIPE      25
101 #define PF_BLUETOOTH    31
102
103 #define SO_DEBUG        1
104 #define SO_REUSEADDR    2
105 #define SO_TYPE         3
106 #define SO_ERROR        4
107 #define SO_DONTROUTE    5
108 #define SO_BROADCAST    6
109 #define SO_SNDBUF       7
110 #define SO_RCVBUF       8
111 #define SO_KEEPALIVE    9
112 #define SO_OOBINLINE    10
113 #define SO_NO_CHECK     11
114 #define SO_PRIORITY     12
115 #define SO_LINGER       13
116 #define SO_BSDCOMPAT    14
117 #define SO_REUSEPORT    15
118 #define SO_PASSCRED     16
119 #define SO_PEERCRED     17
120 #define SO_RCVLOWAT     18
121 #define SO_SNDLOWAT     19
122 #define SO_RCVTIMEO     20
123 #define SO_SNDTIMEO     21
124
125 #define SO_SECURITY_AUTHENTICATION              22
126 #define SO_SECURITY_ENCRYPTION_TRANSPORT        23
127 #define SO_SECURITY_ENCRYPTION_NETWORK          24
128
129 #define SO_BINDTODEVICE 25
130
131 #define SO_ATTACH_FILTER        26
132 #define SO_DETACH_FILTER        27
133
134 #define SO_PEERNAME             28
135 #define SO_TIMESTAMP            29
136 #define SCM_TIMESTAMP           SO_TIMESTAMP
137
138 #define SO_ACCEPTCONN           30
139
140 #define SOL_SOCKET      1
141
142 /* ??? */
143 #define SOL_RAW         255
144 #define SOL_DECNET      261
145 #define SOL_X25         262
146 #define SOL_PACKET      263
147 #define SOL_ATM         264
148 #define SOL_AAL         265
149 #define SOL_IRDA        266
150
151 #define SOMAXCONN       128
152
153 #define MSG_OOB       0x0001
154 #define MSG_PEEK      0x0002
155 #define MSG_DONTROUTE 0x0004
156 #define MSG_CTRUNC    0x0008
157 #define MSG_PROXY     0x0010
158 #define MSG_TRUNC     0x0020
159 #define MSG_DONTWAIT  0x0040
160 #define MSG_EOR       0x0080
161 #define MSG_WAITALL   0x0100
162 #define MSG_FIN       0x0200
163 #define MSD_SYN       0x0400
164 #define MSG_CONFIRM   0x0800
165 #define MSG_RST       0x1000
166 #define MSG_ERRQUEUE  0x2000
167 #define MSG_NOSIGNAL  0x4000
168 #define MSG_MORE      0x8000
169
170 /* Internal use only!! to make CMSG_NXTHDR definition readable by mortals */
171 #define __CMSG_LEN(cmsg) (((cmsg)->cmsg_len + sizeof(long) - 1) & ~(long)(sizeof(long) - 1))
172 #define __CMSG_NEXT(cmsg) ((unsigned char *)(cmsg) + __CMSG_LEN(cmsg))
173 #define __MHDR_END(mhdr) ((unsigned char *)(mhdr)->msg_control + (mhdr)->msg_controllen)
174
175 #define CMSG_DATA(cmsg) ((unsigned char *) (((struct cmsghdr *)(cmsg)) + 1))
176 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) ? (struct cmsghdr *)0 : \
177         (__CMSG_NEXT(cmsg) + sizeof (struct cmsghdr) >= __MHDR_END(mhdr) ? (struct cmsghdr *)0 : \
178         ((struct cmsghdr *)__CMSG_NEXT(cmsg))))
179 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
180
181 /* Are these valid? */
182 #define CMSG_ALIGN(len) (((len) + sizeof (size_t) - 1) & (size_t) ~(sizeof (size_t) - 1))
183 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr)))
184 #define CMSG_LEN(len)   (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len))
185
186 #define SCM_RIGHTS      0x01
187 #define SCM_CREDENTIALS 0x02