OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.40.
[linuxjm/LDP_man-pages.git] / po4a / socket / po / socket.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2012-05-01 04:39+0900\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: TH
20 #: build/C/man2/accept.2:39
21 #, no-wrap
22 msgid "ACCEPT"
23 msgstr ""
24
25 #. type: TH
26 #: build/C/man2/accept.2:39
27 #, no-wrap
28 msgid "2010-09-10"
29 msgstr ""
30
31 #. type: TH
32 #: build/C/man2/accept.2:39 build/C/man2/bind.2:66 build/C/man2/connect.2:65 build/C/man2/getsockname.2:38 build/C/man2/getsockopt.2:42 build/C/man2/listen.2:43 build/C/man2/recv.2:39 build/C/man2/recvmmsg.2:26 build/C/man2/select.2:38 build/C/man2/select_tut.2:30 build/C/man2/send.2:38 build/C/man2/sendmmsg.2:28 build/C/man3/sockatmark.3:23 build/C/man2/socket.2:41 build/C/man7/socket.7:26 build/C/man2/socketcall.2:26 build/C/man2/socketpair.2:40
33 #, no-wrap
34 msgid "Linux"
35 msgstr ""
36
37 #. type: TH
38 #: build/C/man2/accept.2:39 build/C/man2/bind.2:66 build/C/man3/bindresvport.3:27 build/C/man2/connect.2:65 build/C/man3/getifaddrs.3:33 build/C/man2/getsockname.2:38 build/C/man2/getsockopt.2:42 build/C/man2/listen.2:43 build/C/man2/recv.2:39 build/C/man2/recvmmsg.2:26 build/C/man2/select.2:38 build/C/man2/select_tut.2:30 build/C/man2/send.2:38 build/C/man2/sendmmsg.2:28 build/C/man3/sockatmark.3:23 build/C/man2/socket.2:41 build/C/man7/socket.7:26 build/C/man2/socketcall.2:26 build/C/man2/socketpair.2:40
39 #, no-wrap
40 msgid "Linux Programmer's Manual"
41 msgstr ""
42
43 #. type: SH
44 #: build/C/man2/accept.2:40 build/C/man2/bind.2:67 build/C/man3/bindresvport.3:28 build/C/man2/connect.2:66 build/C/man3/getifaddrs.3:34 build/C/man2/getsockname.2:39 build/C/man2/getsockopt.2:43 build/C/man2/listen.2:44 build/C/man2/recv.2:40 build/C/man2/recvmmsg.2:27 build/C/man2/select.2:39 build/C/man2/select_tut.2:31 build/C/man2/send.2:39 build/C/man2/sendmmsg.2:29 build/C/man3/sockatmark.3:24 build/C/man2/socket.2:42 build/C/man7/socket.7:27 build/C/man2/socketcall.2:27 build/C/man2/socketpair.2:41
45 #, no-wrap
46 msgid "NAME"
47 msgstr ""
48
49 #. type: Plain text
50 #: build/C/man2/accept.2:42
51 msgid "accept - accept a connection on a socket"
52 msgstr ""
53
54 #. type: SH
55 #: build/C/man2/accept.2:42 build/C/man2/bind.2:69 build/C/man3/bindresvport.3:30 build/C/man2/connect.2:68 build/C/man3/getifaddrs.3:36 build/C/man2/getsockname.2:41 build/C/man2/getsockopt.2:45 build/C/man2/listen.2:46 build/C/man2/recv.2:42 build/C/man2/recvmmsg.2:29 build/C/man2/select.2:42 build/C/man2/select_tut.2:34 build/C/man2/send.2:41 build/C/man2/sendmmsg.2:31 build/C/man3/sockatmark.3:26 build/C/man2/socket.2:44 build/C/man7/socket.7:29 build/C/man2/socketcall.2:29 build/C/man2/socketpair.2:43
56 #, no-wrap
57 msgid "SYNOPSIS"
58 msgstr ""
59
60 #. type: Plain text
61 #: build/C/man2/accept.2:46 build/C/man2/bind.2:73
62 #, no-wrap
63 msgid ""
64 "B<#include E<lt>sys/types.hE<gt>>          /* See NOTES */\n"
65 "B<#include E<lt>sys/socket.hE<gt>>\n"
66 msgstr ""
67
68 #. type: Plain text
69 #: build/C/man2/accept.2:48
70 #, no-wrap
71 msgid ""
72 "B<int accept(int >I<sockfd>B<, struct sockaddr *>I<addr>B<, socklen_t "
73 "*>I<addrlen>B<);>\n"
74 msgstr ""
75
76 #. type: Plain text
77 #: build/C/man2/accept.2:51
78 #, no-wrap
79 msgid ""
80 "B<#define _GNU_SOURCE>             /* See feature_test_macros(7) */\n"
81 "B<#include E<lt>sys/socket.hE<gt>>\n"
82 msgstr ""
83
84 #. type: Plain text
85 #: build/C/man2/accept.2:54
86 #, no-wrap
87 msgid ""
88 "B<int accept4(int >I<sockfd>B<, struct sockaddr *>I<addr>B<,>\n"
89 "B<            socklen_t *>I<addrlen>B<, int >I<flags>B<);>\n"
90 msgstr ""
91
92 #. type: SH
93 #: build/C/man2/accept.2:55 build/C/man2/bind.2:77 build/C/man3/bindresvport.3:37 build/C/man2/connect.2:77 build/C/man3/getifaddrs.3:45 build/C/man2/getsockname.2:48 build/C/man2/getsockopt.2:56 build/C/man2/listen.2:54 build/C/man2/recv.2:57 build/C/man2/recvmmsg.2:39 build/C/man2/select.2:81 build/C/man2/select_tut.2:73 build/C/man2/send.2:56 build/C/man2/sendmmsg.2:40 build/C/man3/sockatmark.3:40 build/C/man2/socket.2:50 build/C/man7/socket.7:33 build/C/man2/socketcall.2:31 build/C/man2/socketpair.2:50
94 #, no-wrap
95 msgid "DESCRIPTION"
96 msgstr ""
97
98 #. type: Plain text
99 #: build/C/man2/accept.2:70
100 msgid ""
101 "The B<accept>()  system call is used with connection-based socket types "
102 "(B<SOCK_STREAM>, B<SOCK_SEQPACKET>).  It extracts the first connection "
103 "request on the queue of pending connections for the listening socket, "
104 "I<sockfd>, creates a new connected socket, and returns a new file descriptor "
105 "referring to that socket.  The newly created socket is not in the listening "
106 "state.  The original socket I<sockfd> is unaffected by this call."
107 msgstr ""
108
109 #. type: Plain text
110 #: build/C/man2/accept.2:79
111 msgid ""
112 "The argument I<sockfd> is a socket that has been created with B<socket>(2), "
113 "bound to a local address with B<bind>(2), and is listening for connections "
114 "after a B<listen>(2)."
115 msgstr ""
116
117 #. type: Plain text
118 #: build/C/man2/accept.2:97
119 msgid ""
120 "The argument I<addr> is a pointer to a I<sockaddr> structure.  This "
121 "structure is filled in with the address of the peer socket, as known to the "
122 "communications layer.  The exact format of the address returned I<addr> is "
123 "determined by the socket's address family (see B<socket>(2)  and the "
124 "respective protocol man pages).  When I<addr> is NULL, nothing is filled in; "
125 "in this case, I<addrlen> is not used, and should also be NULL."
126 msgstr ""
127
128 #. type: Plain text
129 #: build/C/man2/accept.2:105
130 msgid ""
131 "The I<addrlen> argument is a value-result argument: the caller must "
132 "initialize it to contain the size (in bytes) of the structure pointed to by "
133 "I<addr>; on return it will contain the actual size of the peer address."
134 msgstr ""
135
136 #. type: Plain text
137 #: build/C/man2/accept.2:110 build/C/man2/getsockname.2:65
138 msgid ""
139 "The returned address is truncated if the buffer provided is too small; in "
140 "this case, I<addrlen> will return a value greater than was supplied to the "
141 "call."
142 msgstr ""
143
144 #. type: Plain text
145 #: build/C/man2/accept.2:123
146 msgid ""
147 "If no pending connections are present on the queue, and the socket is not "
148 "marked as nonblocking, B<accept>()  blocks the caller until a connection is "
149 "present.  If the socket is marked nonblocking and no pending connections are "
150 "present on the queue, B<accept>()  fails with the error B<EAGAIN> or "
151 "B<EWOULDBLOCK>."
152 msgstr ""
153
154 #. type: Plain text
155 #: build/C/man2/accept.2:137
156 msgid ""
157 "In order to be notified of incoming connections on a socket, you can use "
158 "B<select>(2)  or B<poll>(2).  A readable event will be delivered when a new "
159 "connection is attempted and you may then call B<accept>()  to get a socket "
160 "for that connection.  Alternatively, you can set the socket to deliver "
161 "B<SIGIO> when activity occurs on a socket; see B<socket>(7)  for details."
162 msgstr ""
163
164 #. type: Plain text
165 #: build/C/man2/accept.2:150
166 msgid ""
167 "For certain protocols which require an explicit confirmation, such as "
168 "DECNet, B<accept>()  can be thought of as merely dequeuing the next "
169 "connection request and not implying confirmation.  Confirmation can be "
170 "implied by a normal read or write on the new file descriptor, and rejection "
171 "can be implied by closing the new socket.  Currently only DECNet has these "
172 "semantics on Linux."
173 msgstr ""
174
175 #. type: Plain text
176 #: build/C/man2/accept.2:160
177 msgid ""
178 "If I<flags> is 0, then B<accept4>()  is the same as B<accept>().  The "
179 "following values can be bitwise ORed in I<flags> to obtain different "
180 "behavior:"
181 msgstr ""
182
183 #. type: TP
184 #: build/C/man2/accept.2:160 build/C/man2/socket.2:162
185 #, no-wrap
186 msgid "B<SOCK_NONBLOCK>"
187 msgstr ""
188
189 #. type: Plain text
190 #: build/C/man2/accept.2:168 build/C/man2/socket.2:170
191 msgid ""
192 "Set the B<O_NONBLOCK> file status flag on the new open file description.  "
193 "Using this flag saves extra calls to B<fcntl>(2)  to achieve the same "
194 "result."
195 msgstr ""
196
197 #. type: TP
198 #: build/C/man2/accept.2:168 build/C/man2/socket.2:170
199 #, no-wrap
200 msgid "B<SOCK_CLOEXEC>"
201 msgstr ""
202
203 #. type: Plain text
204 #: build/C/man2/accept.2:178 build/C/man2/socket.2:180
205 msgid ""
206 "Set the close-on-exec (B<FD_CLOEXEC>)  flag on the new file descriptor.  See "
207 "the description of the B<O_CLOEXEC> flag in B<open>(2)  for reasons why this "
208 "may be useful."
209 msgstr ""
210
211 #. type: SH
212 #: build/C/man2/accept.2:178 build/C/man2/bind.2:150 build/C/man3/bindresvport.3:64 build/C/man2/connect.2:125 build/C/man3/getifaddrs.3:137 build/C/man2/getsockname.2:65 build/C/man2/getsockopt.2:129 build/C/man2/listen.2:80 build/C/man2/recv.2:386 build/C/man2/recvmmsg.2:141 build/C/man2/select.2:285 build/C/man2/select_tut.2:483 build/C/man2/send.2:273 build/C/man2/sendmmsg.2:119 build/C/man3/sockatmark.3:49 build/C/man2/socket.2:312 build/C/man2/socketpair.2:67
213 #, no-wrap
214 msgid "RETURN VALUE"
215 msgstr ""
216
217 #. type: Plain text
218 #: build/C/man2/accept.2:185
219 msgid ""
220 "On success, these system calls return a nonnegative integer that is a "
221 "descriptor for the accepted socket.  On error, -1 is returned, and I<errno> "
222 "is set appropriately."
223 msgstr ""
224
225 #. type: SS
226 #: build/C/man2/accept.2:185
227 #, no-wrap
228 msgid "Error Handling"
229 msgstr ""
230
231 #. type: Plain text
232 #: build/C/man2/accept.2:212
233 msgid ""
234 "Linux B<accept>()  (and B<accept4>())  passes already-pending network errors "
235 "on the new socket as an error code from B<accept>().  This behavior differs "
236 "from other BSD socket implementations.  For reliable operation the "
237 "application should detect the network errors defined for the protocol after "
238 "B<accept>()  and treat them like B<EAGAIN> by retrying.  In case of TCP/IP "
239 "these are B<ENETDOWN>, B<EPROTO>, B<ENOPROTOOPT>, B<EHOSTDOWN>, B<ENONET>, "
240 "B<EHOSTUNREACH>, B<EOPNOTSUPP>, and B<ENETUNREACH>."
241 msgstr ""
242
243 #. type: SH
244 #: build/C/man2/accept.2:212 build/C/man2/bind.2:155 build/C/man3/bindresvport.3:69 build/C/man2/connect.2:130 build/C/man3/getifaddrs.3:144 build/C/man2/getsockname.2:70 build/C/man2/getsockopt.2:134 build/C/man2/listen.2:85 build/C/man2/recv.2:391 build/C/man2/recvmmsg.2:149 build/C/man2/select.2:302 build/C/man2/send.2:278 build/C/man2/sendmmsg.2:133 build/C/man3/sockatmark.3:54 build/C/man2/socket.2:317 build/C/man2/socketpair.2:72
245 #, no-wrap
246 msgid "ERRORS"
247 msgstr ""
248
249 #. type: TP
250 #: build/C/man2/accept.2:213 build/C/man2/recv.2:396 build/C/man2/send.2:294
251 #, no-wrap
252 msgid "B<EAGAIN> or B<EWOULDBLOCK>"
253 msgstr ""
254
255 #.  Actually EAGAIN on Linux
256 #. type: Plain text
257 #: build/C/man2/accept.2:221
258 msgid ""
259 "The socket is marked nonblocking and no connections are present to be "
260 "accepted.  POSIX.1-2001 allows either error to be returned for this case, "
261 "and does not require these constants to have the same value, so a portable "
262 "application should check for both possibilities."
263 msgstr ""
264
265 #. type: TP
266 #: build/C/man2/accept.2:221 build/C/man2/bind.2:163 build/C/man2/connect.2:167 build/C/man2/getsockname.2:71 build/C/man2/getsockopt.2:135 build/C/man2/listen.2:89 build/C/man2/recv.2:405 build/C/man2/select.2:303 build/C/man2/send.2:302 build/C/man3/sockatmark.3:55
267 #, no-wrap
268 msgid "B<EBADF>"
269 msgstr ""
270
271 #. type: Plain text
272 #: build/C/man2/accept.2:224
273 msgid "The descriptor is invalid."
274 msgstr ""
275
276 #. type: TP
277 #: build/C/man2/accept.2:224
278 #, no-wrap
279 msgid "B<ECONNABORTED>"
280 msgstr ""
281
282 #. type: Plain text
283 #: build/C/man2/accept.2:227
284 msgid "A connection has been aborted."
285 msgstr ""
286
287 #. type: TP
288 #: build/C/man2/accept.2:227 build/C/man2/bind.2:189 build/C/man2/connect.2:173 build/C/man2/getsockname.2:76 build/C/man2/getsockopt.2:140 build/C/man2/recv.2:414 build/C/man2/send.2:311 build/C/man2/socketpair.2:76
289 #, no-wrap
290 msgid "B<EFAULT>"
291 msgstr ""
292
293 #. type: Plain text
294 #: build/C/man2/accept.2:232
295 msgid "The I<addr> argument is not in a writable part of the user address space."
296 msgstr ""
297
298 #. type: TP
299 #: build/C/man2/accept.2:232 build/C/man2/connect.2:201 build/C/man2/recv.2:418 build/C/man2/select.2:308 build/C/man2/send.2:314
300 #, no-wrap
301 msgid "B<EINTR>"
302 msgstr ""
303
304 #. type: Plain text
305 #: build/C/man2/accept.2:237
306 msgid ""
307 "The system call was interrupted by a signal that was caught before a valid "
308 "connection arrived; see B<signal>(7)."
309 msgstr ""
310
311 #. type: TP
312 #: build/C/man2/accept.2:237 build/C/man2/accept.2:242 build/C/man2/bind.2:167 build/C/man2/bind.2:193 build/C/man2/getsockname.2:82 build/C/man2/getsockopt.2:150 build/C/man2/recv.2:423 build/C/man2/recvmmsg.2:153 build/C/man2/select.2:312 build/C/man2/send.2:318 build/C/man3/sockatmark.3:59 build/C/man2/socket.2:325 build/C/man2/socket.2:328
313 #, no-wrap
314 msgid "B<EINVAL>"
315 msgstr ""
316
317 #. type: Plain text
318 #: build/C/man2/accept.2:242
319 msgid ""
320 "Socket is not listening for connections, or I<addrlen> is invalid (e.g., is "
321 "negative)."
322 msgstr ""
323
324 #. type: Plain text
325 #: build/C/man2/accept.2:247
326 msgid "(B<accept4>())  invalid value in I<flags>."
327 msgstr ""
328
329 #. type: TP
330 #: build/C/man2/accept.2:247 build/C/man2/socket.2:333 build/C/man2/socketpair.2:81
331 #, no-wrap
332 msgid "B<EMFILE>"
333 msgstr ""
334
335 #. type: Plain text
336 #: build/C/man2/accept.2:250
337 msgid "The per-process limit of open file descriptors has been reached."
338 msgstr ""
339
340 #. type: TP
341 #: build/C/man2/accept.2:250 build/C/man2/socket.2:336 build/C/man2/socketpair.2:84
342 #, no-wrap
343 msgid "B<ENFILE>"
344 msgstr ""
345
346 #. type: Plain text
347 #: build/C/man2/accept.2:253 build/C/man2/socket.2:339 build/C/man2/socketpair.2:87
348 msgid "The system limit on the total number of open files has been reached."
349 msgstr ""
350
351 #. type: TP
352 #: build/C/man2/accept.2:253
353 #, no-wrap
354 msgid "B<ENOBUFS>, B<ENOMEM>"
355 msgstr ""
356
357 #. type: Plain text
358 #: build/C/man2/accept.2:258
359 msgid ""
360 "Not enough free memory.  This often means that the memory allocation is "
361 "limited by the socket buffer limits, not by the system memory."
362 msgstr ""
363
364 #. type: TP
365 #: build/C/man2/accept.2:258 build/C/man2/bind.2:172 build/C/man2/connect.2:213 build/C/man2/getsockname.2:90 build/C/man2/getsockopt.2:164 build/C/man2/listen.2:94 build/C/man2/recv.2:438 build/C/man2/send.2:347
366 #, no-wrap
367 msgid "B<ENOTSOCK>"
368 msgstr ""
369
370 #. type: Plain text
371 #: build/C/man2/accept.2:261
372 msgid "The descriptor references a file, not a socket."
373 msgstr ""
374
375 #. type: TP
376 #: build/C/man2/accept.2:261 build/C/man2/listen.2:99 build/C/man2/send.2:352 build/C/man2/socketpair.2:87
377 #, no-wrap
378 msgid "B<EOPNOTSUPP>"
379 msgstr ""
380
381 #. type: Plain text
382 #: build/C/man2/accept.2:265
383 msgid "The referenced socket is not of type B<SOCK_STREAM>."
384 msgstr ""
385
386 #. type: TP
387 #: build/C/man2/accept.2:265
388 #, no-wrap
389 msgid "B<EPROTO>"
390 msgstr ""
391
392 #. type: Plain text
393 #: build/C/man2/accept.2:268
394 msgid "Protocol error."
395 msgstr ""
396
397 #. type: Plain text
398 #: build/C/man2/accept.2:272
399 msgid "In addition, Linux B<accept>()  may fail if:"
400 msgstr ""
401
402 #. type: TP
403 #: build/C/man2/accept.2:272
404 #, no-wrap
405 msgid "B<EPERM>"
406 msgstr ""
407
408 #. type: Plain text
409 #: build/C/man2/accept.2:275
410 msgid "Firewall rules forbid connection."
411 msgstr ""
412
413 #. type: Plain text
414 #: build/C/man2/accept.2:287
415 msgid ""
416 "In addition, network errors for the new socket and as defined for the "
417 "protocol may be returned.  Various Linux kernels can return other errors "
418 "such as B<ENOSR>, B<ESOCKTNOSUPPORT>, B<EPROTONOSUPPORT>, B<ETIMEDOUT>.  The "
419 "value B<ERESTARTSYS> may be seen during a trace."
420 msgstr ""
421
422 #. type: SH
423 #: build/C/man2/accept.2:287 build/C/man3/getifaddrs.3:157 build/C/man2/recvmmsg.2:157 build/C/man2/select.2:321 build/C/man2/sendmmsg.2:145 build/C/man3/sockatmark.3:66 build/C/man7/socket.7:696
424 #, no-wrap
425 msgid "VERSIONS"
426 msgstr ""
427
428 #. type: Plain text
429 #: build/C/man2/accept.2:292
430 msgid ""
431 "The B<accept4>()  system call is available starting with Linux 2.6.28; "
432 "support in glibc is available starting with version 2.10."
433 msgstr ""
434
435 #. type: SH
436 #: build/C/man2/accept.2:292 build/C/man2/bind.2:220 build/C/man3/bindresvport.3:89 build/C/man2/connect.2:223 build/C/man3/getifaddrs.3:165 build/C/man2/getsockname.2:95 build/C/man2/getsockopt.2:169 build/C/man2/listen.2:104 build/C/man2/recv.2:443 build/C/man2/recvmmsg.2:162 build/C/man2/select.2:327 build/C/man2/send.2:366 build/C/man2/sendmmsg.2:150 build/C/man3/sockatmark.3:69 build/C/man2/socket.2:350 build/C/man2/socketcall.2:43 build/C/man2/socketpair.2:93
437 #, no-wrap
438 msgid "CONFORMING TO"
439 msgstr ""
440
441 #.  The BSD man page documents five possible error returns
442 #.  (EBADF, ENOTSOCK, EOPNOTSUPP, EWOULDBLOCK, EFAULT).
443 #.  POSIX.1-2001 documents errors
444 #.  EAGAIN, EBADF, ECONNABORTED, EINTR, EINVAL, EMFILE,
445 #.  ENFILE, ENOBUFS, ENOMEM, ENOTSOCK, EOPNOTSUPP, EPROTO, EWOULDBLOCK.
446 #.  In addition, SUSv2 documents EFAULT and ENOSR.
447 #. type: Plain text
448 #: build/C/man2/accept.2:304
449 msgid ""
450 "B<accept>(): POSIX.1-2001, SVr4, 4.4BSD, (B<accept>()  first appeared in "
451 "4.2BSD)."
452 msgstr ""
453
454 #. type: Plain text
455 #: build/C/man2/accept.2:307
456 msgid "B<accept4>()  is a nonstandard Linux extension."
457 msgstr ""
458
459 #.  Some testing seems to show that Tru64 5.1 and HP-UX 11 also
460 #.  do not inherit file status flags -- MTK Jun 05
461 #. type: Plain text
462 #: build/C/man2/accept.2:322
463 msgid ""
464 "On Linux, the new socket returned by B<accept>()  does I<not> inherit file "
465 "status flags such as B<O_NONBLOCK> and B<O_ASYNC> from the listening "
466 "socket.  This behavior differs from the canonical BSD sockets "
467 "implementation.  Portable programs should not rely on inheritance or "
468 "noninheritance of file status flags and always explicitly set all required "
469 "flags on the socket returned from B<accept>()."
470 msgstr ""
471
472 #. type: SH
473 #: build/C/man2/accept.2:322 build/C/man2/bind.2:232 build/C/man3/bindresvport.3:92 build/C/man2/connect.2:239 build/C/man3/getifaddrs.3:185 build/C/man2/getsockname.2:101 build/C/man2/getsockopt.2:176 build/C/man2/listen.2:109 build/C/man2/recv.2:453 build/C/man2/select.2:342 build/C/man2/select_tut.2:501 build/C/man2/send.2:380 build/C/man2/sendmmsg.2:153 build/C/man3/sockatmark.3:71 build/C/man2/socket.2:364 build/C/man7/socket.7:710 build/C/man2/socketcall.2:46 build/C/man2/socketpair.2:101
474 #, no-wrap
475 msgid "NOTES"
476 msgstr ""
477
478 #. type: Plain text
479 #: build/C/man2/accept.2:328 build/C/man2/bind.2:238 build/C/man2/connect.2:245 build/C/man2/getsockopt.2:182 build/C/man2/listen.2:135 build/C/man2/socket.2:370 build/C/man2/socketpair.2:122
480 msgid ""
481 "POSIX.1-2001 does not require the inclusion of I<E<lt>sys/types.hE<gt>>, and "
482 "this header file is not required on Linux.  However, some historical (BSD) "
483 "implementations required this header file, and portable applications are "
484 "probably wise to include it."
485 msgstr ""
486
487 #. type: Plain text
488 #: build/C/man2/accept.2:349
489 msgid ""
490 "There may not always be a connection waiting after a B<SIGIO> is delivered "
491 "or B<select>(2)  or B<poll>(2)  return a readability event because the "
492 "connection might have been removed by an asynchronous network error or "
493 "another thread before B<accept>()  is called.  If this happens then the call "
494 "will block waiting for the next connection to arrive.  To ensure that "
495 "B<accept>()  never blocks, the passed socket I<sockfd> needs to have the "
496 "B<O_NONBLOCK> flag set (see B<socket>(7))."
497 msgstr ""
498
499 #. type: SS
500 #: build/C/man2/accept.2:349
501 #, no-wrap
502 msgid "The socklen_t type"
503 msgstr ""
504
505 #. type: Plain text
506 #: build/C/man2/accept.2:359
507 msgid ""
508 "The third argument of B<accept>()  was originally declared as an I<int *> "
509 "(and is that under libc4 and libc5 and on many other systems like 4.x BSD, "
510 "SunOS 4, SGI); a POSIX.1g draft standard wanted to change it into a I<size_t "
511 "*>, and that is what it is for SunOS 5.  Later POSIX drafts have I<socklen_t "
512 "*>, and so do the Single UNIX Specification and glibc2.  Quoting Linus "
513 "Torvalds:"
514 msgstr ""
515
516 #.  .I fails: only italicizes a single line
517 #. type: Plain text
518 #: build/C/man2/accept.2:376
519 msgid ""
520 "\"_Any_ sane library _must_ have \"socklen_t\" be the same size as int.  "
521 "Anything else breaks any BSD socket layer stuff.  POSIX initially I<did> "
522 "make it a size_t, and I (and hopefully others, but obviously not too many) "
523 "complained to them very loudly indeed.  Making it a size_t is completely "
524 "broken, exactly because size_t very seldom is the same size as \"int\" on "
525 "64-bit architectures, for example.  And it I<has> to be the same size as "
526 "\"int\" because that's what the BSD socket interface is.  Anyway, the POSIX "
527 "people eventually got a clue, and created \"socklen_t\".  They shouldn't "
528 "have touched it in the first place, but once they did they felt it had to "
529 "have a named type for some unfathomable reason (probably somebody didn't "
530 "like losing face over having done the original stupid thing, so they "
531 "silently just renamed their blunder).\""
532 msgstr ""
533
534 #. type: SH
535 #: build/C/man2/accept.2:376 build/C/man2/bind.2:252 build/C/man2/connect.2:256 build/C/man3/getifaddrs.3:198 build/C/man2/listen.2:164 build/C/man2/recv.2:488 build/C/man2/select.2:484 build/C/man2/select_tut.2:527 build/C/man2/send.2:417 build/C/man3/sockatmark.3:95 build/C/man2/socket.2:382
536 #, no-wrap
537 msgid "EXAMPLE"
538 msgstr ""
539
540 #. type: Plain text
541 #: build/C/man2/accept.2:379 build/C/man2/listen.2:167
542 msgid "See B<bind>(2)."
543 msgstr ""
544
545 #. type: SH
546 #: build/C/man2/accept.2:379 build/C/man2/bind.2:317 build/C/man3/bindresvport.3:98 build/C/man2/connect.2:261 build/C/man3/getifaddrs.3:281 build/C/man2/getsockname.2:110 build/C/man2/getsockopt.2:200 build/C/man2/listen.2:167 build/C/man2/recv.2:493 build/C/man2/recvmmsg.2:165 build/C/man2/select.2:521 build/C/man2/select_tut.2:817 build/C/man2/send.2:422 build/C/man2/sendmmsg.2:168 build/C/man3/sockatmark.3:130 build/C/man2/socket.2:387 build/C/man7/socket.7:741 build/C/man2/socketcall.2:54 build/C/man2/socketpair.2:122
547 #, no-wrap
548 msgid "SEE ALSO"
549 msgstr ""
550
551 #. type: Plain text
552 #: build/C/man2/accept.2:386
553 msgid ""
554 "B<bind>(2), B<connect>(2), B<listen>(2), B<select>(2), B<socket>(2), "
555 "B<socket>(7)"
556 msgstr ""
557
558 #. type: SH
559 #: build/C/man2/accept.2:386 build/C/man2/bind.2:330 build/C/man3/bindresvport.3:101 build/C/man2/connect.2:268 build/C/man3/getifaddrs.3:287 build/C/man2/getsockname.2:117 build/C/man2/getsockopt.2:208 build/C/man2/listen.2:173 build/C/man2/recv.2:504 build/C/man2/recvmmsg.2:172 build/C/man2/select.2:536 build/C/man2/select_tut.2:836 build/C/man2/send.2:437 build/C/man2/sendmmsg.2:173 build/C/man3/sockatmark.3:135 build/C/man2/socket.2:418 build/C/man7/socket.7:752 build/C/man2/socketcall.2:72 build/C/man2/socketpair.2:129
560 #, no-wrap
561 msgid "COLOPHON"
562 msgstr ""
563
564 #. type: Plain text
565 #: build/C/man2/accept.2:393 build/C/man2/bind.2:337 build/C/man3/bindresvport.3:108 build/C/man2/connect.2:275 build/C/man3/getifaddrs.3:294 build/C/man2/getsockname.2:124 build/C/man2/getsockopt.2:215 build/C/man2/listen.2:180 build/C/man2/recv.2:511 build/C/man2/recvmmsg.2:179 build/C/man2/select.2:543 build/C/man2/select_tut.2:843 build/C/man2/send.2:444 build/C/man2/sendmmsg.2:180 build/C/man3/sockatmark.3:142 build/C/man2/socket.2:425 build/C/man7/socket.7:759 build/C/man2/socketcall.2:79 build/C/man2/socketpair.2:136
566 msgid ""
567 "This page is part of release 3.40 of the Linux I<man-pages> project.  A "
568 "description of the project, and information about reporting bugs, can be "
569 "found at http://www.kernel.org/doc/man-pages/."
570 msgstr ""
571
572 #. type: TH
573 #: build/C/man2/bind.2:66
574 #, no-wrap
575 msgid "BIND"
576 msgstr ""
577
578 #. type: TH
579 #: build/C/man2/bind.2:66
580 #, no-wrap
581 msgid "2007-12-28"
582 msgstr ""
583
584 #. type: Plain text
585 #: build/C/man2/bind.2:69
586 msgid "bind - bind a name to a socket"
587 msgstr ""
588
589 #. type: Plain text
590 #: build/C/man2/bind.2:76
591 #, no-wrap
592 msgid ""
593 "B<int bind(int >I<sockfd>B<, const struct sockaddr *>I<addr>B<,>\n"
594 "B<         socklen_t >I<addrlen>B<);>\n"
595 msgstr ""
596
597 #. type: Plain text
598 #: build/C/man2/bind.2:90
599 msgid ""
600 "When a socket is created with B<socket>(2), it exists in a name space "
601 "(address family) but has no address assigned to it.  B<bind>()  assigns the "
602 "address specified by I<addr> to the socket referred to by the file "
603 "descriptor I<sockfd>.  I<addrlen> specifies the size, in bytes, of the "
604 "address structure pointed to by I<addr>.  Traditionally, this operation is "
605 "called \\(lqassigning a name to a socket\\(rq."
606 msgstr ""
607
608 #. type: Plain text
609 #: build/C/man2/bind.2:97
610 msgid ""
611 "It is normally necessary to assign a local address using B<bind>()  before a "
612 "B<SOCK_STREAM> socket may receive connections (see B<accept>(2))."
613 msgstr ""
614
615 #. type: Plain text
616 #: build/C/man2/bind.2:128
617 msgid ""
618 "The rules used in name binding vary between address families.  Consult the "
619 "manual entries in Section 7 for detailed information.  For B<AF_INET> see "
620 "B<ip>(7), for B<AF_INET6> see B<ipv6>(7), for B<AF_UNIX> see B<unix>(7), for "
621 "B<AF_APPLETALK> see B<ddp>(7), for B<AF_PACKET> see B<packet>(7), for "
622 "B<AF_X25> see B<x25>(7)  and for B<AF_NETLINK> see B<netlink>(7)."
623 msgstr ""
624
625 #. type: Plain text
626 #: build/C/man2/bind.2:135
627 msgid ""
628 "The actual structure passed for the I<addr> argument will depend on the "
629 "address family.  The I<sockaddr> structure is defined as something like:"
630 msgstr ""
631
632 #. type: Plain text
633 #: build/C/man2/bind.2:142
634 #, no-wrap
635 msgid ""
636 "struct sockaddr {\n"
637 "    sa_family_t sa_family;\n"
638 "    char        sa_data[14];\n"
639 "}\n"
640 msgstr ""
641
642 #. type: Plain text
643 #: build/C/man2/bind.2:150
644 msgid ""
645 "The only purpose of this structure is to cast the structure pointer passed "
646 "in I<addr> in order to avoid compiler warnings.  See EXAMPLE below."
647 msgstr ""
648
649 #. type: Plain text
650 #: build/C/man2/bind.2:155 build/C/man2/getsockname.2:70 build/C/man2/getsockopt.2:134 build/C/man2/listen.2:85 build/C/man2/socketpair.2:72
651 msgid ""
652 "On success, zero is returned.  On error, -1 is returned, and I<errno> is set "
653 "appropriately."
654 msgstr ""
655
656 #. type: TP
657 #: build/C/man2/bind.2:156 build/C/man2/bind.2:180 build/C/man3/bindresvport.3:74 build/C/man2/connect.2:133 build/C/man2/send.2:283 build/C/man2/socket.2:318
658 #, no-wrap
659 msgid "B<EACCES>"
660 msgstr ""
661
662 #.  e.g., privileged port in AF_INET domain
663 #. type: Plain text
664 #: build/C/man2/bind.2:160
665 msgid "The address is protected, and the user is not the superuser."
666 msgstr ""
667
668 #. type: TP
669 #: build/C/man2/bind.2:160 build/C/man3/bindresvport.3:79 build/C/man2/connect.2:146 build/C/man2/listen.2:86
670 #, no-wrap
671 msgid "B<EADDRINUSE>"
672 msgstr ""
673
674 #. type: Plain text
675 #: build/C/man2/bind.2:163
676 msgid "The given address is already in use."
677 msgstr ""
678
679 #. type: Plain text
680 #: build/C/man2/bind.2:167
681 msgid "I<sockfd> is not a valid descriptor."
682 msgstr ""
683
684 #.  This may change in the future: see
685 #.  .I linux/unix/sock.c for details.
686 #. type: Plain text
687 #: build/C/man2/bind.2:172
688 msgid "The socket is already bound to an address."
689 msgstr ""
690
691 #. type: Plain text
692 #: build/C/man2/bind.2:176
693 msgid "I<sockfd> is a descriptor for a file, not a socket."
694 msgstr ""
695
696 #. type: Plain text
697 #: build/C/man2/bind.2:180
698 msgid "The following errors are specific to UNIX domain (B<AF_UNIX>)  sockets:"
699 msgstr ""
700
701 #. type: Plain text
702 #: build/C/man2/bind.2:185
703 msgid ""
704 "Search permission is denied on a component of the path prefix.  (See also "
705 "B<path_resolution>(7).)"
706 msgstr ""
707
708 #. type: TP
709 #: build/C/man2/bind.2:185
710 #, no-wrap
711 msgid "B<EADDRNOTAVAIL>"
712 msgstr ""
713
714 #. type: Plain text
715 #: build/C/man2/bind.2:189
716 msgid ""
717 "A nonexistent interface was requested or the requested address was not "
718 "local."
719 msgstr ""
720
721 #. type: Plain text
722 #: build/C/man2/bind.2:193
723 msgid "I<addr> points outside the user's accessible address space."
724 msgstr ""
725
726 #. type: Plain text
727 #: build/C/man2/bind.2:200
728 msgid "The I<addrlen> is wrong, or the socket was not in the B<AF_UNIX> family."
729 msgstr ""
730
731 #. type: TP
732 #: build/C/man2/bind.2:200
733 #, no-wrap
734 msgid "B<ELOOP>"
735 msgstr ""
736
737 #. type: Plain text
738 #: build/C/man2/bind.2:204
739 msgid "Too many symbolic links were encountered in resolving I<addr>."
740 msgstr ""
741
742 #. type: TP
743 #: build/C/man2/bind.2:204
744 #, no-wrap
745 msgid "B<ENAMETOOLONG>"
746 msgstr ""
747
748 #. type: Plain text
749 #: build/C/man2/bind.2:208
750 msgid "I<addr> is too long."
751 msgstr ""
752
753 #. type: TP
754 #: build/C/man2/bind.2:208
755 #, no-wrap
756 msgid "B<ENOENT>"
757 msgstr ""
758
759 #. type: Plain text
760 #: build/C/man2/bind.2:211
761 msgid "The file does not exist."
762 msgstr ""
763
764 #. type: TP
765 #: build/C/man2/bind.2:211 build/C/man2/recv.2:427 build/C/man2/select.2:318 build/C/man2/send.2:341
766 #, no-wrap
767 msgid "B<ENOMEM>"
768 msgstr ""
769
770 #. type: Plain text
771 #: build/C/man2/bind.2:214
772 msgid "Insufficient kernel memory was available."
773 msgstr ""
774
775 #. type: TP
776 #: build/C/man2/bind.2:214
777 #, no-wrap
778 msgid "B<ENOTDIR>"
779 msgstr ""
780
781 #. type: Plain text
782 #: build/C/man2/bind.2:217
783 msgid "A component of the path prefix is not a directory."
784 msgstr ""
785
786 #. type: TP
787 #: build/C/man2/bind.2:217
788 #, no-wrap
789 msgid "B<EROFS>"
790 msgstr ""
791
792 #. type: Plain text
793 #: build/C/man2/bind.2:220
794 msgid "The socket inode would reside on a read-only file system."
795 msgstr ""
796
797 #.  SVr4 documents an additional
798 #.  .B ENOSR
799 #.  general error condition, and
800 #.  additional
801 #.  .B EIO
802 #.  and
803 #.  .B EISDIR
804 #.  UNIX-domain error conditions.
805 #. type: Plain text
806 #: build/C/man2/bind.2:232
807 msgid "SVr4, 4.4BSD, POSIX.1-2001 (B<bind>()  first appeared in 4.2BSD)."
808 msgstr ""
809
810 #. type: Plain text
811 #: build/C/man2/bind.2:249
812 msgid ""
813 "The third argument of B<bind>()  is in reality an I<int> (and this is what "
814 "4.x BSD and libc4 and libc5 have).  Some POSIX confusion resulted in the "
815 "present I<socklen_t>, also used by glibc.  See also B<accept>(2)."
816 msgstr ""
817
818 #. type: SH
819 #: build/C/man2/bind.2:249 build/C/man2/getsockopt.2:197 build/C/man2/select.2:425 build/C/man2/send.2:412 build/C/man3/sockatmark.3:91 build/C/man7/socket.7:728
820 #, no-wrap
821 msgid "BUGS"
822 msgstr ""
823
824 #.  FIXME What *are* transparent proxy options?
825 #. type: Plain text
826 #: build/C/man2/bind.2:252
827 msgid "The transparent proxy options are not described."
828 msgstr ""
829
830 #. type: Plain text
831 #: build/C/man2/bind.2:257
832 msgid ""
833 "An example of the use of B<bind>()  with Internet domain sockets can be "
834 "found in B<getaddrinfo>(3)."
835 msgstr ""
836
837 #.  listen.7 refers to this example.
838 #.  accept.7 refers to this example.
839 #.  unix.7 refers to this example.
840 #. type: Plain text
841 #: build/C/man2/bind.2:264
842 msgid ""
843 "The following example shows how to bind a stream socket in the UNIX "
844 "(B<AF_UNIX>)  domain, and accept connections:"
845 msgstr ""
846
847 #. type: Plain text
848 #: build/C/man2/bind.2:271
849 #, no-wrap
850 msgid ""
851 "#include E<lt>sys/socket.hE<gt>\n"
852 "#include E<lt>sys/un.hE<gt>\n"
853 "#include E<lt>stdlib.hE<gt>\n"
854 "#include E<lt>stdio.hE<gt>\n"
855 "#include E<lt>string.hE<gt>\n"
856 msgstr ""
857
858 #. type: Plain text
859 #: build/C/man2/bind.2:274
860 #, no-wrap
861 msgid ""
862 "#define MY_SOCK_PATH \"/somepath\"\n"
863 "#define LISTEN_BACKLOG 50\n"
864 msgstr ""
865
866 #. type: Plain text
867 #: build/C/man2/bind.2:277
868 #, no-wrap
869 msgid ""
870 "#define handle_error(msg) \\e\n"
871 "    do { perror(msg); exit(EXIT_FAILURE); } while (0)\n"
872 msgstr ""
873
874 #. type: Plain text
875 #: build/C/man2/bind.2:284
876 #, no-wrap
877 msgid ""
878 "int\n"
879 "main(int argc, char *argv[])\n"
880 "{\n"
881 "    int sfd, cfd;\n"
882 "    struct sockaddr_un my_addr, peer_addr;\n"
883 "    socklen_t peer_addr_size;\n"
884 msgstr ""
885
886 #. type: Plain text
887 #: build/C/man2/bind.2:288
888 #, no-wrap
889 msgid ""
890 "    sfd = socket(AF_UNIX, SOCK_STREAM, 0);\n"
891 "    if (sfd == -1)\n"
892 "        handle_error(\"socket\");\n"
893 msgstr ""
894
895 #. type: Plain text
896 #: build/C/man2/bind.2:294
897 #, no-wrap
898 msgid ""
899 "    memset(&my_addr, 0, sizeof(struct sockaddr_un));\n"
900 "                        /* Clear structure */\n"
901 "    my_addr.sun_family = AF_UNIX;\n"
902 "    strncpy(my_addr.sun_path, MY_SOCK_PATH,\n"
903 "            sizeof(my_addr.sun_path) - 1);\n"
904 msgstr ""
905
906 #. type: Plain text
907 #: build/C/man2/bind.2:298
908 #, no-wrap
909 msgid ""
910 "    if (bind(sfd, (struct sockaddr *) &my_addr,\n"
911 "            sizeof(struct sockaddr_un)) == -1)\n"
912 "        handle_error(\"bind\");\n"
913 msgstr ""
914
915 #. type: Plain text
916 #: build/C/man2/bind.2:301
917 #, no-wrap
918 msgid ""
919 "    if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
920 "        handle_error(\"listen\");\n"
921 msgstr ""
922
923 #. type: Plain text
924 #: build/C/man2/bind.2:304
925 #, no-wrap
926 msgid ""
927 "    /* Now we can accept incoming connections one\n"
928 "       at a time using accept(2) */\n"
929 msgstr ""
930
931 #. type: Plain text
932 #: build/C/man2/bind.2:310
933 #, no-wrap
934 msgid ""
935 "    peer_addr_size = sizeof(struct sockaddr_un);\n"
936 "    cfd = accept(sfd, (struct sockaddr *) &peer_addr,\n"
937 "                 &peer_addr_size);\n"
938 "    if (cfd == -1)\n"
939 "        handle_error(\"accept\");\n"
940 msgstr ""
941
942 #. type: Plain text
943 #: build/C/man2/bind.2:312
944 #, no-wrap
945 msgid "    /* Code to deal with incoming connection(s)... */\n"
946 msgstr ""
947
948 #. type: Plain text
949 #: build/C/man2/bind.2:316
950 #, no-wrap
951 msgid ""
952 "    /* When no longer required, the socket pathname, MY_SOCK_PATH\n"
953 "       should be deleted using unlink(2) or remove(3) */\n"
954 "}\n"
955 msgstr ""
956
957 #. type: Plain text
958 #: build/C/man2/bind.2:330
959 msgid ""
960 "B<accept>(2), B<connect>(2), B<getsockname>(2), B<listen>(2), B<socket>(2), "
961 "B<getaddrinfo>(3), B<getifaddrs>(3), B<ip>(7), B<ipv6>(7), "
962 "B<path_resolution>(7), B<socket>(7), B<unix>(7)"
963 msgstr ""
964
965 #. type: TH
966 #: build/C/man3/bindresvport.3:27
967 #, no-wrap
968 msgid "BINDRESVPORT"
969 msgstr ""
970
971 #. type: TH
972 #: build/C/man3/bindresvport.3:27 build/C/man2/connect.2:65 build/C/man2/getsockname.2:38 build/C/man2/getsockopt.2:42 build/C/man3/sockatmark.3:23
973 #, no-wrap
974 msgid "2008-12-03"
975 msgstr ""
976
977 #. type: Plain text
978 #: build/C/man3/bindresvport.3:30
979 msgid "bindresvport - bind a socket to a privileged IP port"
980 msgstr ""
981
982 #. type: Plain text
983 #: build/C/man3/bindresvport.3:34
984 #, no-wrap
985 msgid ""
986 "B<#include E<lt>sys/types.hE<gt>>\n"
987 "B<#include E<lt>netinet/in.hE<gt>>\n"
988 msgstr ""
989
990 #. type: Plain text
991 #: build/C/man3/bindresvport.3:36
992 #, no-wrap
993 msgid "B<int bindresvport(int >I<sockfd>B<, struct sockaddr_in *>I<sin>B<);>\n"
994 msgstr ""
995
996 #.  Glibc actually starts searching with a port # in the range 600 to 1023
997 #. type: Plain text
998 #: build/C/man3/bindresvport.3:43
999 msgid ""
1000 "B<bindresvport>()  is used to bind a socket descriptor to a privileged "
1001 "anonymous IP port, that is, a port number arbitrarily selected from the "
1002 "range 512 to 1023."
1003 msgstr ""
1004
1005 #. type: Plain text
1006 #: build/C/man3/bindresvport.3:53
1007 msgid ""
1008 "If the B<bind>(2)  performed by B<bindresvport>()  is successful, and I<sin> "
1009 "is not NULL, then I<sin-E<gt>sin_port> returns the port number actually "
1010 "allocated."
1011 msgstr ""
1012
1013 #. type: Plain text
1014 #: build/C/man3/bindresvport.3:64
1015 msgid ""
1016 "I<sin> can be NULL, in which case I<sin-E<gt>sin_family> is implicitly taken "
1017 "to be B<AF_INET>.  However, in this case, B<bindresvport>()  has no way to "
1018 "return the port number actually allocated.  (This information can later be "
1019 "obtained using B<getsockname>(2).)"
1020 msgstr ""
1021
1022 #. type: Plain text
1023 #: build/C/man3/bindresvport.3:69
1024 msgid ""
1025 "B<bindresvport>()  returns 0 on success; otherwise -1 is returned and "
1026 "I<errno> set to indicate the cause of the error."
1027 msgstr ""
1028
1029 #. type: Plain text
1030 #: build/C/man3/bindresvport.3:74
1031 msgid ""
1032 "B<bindresvport>()  can fail for any of the same reasons as B<bind>(2).  In "
1033 "addition, the following errors may occur:"
1034 msgstr ""
1035
1036 #. type: Plain text
1037 #: build/C/man3/bindresvport.3:79
1038 msgid ""
1039 "The caller did not have superuser privilege (to be precise: the "
1040 "B<CAP_NET_BIND_SERVICE> capability is required)."
1041 msgstr ""
1042
1043 #. type: Plain text
1044 #: build/C/man3/bindresvport.3:82
1045 msgid "All privileged ports are in use."
1046 msgstr ""
1047
1048 #. type: TP
1049 #: build/C/man3/bindresvport.3:82
1050 #, no-wrap
1051 msgid "B<EAFNOSUPPORT> (B<EPFNOSUPPORT> in glibc 2.7 and earlier)"
1052 msgstr ""
1053
1054 #. type: Plain text
1055 #: build/C/man3/bindresvport.3:89
1056 msgid "I<sin> is not NULL and I<sin-E<gt>sin_family> is not B<AF_INET>."
1057 msgstr ""
1058
1059 #. type: Plain text
1060 #: build/C/man3/bindresvport.3:92
1061 msgid "Not in POSIX.1-2001.  Present on the BSDs, Solaris, and many other systems."
1062 msgstr ""
1063
1064 #. type: Plain text
1065 #: build/C/man3/bindresvport.3:98
1066 msgid ""
1067 "Unlike some B<bindresvport>()  implementations, the glibc implementation "
1068 "ignores any value that the caller supplies in I<sin-E<gt>sin_port>."
1069 msgstr ""
1070
1071 #. type: Plain text
1072 #: build/C/man3/bindresvport.3:101
1073 msgid "B<bind>(2), B<getsockname>(2)"
1074 msgstr ""
1075
1076 #. type: TH
1077 #: build/C/man2/connect.2:65
1078 #, no-wrap
1079 msgid "CONNECT"
1080 msgstr ""
1081
1082 #. type: Plain text
1083 #: build/C/man2/connect.2:68
1084 msgid "connect - initiate a connection on a socket"
1085 msgstr ""
1086
1087 #. type: Plain text
1088 #: build/C/man2/connect.2:71 build/C/man2/getsockopt.2:48 build/C/man2/listen.2:49
1089 #, no-wrap
1090 msgid "B<#include E<lt>sys/types.hE<gt>>          /* See NOTES */\n"
1091 msgstr ""
1092
1093 #. type: Plain text
1094 #: build/C/man2/connect.2:73 build/C/man2/getsockname.2:44 build/C/man2/getsockopt.2:50 build/C/man2/listen.2:51 build/C/man2/recv.2:49
1095 #, no-wrap
1096 msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
1097 msgstr ""
1098
1099 #. type: Plain text
1100 #: build/C/man2/connect.2:76
1101 #, no-wrap
1102 msgid ""
1103 "B<int connect(int >I<sockfd>B<, const struct sockaddr *>I<addr>B<,>\n"
1104 "B<            socklen_t >I<addrlen>B<);>\n"
1105 msgstr ""
1106
1107 #. type: Plain text
1108 #: build/C/man2/connect.2:95
1109 msgid ""
1110 "The B<connect>()  system call connects the socket referred to by the file "
1111 "descriptor I<sockfd> to the address specified by I<addr>.  The I<addrlen> "
1112 "argument specifies the size of I<addr>.  The format of the address in "
1113 "I<addr> is determined by the address space of the socket I<sockfd>; see "
1114 "B<socket>(2)  for further details."
1115 msgstr ""
1116
1117 #. type: Plain text
1118 #: build/C/man2/connect.2:111
1119 msgid ""
1120 "If the socket I<sockfd> is of type B<SOCK_DGRAM> then I<addr> is the address "
1121 "to which datagrams are sent by default, and the only address from which "
1122 "datagrams are received.  If the socket is of type B<SOCK_STREAM> or "
1123 "B<SOCK_SEQPACKET>, this call attempts to make a connection to the socket "
1124 "that is bound to the address specified by I<addr>."
1125 msgstr ""
1126
1127 #. type: Plain text
1128 #: build/C/man2/connect.2:125
1129 msgid ""
1130 "Generally, connection-based protocol sockets may successfully B<connect>()  "
1131 "only once; connectionless protocol sockets may use B<connect>()  multiple "
1132 "times to change their association.  Connectionless sockets may dissolve the "
1133 "association by connecting to an address with the I<sa_family> member of "
1134 "I<sockaddr> set to B<AF_UNSPEC> (supported on Linux since kernel 2.2)."
1135 msgstr ""
1136
1137 #. type: Plain text
1138 #: build/C/man2/connect.2:130
1139 msgid ""
1140 "If the connection or binding succeeds, zero is returned.  On error, -1 is "
1141 "returned, and I<errno> is set appropriately."
1142 msgstr ""
1143
1144 #. type: Plain text
1145 #: build/C/man2/connect.2:133
1146 msgid ""
1147 "The following are general socket errors only.  There may be other "
1148 "domain-specific error codes."
1149 msgstr ""
1150
1151 #. type: Plain text
1152 #: build/C/man2/connect.2:141
1153 msgid ""
1154 "For UNIX domain sockets, which are identified by pathname: Write permission "
1155 "is denied on the socket file, or search permission is denied for one of the "
1156 "directories in the path prefix.  (See also B<path_resolution>(7).)"
1157 msgstr ""
1158
1159 #. type: TP
1160 #: build/C/man2/connect.2:141
1161 #, no-wrap
1162 msgid "B<EACCES>, B<EPERM>"
1163 msgstr ""
1164
1165 #. type: Plain text
1166 #: build/C/man2/connect.2:146
1167 msgid ""
1168 "The user tried to connect to a broadcast address without having the socket "
1169 "broadcast flag enabled or the connection request failed because of a local "
1170 "firewall rule."
1171 msgstr ""
1172
1173 #. type: Plain text
1174 #: build/C/man2/connect.2:149
1175 msgid "Local address is already in use."
1176 msgstr ""
1177
1178 #. type: TP
1179 #: build/C/man2/connect.2:149 build/C/man2/socket.2:322 build/C/man2/socketpair.2:73
1180 #, no-wrap
1181 msgid "B<EAFNOSUPPORT>"
1182 msgstr ""
1183
1184 #. type: Plain text
1185 #: build/C/man2/connect.2:154
1186 msgid ""
1187 "The passed address didn't have the correct address family in its "
1188 "I<sa_family> field."
1189 msgstr ""
1190
1191 #. type: TP
1192 #: build/C/man2/connect.2:154
1193 #, no-wrap
1194 msgid "B<EAGAIN>"
1195 msgstr ""
1196
1197 #. type: Plain text
1198 #: build/C/man2/connect.2:163
1199 msgid ""
1200 "No more free local ports or insufficient entries in the routing cache.  For "
1201 "B<AF_INET> see the description of I</proc/sys/net/ipv4/ip_local_port_range> "
1202 "B<ip>(7)  for information on how to increase the number of local ports."
1203 msgstr ""
1204
1205 #. type: TP
1206 #: build/C/man2/connect.2:163
1207 #, no-wrap
1208 msgid "B<EALREADY>"
1209 msgstr ""
1210
1211 #. type: Plain text
1212 #: build/C/man2/connect.2:167
1213 msgid ""
1214 "The socket is nonblocking and a previous connection attempt has not yet been "
1215 "completed."
1216 msgstr ""
1217
1218 #. type: Plain text
1219 #: build/C/man2/connect.2:170
1220 msgid "The file descriptor is not a valid index in the descriptor table."
1221 msgstr ""
1222
1223 #. type: TP
1224 #: build/C/man2/connect.2:170 build/C/man2/recv.2:410
1225 #, no-wrap
1226 msgid "B<ECONNREFUSED>"
1227 msgstr ""
1228
1229 #. type: Plain text
1230 #: build/C/man2/connect.2:173
1231 msgid "No-one listening on the remote address."
1232 msgstr ""
1233
1234 #. type: Plain text
1235 #: build/C/man2/connect.2:176
1236 msgid "The socket structure address is outside the user's address space."
1237 msgstr ""
1238
1239 #. type: TP
1240 #: build/C/man2/connect.2:176
1241 #, no-wrap
1242 msgid "B<EINPROGRESS>"
1243 msgstr ""
1244
1245 #. type: Plain text
1246 #: build/C/man2/connect.2:201
1247 msgid ""
1248 "The socket is nonblocking and the connection cannot be completed "
1249 "immediately.  It is possible to B<select>(2)  or B<poll>(2)  for completion "
1250 "by selecting the socket for writing.  After B<select>(2)  indicates "
1251 "writability, use B<getsockopt>(2)  to read the B<SO_ERROR> option at level "
1252 "B<SOL_SOCKET> to determine whether B<connect>()  completed successfully "
1253 "(B<SO_ERROR> is zero) or unsuccessfully (B<SO_ERROR> is one of the usual "
1254 "error codes listed here, explaining the reason for the failure)."
1255 msgstr ""
1256
1257 #.  For TCP, the connection will complete asynchronously.
1258 #.  See http://lkml.org/lkml/2005/7/12/254
1259 #. type: Plain text
1260 #: build/C/man2/connect.2:207
1261 msgid ""
1262 "The system call was interrupted by a signal that was caught; see "
1263 "B<signal>(7)."
1264 msgstr ""
1265
1266 #. type: TP
1267 #: build/C/man2/connect.2:207 build/C/man2/send.2:321
1268 #, no-wrap
1269 msgid "B<EISCONN>"
1270 msgstr ""
1271
1272 #. type: Plain text
1273 #: build/C/man2/connect.2:210
1274 msgid "The socket is already connected."
1275 msgstr ""
1276
1277 #. type: TP
1278 #: build/C/man2/connect.2:210
1279 #, no-wrap
1280 msgid "B<ENETUNREACH>"
1281 msgstr ""
1282
1283 #. type: Plain text
1284 #: build/C/man2/connect.2:213
1285 msgid "Network is unreachable."
1286 msgstr ""
1287
1288 #. type: Plain text
1289 #: build/C/man2/connect.2:216
1290 msgid "The file descriptor is not associated with a socket."
1291 msgstr ""
1292
1293 #. type: TP
1294 #: build/C/man2/connect.2:216
1295 #, no-wrap
1296 msgid "B<ETIMEDOUT>"
1297 msgstr ""
1298
1299 #. type: Plain text
1300 #: build/C/man2/connect.2:223
1301 msgid ""
1302 "Timeout while attempting connection.  The server may be too busy to accept "
1303 "new connections.  Note that for IP sockets the timeout may be very long when "
1304 "syncookies are enabled on the server."
1305 msgstr ""
1306
1307 #.  SVr4 documents the additional
1308 #.  general error codes
1309 #.  .BR EADDRNOTAVAIL ,
1310 #.  .BR EINVAL ,
1311 #.  .BR EAFNOSUPPORT ,
1312 #.  .BR EALREADY ,
1313 #.  .BR EINTR ,
1314 #.  .BR EPROTOTYPE ,
1315 #.  and
1316 #.  .BR ENOSR .
1317 #.  It also
1318 #.  documents many additional error conditions not described here.
1319 #. type: Plain text
1320 #: build/C/man2/connect.2:239
1321 msgid ""
1322 "SVr4, 4.4BSD, (the B<connect>()  function first appeared in 4.2BSD), "
1323 "POSIX.1-2001."
1324 msgstr ""
1325
1326 #. type: Plain text
1327 #: build/C/man2/connect.2:256
1328 msgid ""
1329 "The third argument of B<connect>()  is in reality an I<int> (and this is "
1330 "what 4.x BSD and libc4 and libc5 have).  Some POSIX confusion resulted in "
1331 "the present I<socklen_t>, also used by glibc.  See also B<accept>(2)."
1332 msgstr ""
1333
1334 #. type: Plain text
1335 #: build/C/man2/connect.2:261
1336 msgid "An example of the use of B<connect>()  is shown in B<getaddrinfo>(3)."
1337 msgstr ""
1338
1339 #. type: Plain text
1340 #: build/C/man2/connect.2:268
1341 msgid ""
1342 "B<accept>(2), B<bind>(2), B<getsockname>(2), B<listen>(2), B<socket>(2), "
1343 "B<path_resolution>(7)"
1344 msgstr ""
1345
1346 #. type: TH
1347 #: build/C/man3/getifaddrs.3:33
1348 #, no-wrap
1349 msgid "GETIFADDRS"
1350 msgstr ""
1351
1352 #. type: TH
1353 #: build/C/man3/getifaddrs.3:33
1354 #, no-wrap
1355 msgid "2010-10-06"
1356 msgstr ""
1357
1358 #. type: TH
1359 #: build/C/man3/getifaddrs.3:33
1360 #, no-wrap
1361 msgid "GNU"
1362 msgstr ""
1363
1364 #. type: Plain text
1365 #: build/C/man3/getifaddrs.3:36
1366 msgid "getifaddrs, freeifaddrs - get interface addresses"
1367 msgstr ""
1368
1369 #. type: Plain text
1370 #: build/C/man3/getifaddrs.3:40
1371 #, no-wrap
1372 msgid ""
1373 "B<#include E<lt>sys/types.hE<gt>>\n"
1374 "B<#include E<lt>ifaddrs.hE<gt>>\n"
1375 msgstr ""
1376
1377 #. type: Plain text
1378 #: build/C/man3/getifaddrs.3:42
1379 #, no-wrap
1380 msgid "B<int getifaddrs(struct ifaddrs **>I<ifap>B<);>\n"
1381 msgstr ""
1382
1383 #. type: Plain text
1384 #: build/C/man3/getifaddrs.3:44
1385 #, no-wrap
1386 msgid "B<void freeifaddrs(struct ifaddrs *>I<ifa>B<);>\n"
1387 msgstr ""
1388
1389 #. type: Plain text
1390 #: build/C/man3/getifaddrs.3:55
1391 msgid ""
1392 "The B<getifaddrs>()  function creates a linked list of structures describing "
1393 "the network interfaces of the local system, and stores the address of the "
1394 "first item of the list in I<*ifap>.  The list consists of I<ifaddrs> "
1395 "structures, defined as follows:"
1396 msgstr ""
1397
1398 #. type: Plain text
1399 #: build/C/man3/getifaddrs.3:74
1400 #, no-wrap
1401 msgid ""
1402 "struct ifaddrs {\n"
1403 "    struct ifaddrs  *ifa_next;    /* Next item in list */\n"
1404 "    char            *ifa_name;    /* Name of interface */\n"
1405 "    unsigned int     ifa_flags;   /* Flags from SIOCGIFFLAGS */\n"
1406 "    struct sockaddr *ifa_addr;    /* Address of interface */\n"
1407 "    struct sockaddr *ifa_netmask; /* Netmask of interface */\n"
1408 "    union {\n"
1409 "        struct sockaddr *ifu_broadaddr;\n"
1410 "                         /* Broadcast address of interface */\n"
1411 "        struct sockaddr *ifu_dstaddr;\n"
1412 "                         /* Point-to-point destination address */\n"
1413 "    } ifa_ifu;\n"
1414 "#define              ifa_broadaddr ifa_ifu.ifu_broadaddr\n"
1415 "#define              ifa_dstaddr   ifa_ifu.ifu_dstaddr\n"
1416 "    void            *ifa_data;    /* Address-specific data */\n"
1417 "};\n"
1418 msgstr ""
1419
1420 #. type: Plain text
1421 #: build/C/man3/getifaddrs.3:81
1422 msgid ""
1423 "The I<ifa_next> field contains a pointer to the next structure on the list, "
1424 "or NULL if this is the last item of the list."
1425 msgstr ""
1426
1427 #.  The constant
1428 #.  .B IF NAMESIZE
1429 #.  indicates the maximum length of this field.
1430 #. type: Plain text
1431 #: build/C/man3/getifaddrs.3:88
1432 msgid "The I<ifa_name> points to the null-terminated interface name."
1433 msgstr ""
1434
1435 #. type: Plain text
1436 #: build/C/man3/getifaddrs.3:97
1437 msgid ""
1438 "The I<ifa_flags> field contains the interface flags, as returned by the "
1439 "B<SIOCGIFFLAGS> B<ioctl>(2)  operation (see B<netdevice>(7)  for a list of "
1440 "these flags)."
1441 msgstr ""
1442
1443 #. type: Plain text
1444 #: build/C/man3/getifaddrs.3:105
1445 msgid ""
1446 "The I<ifa_addr> field points to a structure containing the interface "
1447 "address.  (The I<sa_family> subfield should be consulted to determine the "
1448 "format of the address structure.)"
1449 msgstr ""
1450
1451 #. type: Plain text
1452 #: build/C/man3/getifaddrs.3:111
1453 msgid ""
1454 "The I<ifa_netmask> field points to a structure containing the netmask "
1455 "associated with I<ifa_addr>, if applicable for the address family."
1456 msgstr ""
1457
1458 #. type: Plain text
1459 #: build/C/man3/getifaddrs.3:126
1460 msgid ""
1461 "Depending on whether the bit B<IFF_BROADCAST> or B<IFF_POINTOPOINT> is set "
1462 "in I<ifa_flags> (only one can be set at a time), either I<ifa_broadaddr> "
1463 "will contain the broadcast address associated with I<ifa_addr> (if "
1464 "applicable for the address family) or I<ifa_dstaddr> will contain the "
1465 "destination address of the point-to-point interface."
1466 msgstr ""
1467
1468 #. type: Plain text
1469 #: build/C/man3/getifaddrs.3:131
1470 msgid ""
1471 "The I<ifa_data> field points to a buffer containing address-family-specific "
1472 "data; this field may be NULL if there is no such data for this interface."
1473 msgstr ""
1474
1475 #. type: Plain text
1476 #: build/C/man3/getifaddrs.3:137
1477 msgid ""
1478 "The data returned by B<getifaddrs>()  is dynamically allocated and should be "
1479 "freed using B<freeifaddrs>()  when no longer needed."
1480 msgstr ""
1481
1482 #. type: Plain text
1483 #: build/C/man3/getifaddrs.3:144
1484 msgid ""
1485 "On success, B<getifaddrs>()  returns zero; on error, -1 is returned, and "
1486 "I<errno> is set appropriately."
1487 msgstr ""
1488
1489 #. type: Plain text
1490 #: build/C/man3/getifaddrs.3:157
1491 msgid ""
1492 "B<getifaddrs>()  may fail and set I<errno> for any of the errors specified "
1493 "for B<socket>(2), B<bind>(2), B<getsockname>(2), B<recvmsg>(2), "
1494 "B<sendto>(2), B<malloc>(3), or B<realloc>(3)."
1495 msgstr ""
1496
1497 #. type: Plain text
1498 #: build/C/man3/getifaddrs.3:165
1499 msgid ""
1500 "The B<getifaddrs>()  function first appeared in glibc 2.3, but before glibc "
1501 "2.3.3, the implementation only supported IPv4 addresses; IPv6 support was "
1502 "added in glibc 2.3.3.  Support of address families other than IPv4 is only "
1503 "available on kernels that support netlink."
1504 msgstr ""
1505
1506 #.  , but the BSD-derived documentation generally
1507 #.  appears to be confused and obsolete on this point.
1508 #.  i.e., commonly it still says one of them will be NULL, even if
1509 #.  the ifa_ifu union is already present
1510 #. type: Plain text
1511 #: build/C/man3/getifaddrs.3:185
1512 msgid ""
1513 "Not in POSIX.1-2001.  This function first appeared in BSDi and is present on "
1514 "the BSD systems, but with slightly different semantics "
1515 "documented\\(emreturning one entry per interface, not per address.  This "
1516 "means I<ifa_addr> and other fields can actually be NULL if the interface has "
1517 "no address, and no link-level address is returned if the interface has an IP "
1518 "address assigned.  Also, the way of choosing either I<ifa_broadaddr> or "
1519 "I<ifa_dstaddr> differs on various systems."
1520 msgstr ""
1521
1522 #. type: Plain text
1523 #: build/C/man3/getifaddrs.3:198
1524 msgid ""
1525 "The addresses returned on Linux will usually be the IPv4 and IPv6 addresses "
1526 "assigned to the interface, but also one B<AF_PACKET> address per interface "
1527 "containing lower-level details about the interface and its physical layer.  "
1528 "In this case, the I<ifa_data> field may contain a pointer to a I<struct "
1529 "net_device_stats>, defined in I<E<lt>linux/netdevice.hE<gt>>, which contains "
1530 "various interface attributes and statistics."
1531 msgstr ""
1532
1533 #. type: Plain text
1534 #: build/C/man3/getifaddrs.3:205
1535 msgid ""
1536 "The program below demonstrates the use of B<getifaddrs>(), B<freeifaddrs>(), "
1537 "and B<getnameinfo>(3).  Here is what we see when running this program on one "
1538 "system:"
1539 msgstr ""
1540
1541 #. type: Plain text
1542 #: build/C/man3/getifaddrs.3:219
1543 #, no-wrap
1544 msgid ""
1545 "$ B<./a.out>\n"
1546 "lo      address family: 17 (AF_PACKET)\n"
1547 "eth0    address family: 17 (AF_PACKET)\n"
1548 "lo      address family: 2 (AF_INET)\n"
1549 "        address: E<lt>127.0.0.1E<gt>\n"
1550 "eth0    address family: 2 (AF_INET)\n"
1551 "        address: E<lt>10.1.1.4E<gt>\n"
1552 "lo      address family: 10 (AF_INET6)\n"
1553 "        address: E<lt>::1E<gt>\n"
1554 "eth0    address family: 10 (AF_INET6)\n"
1555 "        address: E<lt>fe80::2d0:59ff:feda:eb51%eth0E<gt>\n"
1556 msgstr ""
1557
1558 #. type: SS
1559 #: build/C/man3/getifaddrs.3:221
1560 #, no-wrap
1561 msgid "Program source"
1562 msgstr ""
1563
1564 #. type: Plain text
1565 #: build/C/man3/getifaddrs.3:231
1566 #, no-wrap
1567 msgid ""
1568 "#include E<lt>arpa/inet.hE<gt>\n"
1569 "#include E<lt>sys/socket.hE<gt>\n"
1570 "#include E<lt>netdb.hE<gt>\n"
1571 "#include E<lt>ifaddrs.hE<gt>\n"
1572 "#include E<lt>stdio.hE<gt>\n"
1573 "#include E<lt>stdlib.hE<gt>\n"
1574 "#include E<lt>unistd.hE<gt>\n"
1575 msgstr ""
1576
1577 #. type: Plain text
1578 #: build/C/man3/getifaddrs.3:238
1579 #, no-wrap
1580 msgid ""
1581 "int\n"
1582 "main(int argc, char *argv[])\n"
1583 "{\n"
1584 "    struct ifaddrs *ifaddr, *ifa;\n"
1585 "    int family, s;\n"
1586 "    char host[NI_MAXHOST];\n"
1587 msgstr ""
1588
1589 #. type: Plain text
1590 #: build/C/man3/getifaddrs.3:243
1591 #, no-wrap
1592 msgid ""
1593 "    if (getifaddrs(&ifaddr) == -1) {\n"
1594 "        perror(\"getifaddrs\");\n"
1595 "        exit(EXIT_FAILURE);\n"
1596 "    }\n"
1597 msgstr ""
1598
1599 #. type: Plain text
1600 #: build/C/man3/getifaddrs.3:246
1601 #, no-wrap
1602 msgid ""
1603 "    /* Walk through linked list, maintaining head pointer so we\n"
1604 "       can free list later */\n"
1605 msgstr ""
1606
1607 #. type: Plain text
1608 #: build/C/man3/getifaddrs.3:250
1609 #, no-wrap
1610 msgid ""
1611 "    for (ifa = ifaddr; ifa != NULL; ifa = ifa-E<gt>ifa_next) {\n"
1612 "        if (ifa-E<gt>ifa_addr == NULL)\n"
1613 "            continue;\n"
1614 msgstr ""
1615
1616 #. type: Plain text
1617 #: build/C/man3/getifaddrs.3:252
1618 #, no-wrap
1619 msgid "        family = ifa-E<gt>ifa_addr-E<gt>sa_family;\n"
1620 msgstr ""
1621
1622 #. type: Plain text
1623 #: build/C/man3/getifaddrs.3:255
1624 #, no-wrap
1625 msgid ""
1626 "        /* Display interface name and family (including symbolic\n"
1627 "           form of the latter for the common families) */\n"
1628 msgstr ""
1629
1630 #. type: Plain text
1631 #: build/C/man3/getifaddrs.3:261
1632 #, no-wrap
1633 msgid ""
1634 "        printf(\"%s\\t  address family: %d%s\\en\",\n"
1635 "                ifa-E<gt>ifa_name, family,\n"
1636 "                (family == AF_PACKET) ? \" (AF_PACKET)\" :\n"
1637 "                (family == AF_INET) ?   \" (AF_INET)\" :\n"
1638 "                (family == AF_INET6) ?  \" (AF_INET6)\" : \"\");\n"
1639 msgstr ""
1640
1641 #. type: Plain text
1642 #: build/C/man3/getifaddrs.3:263
1643 #, no-wrap
1644 msgid "        /* For an AF_INET* interface address, display the address */\n"
1645 msgstr ""
1646
1647 #. type: Plain text
1648 #: build/C/man3/getifaddrs.3:276
1649 #, no-wrap
1650 msgid ""
1651 "        if (family == AF_INET || family == AF_INET6) {\n"
1652 "            s = getnameinfo(ifa-E<gt>ifa_addr,\n"
1653 "                    (family == AF_INET) ? sizeof(struct sockaddr_in) :\n"
1654 "                                          sizeof(struct sockaddr_in6),\n"
1655 "                    host, NI_MAXHOST, NULL, 0, NI_NUMERICHOST);\n"
1656 "            if (s != 0) {\n"
1657 "                printf(\"getnameinfo() failed: %s\\en\", gai_strerror(s));\n"
1658 "                exit(EXIT_FAILURE);\n"
1659 "            }\n"
1660 "            printf(\"\\etaddress: E<lt>%sE<gt>\\en\", host);\n"
1661 "        }\n"
1662 "    }\n"
1663 msgstr ""
1664
1665 #. type: Plain text
1666 #: build/C/man3/getifaddrs.3:280
1667 #, no-wrap
1668 msgid ""
1669 "    freeifaddrs(ifaddr);\n"
1670 "    exit(EXIT_SUCCESS);\n"
1671 "}\n"
1672 msgstr ""
1673
1674 #. type: Plain text
1675 #: build/C/man3/getifaddrs.3:287
1676 msgid "B<bind>(2), B<getsockname>(2), B<socket>(2), B<packet>(7), B<ifconfig>(8)"
1677 msgstr ""
1678
1679 #. type: TH
1680 #: build/C/man2/getsockname.2:38
1681 #, no-wrap
1682 msgid "GETSOCKNAME"
1683 msgstr ""
1684
1685 #. type: Plain text
1686 #: build/C/man2/getsockname.2:41
1687 msgid "getsockname - get socket name"
1688 msgstr ""
1689
1690 #. type: Plain text
1691 #: build/C/man2/getsockname.2:47
1692 #, no-wrap
1693 msgid ""
1694 "B<int getsockname(int >I<sockfd>B<, struct sockaddr *>I<addr>B<, socklen_t "
1695 "*>I<addrlen>B<);>\n"
1696 msgstr ""
1697
1698 #. type: Plain text
1699 #: build/C/man2/getsockname.2:60
1700 msgid ""
1701 "B<getsockname>()  returns the current address to which the socket I<sockfd> "
1702 "is bound, in the buffer pointed to by I<addr>.  The I<addrlen> argument "
1703 "should be initialized to indicate the amount of space (in bytes) pointed to "
1704 "by I<addr>.  On return it contains the actual size of the socket address."
1705 msgstr ""
1706
1707 #. type: Plain text
1708 #: build/C/man2/getsockname.2:76 build/C/man2/getsockopt.2:140 build/C/man2/listen.2:94
1709 msgid "The argument I<sockfd> is not a valid descriptor."
1710 msgstr ""
1711
1712 #. type: Plain text
1713 #: build/C/man2/getsockname.2:82
1714 msgid ""
1715 "The I<addr> argument points to memory not in a valid part of the process "
1716 "address space."
1717 msgstr ""
1718
1719 #. type: Plain text
1720 #: build/C/man2/getsockname.2:86
1721 msgid "I<addrlen> is invalid (e.g., is negative)."
1722 msgstr ""
1723
1724 #. type: TP
1725 #: build/C/man2/getsockname.2:86 build/C/man2/send.2:333
1726 #, no-wrap
1727 msgid "B<ENOBUFS>"
1728 msgstr ""
1729
1730 #. type: Plain text
1731 #: build/C/man2/getsockname.2:90
1732 msgid ""
1733 "Insufficient resources were available in the system to perform the "
1734 "operation."
1735 msgstr ""
1736
1737 #. type: Plain text
1738 #: build/C/man2/getsockname.2:95 build/C/man2/getsockopt.2:169
1739 msgid "The argument I<sockfd> is a file, not a socket."
1740 msgstr ""
1741
1742 #.  SVr4 documents additional ENOMEM
1743 #.  and ENOSR error codes.
1744 #. type: Plain text
1745 #: build/C/man2/getsockname.2:101
1746 msgid ""
1747 "SVr4, 4.4BSD (the B<getsockname>()  function call appeared in 4.2BSD), "
1748 "POSIX.1-2001."
1749 msgstr ""
1750
1751 #. type: Plain text
1752 #: build/C/man2/getsockname.2:110
1753 msgid ""
1754 "The third argument of B<getsockname>()  is in reality an I<int *> (and this "
1755 "is what 4.x BSD and libc4 and libc5 have).  Some POSIX confusion resulted in "
1756 "the present I<socklen_t>, also used by glibc.  See also B<accept>(2)."
1757 msgstr ""
1758
1759 #. type: Plain text
1760 #: build/C/man2/getsockname.2:117
1761 msgid ""
1762 "B<bind>(2), B<socket>(2), B<getifaddrs>(3), B<ip>(7), B<socket>(7), "
1763 "B<unix>(7)"
1764 msgstr ""
1765
1766 #. type: TH
1767 #: build/C/man2/getsockopt.2:42
1768 #, no-wrap
1769 msgid "GETSOCKOPT"
1770 msgstr ""
1771
1772 #. type: Plain text
1773 #: build/C/man2/getsockopt.2:45
1774 msgid "getsockopt, setsockopt - get and set options on sockets"
1775 msgstr ""
1776
1777 #. type: Plain text
1778 #: build/C/man2/getsockopt.2:55
1779 #, no-wrap
1780 msgid ""
1781 "B<int getsockopt(int >I<sockfd>B<, int >I<level>B<, int >I<optname>B<,>\n"
1782 "B<               void *>I<optval>B<, socklen_t *>I<optlen>B<);>\n"
1783 "B<int setsockopt(int >I<sockfd>B<, int >I<level>B<, int >I<optname>B<,>\n"
1784 "B<               const void *>I<optval>B<, socklen_t >I<optlen>B<);>\n"
1785 msgstr ""
1786
1787 #. type: Plain text
1788 #: build/C/man2/getsockopt.2:65
1789 msgid ""
1790 "B<getsockopt>()  and B<setsockopt>()  manipulate options for the socket "
1791 "referred to by the file descriptor I<sockfd>.  Options may exist at multiple "
1792 "protocol levels; they are always present at the uppermost socket level."
1793 msgstr ""
1794
1795 #. type: Plain text
1796 #: build/C/man2/getsockopt.2:84
1797 msgid ""
1798 "When manipulating socket options, the level at which the option resides and "
1799 "the name of the option must be specified.  To manipulate options at the "
1800 "sockets API level, I<level> is specified as B<SOL_SOCKET>.  To manipulate "
1801 "options at any other level the protocol number of the appropriate protocol "
1802 "controlling the option is supplied.  For example, to indicate that an option "
1803 "is to be interpreted by the B<TCP> protocol, I<level> should be set to the "
1804 "protocol number of B<TCP>; see B<getprotoent>(3)."
1805 msgstr ""
1806
1807 #. type: Plain text
1808 #: build/C/man2/getsockopt.2:106
1809 msgid ""
1810 "The arguments I<optval> and I<optlen> are used to access option values for "
1811 "B<setsockopt>().  For B<getsockopt>()  they identify a buffer in which the "
1812 "value for the requested option(s) are to be returned.  For B<getsockopt>(), "
1813 "I<optlen> is a value-result argument, initially containing the size of the "
1814 "buffer pointed to by I<optval>, and modified on return to indicate the "
1815 "actual size of the value returned.  If no option value is to be supplied or "
1816 "returned, I<optval> may be NULL."
1817 msgstr ""
1818
1819 #. type: Plain text
1820 #: build/C/man2/getsockopt.2:116
1821 msgid ""
1822 "I<Optname> and any specified options are passed uninterpreted to the "
1823 "appropriate protocol module for interpretation.  The include file "
1824 "I<E<lt>sys/socket.hE<gt>> contains definitions for socket level options, "
1825 "described below.  Options at other protocol levels vary in format and name; "
1826 "consult the appropriate entries in section 4 of the manual."
1827 msgstr ""
1828
1829 #. type: Plain text
1830 #: build/C/man2/getsockopt.2:125
1831 msgid ""
1832 "Most socket-level options utilize an I<int> argument for I<optval>.  For "
1833 "B<setsockopt>(), the argument should be nonzero to enable a boolean option, "
1834 "or zero if the option is to be disabled."
1835 msgstr ""
1836
1837 #. type: Plain text
1838 #: build/C/man2/getsockopt.2:129
1839 msgid ""
1840 "For a description of the available socket options see B<socket>(7)  and the "
1841 "appropriate protocol man pages."
1842 msgstr ""
1843
1844 #. type: Plain text
1845 #: build/C/man2/getsockopt.2:150
1846 msgid ""
1847 "The address pointed to by I<optval> is not in a valid part of the process "
1848 "address space.  For B<getsockopt>(), this error may also be returned if "
1849 "I<optlen> is not in a valid part of the process address space."
1850 msgstr ""
1851
1852 #. type: Plain text
1853 #: build/C/man2/getsockopt.2:161
1854 msgid ""
1855 "I<optlen> invalid in B<setsockopt>().  In some cases this error can also "
1856 "occur for an invalid value in I<optval> (e.g., for the B<IP_ADD_MEMBERSHIP> "
1857 "option described in B<ip>(7))."
1858 msgstr ""
1859
1860 #. type: TP
1861 #: build/C/man2/getsockopt.2:161
1862 #, no-wrap
1863 msgid "B<ENOPROTOOPT>"
1864 msgstr ""
1865
1866 #. type: Plain text
1867 #: build/C/man2/getsockopt.2:164
1868 msgid "The option is unknown at the level indicated."
1869 msgstr ""
1870
1871 #.  SVr4 documents additional ENOMEM and ENOSR error codes, but does
1872 #.  not document the
1873 #.  .BR SO_SNDLOWAT ", " SO_RCVLOWAT ", " SO_SNDTIMEO ", " SO_RCVTIMEO
1874 #.  options
1875 #. type: Plain text
1876 #: build/C/man2/getsockopt.2:176
1877 msgid "SVr4, 4.4BSD (these system calls first appeared in 4.2BSD), POSIX.1-2001."
1878 msgstr ""
1879
1880 #. type: Plain text
1881 #: build/C/man2/getsockopt.2:197
1882 msgid ""
1883 "The I<optlen> argument of B<getsockopt>()  and B<setsockopt>()  is in "
1884 "reality an I<int [*]> (and this is what 4.x BSD and libc4 and libc5 have).  "
1885 "Some POSIX confusion resulted in the present I<socklen_t>, also used by "
1886 "glibc.  See also B<accept>(2)."
1887 msgstr ""
1888
1889 #. type: Plain text
1890 #: build/C/man2/getsockopt.2:200
1891 msgid ""
1892 "Several of the socket options should be handled at lower levels of the "
1893 "system."
1894 msgstr ""
1895
1896 #. type: Plain text
1897 #: build/C/man2/getsockopt.2:208
1898 msgid ""
1899 "B<ioctl>(2), B<socket>(2), B<getprotoent>(3), B<protocols>(5), B<socket>(7), "
1900 "B<tcp>(7), B<unix>(7)"
1901 msgstr ""
1902
1903 #. type: TH
1904 #: build/C/man2/listen.2:43
1905 #, no-wrap
1906 msgid "LISTEN"
1907 msgstr ""
1908
1909 #. type: TH
1910 #: build/C/man2/listen.2:43
1911 #, no-wrap
1912 msgid "2008-11-20"
1913 msgstr ""
1914
1915 #. type: Plain text
1916 #: build/C/man2/listen.2:46
1917 msgid "listen - listen for connections on a socket"
1918 msgstr ""
1919
1920 #. type: Plain text
1921 #: build/C/man2/listen.2:53
1922 #, no-wrap
1923 msgid "B<int listen(int >I<sockfd>B<, int >I<backlog>B<);>\n"
1924 msgstr ""
1925
1926 #. type: Plain text
1927 #: build/C/man2/listen.2:61
1928 msgid ""
1929 "B<listen>()  marks the socket referred to by I<sockfd> as a passive socket, "
1930 "that is, as a socket that will be used to accept incoming connection "
1931 "requests using B<accept>(2)."
1932 msgstr ""
1933
1934 #. type: Plain text
1935 #: build/C/man2/listen.2:68
1936 msgid ""
1937 "The I<sockfd> argument is a file descriptor that refers to a socket of type "
1938 "B<SOCK_STREAM> or B<SOCK_SEQPACKET>."
1939 msgstr ""
1940
1941 #. type: Plain text
1942 #: build/C/man2/listen.2:80
1943 msgid ""
1944 "The I<backlog> argument defines the maximum length to which the queue of "
1945 "pending connections for I<sockfd> may grow.  If a connection request arrives "
1946 "when the queue is full, the client may receive an error with an indication "
1947 "of B<ECONNREFUSED> or, if the underlying protocol supports retransmission, "
1948 "the request may be ignored so that a later reattempt at connection succeeds."
1949 msgstr ""
1950
1951 #. type: Plain text
1952 #: build/C/man2/listen.2:89
1953 msgid "Another socket is already listening on the same port."
1954 msgstr ""
1955
1956 #. type: Plain text
1957 #: build/C/man2/listen.2:99 build/C/man2/send.2:352
1958 msgid "The argument I<sockfd> is not a socket."
1959 msgstr ""
1960
1961 #. type: Plain text
1962 #: build/C/man2/listen.2:104
1963 msgid "The socket is not of a type that supports the B<listen>()  operation."
1964 msgstr ""
1965
1966 #. type: Plain text
1967 #: build/C/man2/listen.2:109
1968 msgid ""
1969 "4.4BSD, POSIX.1-2001.  The B<listen>()  function call first appeared in "
1970 "4.2BSD."
1971 msgstr ""
1972
1973 #. type: Plain text
1974 #: build/C/man2/listen.2:111
1975 msgid "To accept connections, the following steps are performed:"
1976 msgstr ""
1977
1978 #. type: TP
1979 #: build/C/man2/listen.2:112 build/C/man2/select_tut.2:345
1980 #, no-wrap
1981 msgid "1."
1982 msgstr ""
1983
1984 #. type: Plain text
1985 #: build/C/man2/listen.2:115
1986 msgid "A socket is created with B<socket>(2)."
1987 msgstr ""
1988
1989 #. type: TP
1990 #: build/C/man2/listen.2:115 build/C/man2/select_tut.2:354
1991 #, no-wrap
1992 msgid "2."
1993 msgstr ""
1994
1995 #. type: Plain text
1996 #: build/C/man2/listen.2:121
1997 msgid ""
1998 "The socket is bound to a local address using B<bind>(2), so that other "
1999 "sockets may be B<connect>(2)ed to it."
2000 msgstr ""
2001
2002 #. type: TP
2003 #: build/C/man2/listen.2:121 build/C/man2/select_tut.2:358
2004 #, no-wrap
2005 msgid "3."
2006 msgstr ""
2007
2008 #. type: Plain text
2009 #: build/C/man2/listen.2:125
2010 msgid ""
2011 "A willingness to accept incoming connections and a queue limit for incoming "
2012 "connections are specified with B<listen>()."
2013 msgstr ""
2014
2015 #. type: TP
2016 #: build/C/man2/listen.2:125 build/C/man2/select_tut.2:365
2017 #, no-wrap
2018 msgid "4."
2019 msgstr ""
2020
2021 #. type: Plain text
2022 #: build/C/man2/listen.2:128
2023 msgid "Connections are accepted with B<accept>(2)."
2024 msgstr ""
2025
2026 #. type: Plain text
2027 #: build/C/man2/listen.2:151
2028 msgid ""
2029 "The behavior of the I<backlog> argument on TCP sockets changed with Linux "
2030 "2.2.  Now it specifies the queue length for I<completely> established "
2031 "sockets waiting to be accepted, instead of the number of incomplete "
2032 "connection requests.  The maximum length of the queue for incomplete sockets "
2033 "can be set using I</proc/sys/net/ipv4/tcp_max_syn_backlog>.  When syncookies "
2034 "are enabled there is no logical maximum length and this setting is ignored.  "
2035 "See B<tcp>(7)  for more information."
2036 msgstr ""
2037
2038 #.  The following is now rather historic information (MTK, Jun 05)
2039 #.  Don't rely on this value in portable applications since BSD
2040 #.  (and some BSD-derived systems) limit the backlog to 5.
2041 #. type: Plain text
2042 #: build/C/man2/listen.2:164
2043 msgid ""
2044 "If the I<backlog> argument is greater than the value in "
2045 "I</proc/sys/net/core/somaxconn>, then it is silently truncated to that "
2046 "value; the default value in this file is 128.  In kernels before 2.4.25, "
2047 "this limit was a hard coded value, B<SOMAXCONN>, with the value 128."
2048 msgstr ""
2049
2050 #. type: Plain text
2051 #: build/C/man2/listen.2:173
2052 msgid "B<accept>(2), B<bind>(2), B<connect>(2), B<socket>(2), B<socket>(7)"
2053 msgstr ""
2054
2055 #. type: TH
2056 #: build/C/man2/recv.2:39
2057 #, no-wrap
2058 msgid "RECV"
2059 msgstr ""
2060
2061 #. type: TH
2062 #: build/C/man2/recv.2:39
2063 #, no-wrap
2064 msgid "2011-09-16"
2065 msgstr ""
2066
2067 #. type: Plain text
2068 #: build/C/man2/recv.2:42
2069 msgid "recv, recvfrom, recvmsg - receive a message from a socket"
2070 msgstr ""
2071
2072 #. type: Plain text
2073 #: build/C/man2/recv.2:47 build/C/man2/select.2:53 build/C/man2/select_tut.2:45
2074 #, no-wrap
2075 msgid "B<#include E<lt>sys/types.hE<gt>>\n"
2076 msgstr ""
2077
2078 #. type: Plain text
2079 #: build/C/man2/recv.2:51
2080 #, no-wrap
2081 msgid ""
2082 "B<ssize_t recv(int >I<sockfd>B<, void *>I<buf>B<, size_t >I<len>B<, int "
2083 ">I<flags>B<);>\n"
2084 msgstr ""
2085
2086 #. type: Plain text
2087 #: build/C/man2/recv.2:54
2088 #, no-wrap
2089 msgid ""
2090 "B<ssize_t recvfrom(int >I<sockfd>B<, void *>I<buf>B<, size_t >I<len>B<, int "
2091 ">I<flags>B<,>\n"
2092 "B<                 struct sockaddr *>I<src_addr>B<, socklen_t "
2093 "*>I<addrlen>B<);>\n"
2094 msgstr ""
2095
2096 #. type: Plain text
2097 #: build/C/man2/recv.2:56
2098 #, no-wrap
2099 msgid ""
2100 "B<ssize_t recvmsg(int >I<sockfd>B<, struct msghdr *>I<msg>B<, int "
2101 ">I<flags>B<);>\n"
2102 msgstr ""
2103
2104 #. type: Plain text
2105 #: build/C/man2/recv.2:64
2106 msgid ""
2107 "The B<recvfrom>()  and B<recvmsg>()  calls are used to receive messages from "
2108 "a socket, and may be used to receive data on a socket whether or not it is "
2109 "connection-oriented."
2110 msgstr ""
2111
2112 #.  (Note: for datagram sockets in both the UNIX and Internet domains,
2113 #.  .I src_addr
2114 #.  is filled in.
2115 #.  .I src_addr
2116 #.  is also filled in for stream sockets in the UNIX domain, but is not
2117 #.  filled in for stream sockets in the Internet domain.)
2118 #.  [The above notes on AF_UNIX and AF_INET sockets apply as at
2119 #.  Kernel 2.4.18. (MTK, 22 Jul 02)]
2120 #. type: Plain text
2121 #: build/C/man2/recv.2:93
2122 msgid ""
2123 "If I<src_addr> is not NULL, and the underlying protocol provides the source "
2124 "address, this source address is filled in.  When I<src_addr> is NULL, "
2125 "nothing is filled in; in this case, I<addrlen> is not used, and should also "
2126 "be NULL.  The argument I<addrlen> is a value-result argument, which the "
2127 "caller should initialize before the call to the size of the buffer "
2128 "associated with I<src_addr>, and modified on return to indicate the actual "
2129 "size of the source address.  The returned address is truncated if the buffer "
2130 "provided is too small; in this case, I<addrlen> will return a value greater "
2131 "than was supplied to the call."
2132 msgstr ""
2133
2134 #. type: Plain text
2135 #: build/C/man2/recv.2:105
2136 msgid ""
2137 "The B<recv>()  call is normally used only on a I<connected> socket (see "
2138 "B<connect>(2))  and is identical to B<recvfrom>()  with a NULL I<src_addr> "
2139 "argument."
2140 msgstr ""
2141
2142 #. type: Plain text
2143 #: build/C/man2/recv.2:111
2144 msgid ""
2145 "All three routines return the length of the message on successful "
2146 "completion.  If a message is too long to fit in the supplied buffer, excess "
2147 "bytes may be discarded depending on the type of socket the message is "
2148 "received from."
2149 msgstr ""
2150
2151 #. type: Plain text
2152 #: build/C/man2/recv.2:121
2153 msgid ""
2154 "If no messages are available at the socket, the receive calls wait for a "
2155 "message to arrive, unless the socket is nonblocking (see B<fcntl>(2)), in "
2156 "which case the value -1 is returned and the external variable I<errno> is "
2157 "set to B<EAGAIN> or B<EWOULDBLOCK>.  The receive calls normally return any "
2158 "data available, up to the requested amount, rather than waiting for receipt "
2159 "of the full amount requested."
2160 msgstr ""
2161
2162 #. type: Plain text
2163 #: build/C/man2/recv.2:127
2164 msgid ""
2165 "The B<select>(2)  or B<poll>(2)  call may be used to determine when more "
2166 "data arrives."
2167 msgstr ""
2168
2169 #. type: Plain text
2170 #: build/C/man2/recv.2:133
2171 msgid ""
2172 "The I<flags> argument to a B<recv>()  call is formed by ORing one or more of "
2173 "the following values:"
2174 msgstr ""
2175
2176 #. type: TP
2177 #: build/C/man2/recv.2:133
2178 #, no-wrap
2179 msgid "B<MSG_CMSG_CLOEXEC> (B<recvmsg>() only; since Linux 2.6.23)"
2180 msgstr ""
2181
2182 #. type: Plain text
2183 #: build/C/man2/recv.2:144
2184 msgid ""
2185 "Set the close-on-exec flag for the file descriptor received via a UNIX "
2186 "domain file descriptor using the B<SCM_RIGHTS> operation (described in "
2187 "B<unix>(7)).  This flag is useful for the same reasons as the B<O_CLOEXEC> "
2188 "flag of B<open>(2)."
2189 msgstr ""
2190
2191 #. type: TP
2192 #: build/C/man2/recv.2:144 build/C/man2/send.2:186
2193 #, no-wrap
2194 msgid "B<MSG_DONTWAIT> (since Linux 2.2)"
2195 msgstr ""
2196
2197 #. type: Plain text
2198 #: build/C/man2/recv.2:154
2199 msgid ""
2200 "Enables nonblocking operation; if the operation would block, the call fails "
2201 "with the error B<EAGAIN> or B<EWOULDBLOCK> (this can also be enabled using "
2202 "the B<O_NONBLOCK> flag with the B<F_SETFL> B<fcntl>(2))."
2203 msgstr ""
2204
2205 #. type: TP
2206 #: build/C/man2/recv.2:154
2207 #, no-wrap
2208 msgid "B<MSG_ERRQUEUE> (since Linux 2.2)"
2209 msgstr ""
2210
2211 #. type: Plain text
2212 #: build/C/man2/recv.2:173
2213 msgid ""
2214 "This flag specifies that queued errors should be received from the socket "
2215 "error queue.  The error is passed in an ancillary message with a type "
2216 "dependent on the protocol (for IPv4 B<IP_RECVERR>).  The user should supply "
2217 "a buffer of sufficient size.  See B<cmsg>(3)  and B<ip>(7)  for more "
2218 "information.  The payload of the original packet that caused the error is "
2219 "passed as normal data via I<msg_iovec>.  The original destination address of "
2220 "the datagram that caused the error is supplied via I<msg_name>."
2221 msgstr ""
2222
2223 #. type: Plain text
2224 #: build/C/man2/recv.2:185 build/C/man2/recv.2:248
2225 msgid ""
2226 "For local errors, no address is passed (this can be checked with the "
2227 "I<cmsg_len> member of the I<cmsghdr>).  For error receives, the "
2228 "B<MSG_ERRQUEUE> is set in the I<msghdr>.  After an error has been passed, "
2229 "the pending socket error is regenerated based on the next queued error and "
2230 "will be passed on the next socket operation."
2231 msgstr ""
2232
2233 #. type: Plain text
2234 #: build/C/man2/recv.2:189
2235 msgid "The error is supplied in a I<sock_extended_err> structure:"
2236 msgstr ""
2237
2238 #. type: Plain text
2239 #: build/C/man2/recv.2:196
2240 #, no-wrap
2241 msgid ""
2242 "#define SO_EE_ORIGIN_NONE    0\n"
2243 "#define SO_EE_ORIGIN_LOCAL   1\n"
2244 "#define SO_EE_ORIGIN_ICMP    2\n"
2245 "#define SO_EE_ORIGIN_ICMP6   3\n"
2246 msgstr ""
2247
2248 #. type: Plain text
2249 #: build/C/man2/recv.2:208
2250 #, no-wrap
2251 msgid ""
2252 "struct sock_extended_err\n"
2253 "{\n"
2254 "    uint32_t ee_errno;   /* error number */\n"
2255 "    uint8_t  ee_origin;  /* where the error originated */\n"
2256 "    uint8_t  ee_type;    /* type */\n"
2257 "    uint8_t  ee_code;    /* code */\n"
2258 "    uint8_t  ee_pad;     /* padding */\n"
2259 "    uint32_t ee_info;    /* additional information */\n"
2260 "    uint32_t ee_data;    /* other data */\n"
2261 "    /* More data may follow */\n"
2262 "};\n"
2263 msgstr ""
2264
2265 #. type: Plain text
2266 #: build/C/man2/recv.2:210
2267 #, no-wrap
2268 msgid "struct sockaddr *SO_EE_OFFENDER(struct sock_extended_err *);\n"
2269 msgstr ""
2270
2271 #. type: Plain text
2272 #: build/C/man2/recv.2:234
2273 msgid ""
2274 "I<ee_errno> contains the I<errno> number of the queued error.  I<ee_origin> "
2275 "is the origin code of where the error originated.  The other fields are "
2276 "protocol-specific.  The macro B<SOCK_EE_OFFENDER> returns a pointer to the "
2277 "address of the network object where the error originated from given a "
2278 "pointer to the ancillary message.  If this address is not known, the "
2279 "I<sa_family> member of the I<sockaddr> contains B<AF_UNSPEC> and the other "
2280 "fields of the I<sockaddr> are undefined.  The payload of the packet that "
2281 "caused the error is passed as normal data."
2282 msgstr ""
2283
2284 #. type: TP
2285 #: build/C/man2/recv.2:248 build/C/man2/recv.2:379 build/C/man2/send.2:228
2286 #, no-wrap
2287 msgid "B<MSG_OOB>"
2288 msgstr ""
2289
2290 #. type: Plain text
2291 #: build/C/man2/recv.2:255
2292 msgid ""
2293 "This flag requests receipt of out-of-band data that would not be received in "
2294 "the normal data stream.  Some protocols place expedited data at the head of "
2295 "the normal data queue, and thus this flag cannot be used with such "
2296 "protocols."
2297 msgstr ""
2298
2299 #. type: TP
2300 #: build/C/man2/recv.2:255
2301 #, no-wrap
2302 msgid "B<MSG_PEEK>"
2303 msgstr ""
2304
2305 #. type: Plain text
2306 #: build/C/man2/recv.2:262
2307 msgid ""
2308 "This flag causes the receive operation to return data from the beginning of "
2309 "the receive queue without removing that data from the queue.  Thus, a "
2310 "subsequent receive call will return the same data."
2311 msgstr ""
2312
2313 #. type: TP
2314 #: build/C/man2/recv.2:262
2315 #, no-wrap
2316 msgid "B<MSG_TRUNC> (since Linux 2.2)"
2317 msgstr ""
2318
2319 #. type: Plain text
2320 #: build/C/man2/recv.2:273
2321 msgid ""
2322 "For raw (B<AF_PACKET>), Internet datagram (since Linux 2.4.27/2.6.8), and "
2323 "netlink (since Linux 2.6.22) sockets: return the real length of the packet "
2324 "or datagram, even when it was longer than the passed buffer.  Not "
2325 "implemented for UNIX domain (B<unix>(7))  sockets."
2326 msgstr ""
2327
2328 #. type: Plain text
2329 #: build/C/man2/recv.2:276
2330 msgid "For use with Internet stream sockets, see B<tcp>(7)."
2331 msgstr ""
2332
2333 #. type: TP
2334 #: build/C/man2/recv.2:276
2335 #, no-wrap
2336 msgid "B<MSG_WAITALL> (since Linux 2.2)"
2337 msgstr ""
2338
2339 #. type: Plain text
2340 #: build/C/man2/recv.2:283
2341 msgid ""
2342 "This flag requests that the operation block until the full request is "
2343 "satisfied.  However, the call may still return less data than requested if a "
2344 "signal is caught, an error or disconnect occurs, or the next data to be "
2345 "received is of a different type than that returned."
2346 msgstr ""
2347
2348 #. type: Plain text
2349 #: build/C/man2/recv.2:291
2350 msgid ""
2351 "The B<recvmsg>()  call uses a I<msghdr> structure to minimize the number of "
2352 "directly supplied arguments.  This structure is defined as follows in "
2353 "I<E<lt>sys/socket.hE<gt>>:"
2354 msgstr ""
2355
2356 #. type: Plain text
2357 #: build/C/man2/recv.2:298
2358 #, no-wrap
2359 msgid ""
2360 "struct iovec {                    /* Scatter/gather array items */\n"
2361 "    void  *iov_base;              /* Starting address */\n"
2362 "    size_t iov_len;               /* Number of bytes to transfer */\n"
2363 "};\n"
2364 msgstr ""
2365
2366 #. type: Plain text
2367 #: build/C/man2/recv.2:308 build/C/man2/send.2:256
2368 #, no-wrap
2369 msgid ""
2370 "struct msghdr {\n"
2371 "    void         *msg_name;       /* optional address */\n"
2372 "    socklen_t     msg_namelen;    /* size of address */\n"
2373 "    struct iovec *msg_iov;        /* scatter/gather array */\n"
2374 "    size_t        msg_iovlen;     /* # elements in msg_iov */\n"
2375 "    void         *msg_control;    /* ancillary data, see below */\n"
2376 "    size_t        msg_controllen; /* ancillary data buffer len */\n"
2377 "    int           msg_flags;      /* flags on received message */\n"
2378 "};\n"
2379 msgstr ""
2380
2381 #. type: Plain text
2382 #: build/C/man2/recv.2:338
2383 msgid ""
2384 "Here I<msg_name> and I<msg_namelen> specify the source address if the socket "
2385 "is unconnected; I<msg_name> may be given as a NULL pointer if no names are "
2386 "desired or required.  The fields I<msg_iov> and I<msg_iovlen> describe "
2387 "scatter-gather locations, as discussed in B<readv>(2).  The field "
2388 "I<msg_control>, which has length I<msg_controllen>, points to a buffer for "
2389 "other protocol control-related messages or miscellaneous ancillary data.  "
2390 "When B<recvmsg>()  is called, I<msg_controllen> should contain the length of "
2391 "the available buffer in I<msg_control>; upon return from a successful call "
2392 "it will contain the length of the control message sequence."
2393 msgstr ""
2394
2395 #. type: Plain text
2396 #: build/C/man2/recv.2:340
2397 msgid "The messages are of the form:"
2398 msgstr ""
2399
2400 #. type: Plain text
2401 #: build/C/man2/recv.2:350
2402 #, no-wrap
2403 msgid ""
2404 "struct cmsghdr {\n"
2405 "    socklen_t     cmsg_len;     /* data byte count, including hdr */\n"
2406 "    int           cmsg_level;   /* originating protocol */\n"
2407 "    int           cmsg_type;    /* protocol-specific type */\n"
2408 "/* followed by\n"
2409 "    unsigned char cmsg_data[]; */\n"
2410 "};\n"
2411 msgstr ""
2412
2413 #. type: Plain text
2414 #: build/C/man2/recv.2:355
2415 msgid "Ancillary data should only be accessed by the macros defined in B<cmsg>(3)."
2416 msgstr ""
2417
2418 #. type: Plain text
2419 #: build/C/man2/recv.2:358
2420 msgid ""
2421 "As an example, Linux uses this ancillary data mechanism to pass extended "
2422 "errors, IP options, or file descriptors over UNIX domain sockets."
2423 msgstr ""
2424
2425 #. type: Plain text
2426 #: build/C/man2/recv.2:366
2427 msgid ""
2428 "The I<msg_flags> field in the I<msghdr> is set on return of B<recvmsg>().  "
2429 "It can contain several flags:"
2430 msgstr ""
2431
2432 #. type: TP
2433 #: build/C/man2/recv.2:366
2434 #, no-wrap
2435 msgid "B<MSG_EOR>"
2436 msgstr ""
2437
2438 #. type: Plain text
2439 #: build/C/man2/recv.2:371
2440 msgid ""
2441 "indicates end-of-record; the data returned completed a record (generally "
2442 "used with sockets of type B<SOCK_SEQPACKET>)."
2443 msgstr ""
2444
2445 #. type: TP
2446 #: build/C/man2/recv.2:371
2447 #, no-wrap
2448 msgid "B<MSG_TRUNC>"
2449 msgstr ""
2450
2451 #. type: Plain text
2452 #: build/C/man2/recv.2:375
2453 msgid ""
2454 "indicates that the trailing portion of a datagram was discarded because the "
2455 "datagram was larger than the buffer supplied."
2456 msgstr ""
2457
2458 #. type: TP
2459 #: build/C/man2/recv.2:375
2460 #, no-wrap
2461 msgid "B<MSG_CTRUNC>"
2462 msgstr ""
2463
2464 #. type: Plain text
2465 #: build/C/man2/recv.2:379
2466 msgid ""
2467 "indicates that some control data were discarded due to lack of space in the "
2468 "buffer for ancillary data."
2469 msgstr ""
2470
2471 #. type: Plain text
2472 #: build/C/man2/recv.2:382
2473 msgid "is returned to indicate that expedited or out-of-band data were received."
2474 msgstr ""
2475
2476 #. type: TP
2477 #: build/C/man2/recv.2:382
2478 #, no-wrap
2479 msgid "B<MSG_ERRQUEUE>"
2480 msgstr ""
2481
2482 #. type: Plain text
2483 #: build/C/man2/recv.2:386
2484 msgid ""
2485 "indicates that no data was received but an extended error from the socket "
2486 "error queue."
2487 msgstr ""
2488
2489 #. type: Plain text
2490 #: build/C/man2/recv.2:391
2491 msgid ""
2492 "These calls return the number of bytes received, or -1 if an error "
2493 "occurred.  The return value will be 0 when the peer has performed an orderly "
2494 "shutdown."
2495 msgstr ""
2496
2497 #. type: Plain text
2498 #: build/C/man2/recv.2:396
2499 msgid ""
2500 "These are some standard errors generated by the socket layer.  Additional "
2501 "errors may be generated and returned from the underlying protocol modules; "
2502 "see their manual pages."
2503 msgstr ""
2504
2505 #.  Actually EAGAIN on Linux
2506 #. type: Plain text
2507 #: build/C/man2/recv.2:405
2508 msgid ""
2509 "The socket is marked nonblocking and the receive operation would block, or a "
2510 "receive timeout had been set and the timeout expired before data was "
2511 "received.  POSIX.1-2001 allows either error to be returned for this case, "
2512 "and does not require these constants to have the same value, so a portable "
2513 "application should check for both possibilities."
2514 msgstr ""
2515
2516 #. type: Plain text
2517 #: build/C/man2/recv.2:410
2518 msgid "The argument I<sockfd> is an invalid descriptor."
2519 msgstr ""
2520
2521 #. type: Plain text
2522 #: build/C/man2/recv.2:414
2523 msgid ""
2524 "A remote host refused to allow the network connection (typically because it "
2525 "is not running the requested service)."
2526 msgstr ""
2527
2528 #. type: Plain text
2529 #: build/C/man2/recv.2:418
2530 msgid "The receive buffer pointer(s) point outside the process's address space."
2531 msgstr ""
2532
2533 #. type: Plain text
2534 #: build/C/man2/recv.2:423
2535 msgid ""
2536 "The receive was interrupted by delivery of a signal before any data were "
2537 "available; see B<signal>(7)."
2538 msgstr ""
2539
2540 #. type: Plain text
2541 #: build/C/man2/recv.2:427 build/C/man2/send.2:321
2542 msgid "Invalid argument passed."
2543 msgstr ""
2544
2545 #. type: Plain text
2546 #: build/C/man2/recv.2:431
2547 msgid "Could not allocate memory for B<recvmsg>()."
2548 msgstr ""
2549
2550 #. type: TP
2551 #: build/C/man2/recv.2:431 build/C/man2/send.2:344
2552 #, no-wrap
2553 msgid "B<ENOTCONN>"
2554 msgstr ""
2555
2556 #. type: Plain text
2557 #: build/C/man2/recv.2:438
2558 msgid ""
2559 "The socket is associated with a connection-oriented protocol and has not "
2560 "been connected (see B<connect>(2)  and B<accept>(2))."
2561 msgstr ""
2562
2563 #. type: Plain text
2564 #: build/C/man2/recv.2:443
2565 msgid "The argument I<sockfd> does not refer to a socket."
2566 msgstr ""
2567
2568 #. type: Plain text
2569 #: build/C/man2/recv.2:446
2570 msgid "4.4BSD (these function calls first appeared in 4.2BSD), POSIX.1-2001."
2571 msgstr ""
2572
2573 #. type: Plain text
2574 #: build/C/man2/recv.2:453
2575 msgid ""
2576 "POSIX.1-2001 only describes the B<MSG_OOB>, B<MSG_PEEK>, and B<MSG_WAITALL> "
2577 "flags."
2578 msgstr ""
2579
2580 #. type: Plain text
2581 #: build/C/man2/recv.2:469
2582 msgid ""
2583 "The prototypes given above follow glibc2.  The Single UNIX Specification "
2584 "agrees, except that it has return values of type I<ssize_t> (while 4.x BSD "
2585 "and libc4 and libc5 all have I<int>).  The I<flags> argument is I<int> in "
2586 "4.x BSD, but I<unsigned int> in libc4 and libc5.  The I<len> argument is "
2587 "I<int> in 4.x BSD, but I<size_t> in libc4 and libc5.  The I<addrlen> "
2588 "argument is I<int\\ *> in 4.x BSD, libc4 and libc5.  The present "
2589 "I<socklen_t\\ *> was invented by POSIX.  See also B<accept>(2)."
2590 msgstr ""
2591
2592 #.  glibc bug raised 12 Mar 2006
2593 #.  http://sourceware.org/bugzilla/show_bug.cgi?id=2448
2594 #.  The problem is an underlying kernel issue: the size of the
2595 #.  __kernel_size_t type used to type this field varies
2596 #.  across architectures, but socklen_t is always 32 bits.
2597 #. type: Plain text
2598 #: build/C/man2/recv.2:483 build/C/man2/send.2:407
2599 msgid ""
2600 "According to POSIX.1-2001, the I<msg_controllen> field of the I<msghdr> "
2601 "structure should be typed as I<socklen_t>, but glibc currently types it as "
2602 "I<size_t>."
2603 msgstr ""
2604
2605 #. type: Plain text
2606 #: build/C/man2/recv.2:488
2607 msgid ""
2608 "See B<recvmmsg(2)> for information about a Linux-specific system call that "
2609 "can be used to receive multiple datagrams in a single call."
2610 msgstr ""
2611
2612 #. type: Plain text
2613 #: build/C/man2/recv.2:493
2614 msgid "An example of the use of B<recvfrom>()  is shown in B<getaddrinfo>(3)."
2615 msgstr ""
2616
2617 #. type: Plain text
2618 #: build/C/man2/recv.2:504
2619 msgid ""
2620 "B<fcntl>(2), B<getsockopt>(2), B<read>(2), B<recvmmsg>(2), B<select>(2), "
2621 "B<shutdown>(2), B<socket>(2), B<cmsg>(3), B<sockatmark>(3), B<socket>(7)"
2622 msgstr ""
2623
2624 #. type: TH
2625 #: build/C/man2/recvmmsg.2:26
2626 #, no-wrap
2627 msgid "RECVMMSG"
2628 msgstr ""
2629
2630 #. type: TH
2631 #: build/C/man2/recvmmsg.2:26
2632 #, no-wrap
2633 msgid "2011-10-04"
2634 msgstr ""
2635
2636 #. type: Plain text
2637 #: build/C/man2/recvmmsg.2:29
2638 msgid "recvmmsg - receive multiple messages on a socket"
2639 msgstr ""
2640
2641 #. type: Plain text
2642 #: build/C/man2/recvmmsg.2:33 build/C/man2/sendmmsg.2:35
2643 #, no-wrap
2644 msgid ""
2645 "B<#define _GNU_SOURCE>\n"
2646 "B<#include E<lt>sys/socket.hE<gt>>\n"
2647 msgstr ""
2648
2649 #. type: Plain text
2650 #: build/C/man2/recvmmsg.2:36
2651 #, no-wrap
2652 msgid ""
2653 "B<int recvmmsg(int >I<sockfd>B<, struct mmsghdr *>I<msgvec>B<, unsigned int "
2654 ">I<vlen>B<,>\n"
2655 msgstr ""
2656
2657 #. type: Plain text
2658 #: build/C/man2/recvmmsg.2:38
2659 #, no-wrap
2660 msgid "B<             unsigned int >I<flags>B<, struct timespec *>I<timeout>B<);>\n"
2661 msgstr ""
2662
2663 #. type: Plain text
2664 #: build/C/man2/recvmmsg.2:50
2665 msgid ""
2666 "The B<recvmmsg>()  system call is an extension of B<recvmsg>(2)  that allows "
2667 "the caller to receive multiple messages from a socket using a single system "
2668 "call.  (This has performance benefits for some applications.)  A further "
2669 "extension over B<recvmsg>(2)  is support for a timeout on the receive "
2670 "operation."
2671 msgstr ""
2672
2673 #. type: Plain text
2674 #: build/C/man2/recvmmsg.2:54
2675 msgid ""
2676 "The I<sockfd> argument is the file descriptor of the socket to receive data "
2677 "from."
2678 msgstr ""
2679
2680 #. type: Plain text
2681 #: build/C/man2/recvmmsg.2:62 build/C/man2/sendmmsg.2:62
2682 msgid ""
2683 "The I<msgvec> argument is a pointer to an array of I<mmsghdr> structures.  "
2684 "The size of this array is specified in I<vlen>."
2685 msgstr ""
2686
2687 #. type: Plain text
2688 #: build/C/man2/recvmmsg.2:68 build/C/man2/sendmmsg.2:68
2689 msgid "The I<mmsghdr> structure is defined in I<E<lt>sys/socket.hE<gt>> as:"
2690 msgstr ""
2691
2692 #. type: Plain text
2693 #: build/C/man2/recvmmsg.2:75
2694 #, no-wrap
2695 msgid ""
2696 "struct mmsghdr {\n"
2697 "    struct msghdr msg_hdr;  /* Message header */\n"
2698 "    unsigned int  msg_len;  /* Number of received bytes for header */\n"
2699 "};\n"
2700 msgstr ""
2701
2702 #. type: Plain text
2703 #: build/C/man2/recvmmsg.2:90
2704 msgid ""
2705 "The I<msg_hdr> field is a I<msghdr> structure, as described in "
2706 "B<recvmsg>(2).  The I<msg_len> field is the number of bytes returned for the "
2707 "message in the entry.  This field has the same value as the return value of "
2708 "a single B<recvmsg>(2)  on the header."
2709 msgstr ""
2710
2711 #. type: Plain text
2712 #: build/C/man2/recvmmsg.2:97
2713 msgid ""
2714 "The I<flags> argument contains flags ORed together.  The flags are the same "
2715 "as documented for B<recvmsg>(2), with the following addition:"
2716 msgstr ""
2717
2718 #. type: TP
2719 #: build/C/man2/recvmmsg.2:97
2720 #, no-wrap
2721 msgid "B<MSG_WAITFORONE>"
2722 msgstr ""
2723
2724 #. type: Plain text
2725 #: build/C/man2/recvmmsg.2:102
2726 msgid "Turns on B<MSG_DONTWAIT> after the first message has been received."
2727 msgstr ""
2728
2729 #. type: Plain text
2730 #: build/C/man2/recvmmsg.2:115
2731 msgid ""
2732 "The I<timeout> argument points to a I<struct timespec> (see "
2733 "B<clock_gettime>(2))  defining a timeout (seconds plus nanoseconds) for the "
2734 "receive operation.  If I<timeout> is I<NULL> then the operation blocks "
2735 "indefinitely."
2736 msgstr ""
2737
2738 #. type: Plain text
2739 #: build/C/man2/recvmmsg.2:126
2740 msgid ""
2741 "A blocking B<recvmmsg>()  call blocks until I<vlen> messages have been "
2742 "received or until the timeout expires.  A nonblocking call reads as many "
2743 "messages as are available (up to the limit specified by I<vlen>)  and "
2744 "returns immediately."
2745 msgstr ""
2746
2747 #. type: Plain text
2748 #: build/C/man2/recvmmsg.2:141
2749 msgid ""
2750 "On return from B<recvmmsg>(), successive elements of I<msgvec> are updated "
2751 "to contain information about each received message: I<msg_len> contains the "
2752 "size of the received message; the subfields of I<msg_hdr> are updated as "
2753 "described in B<recvmsg>(2).  The return value of the call indicates the "
2754 "number of elements of I<msgvec> that have been updated."
2755 msgstr ""
2756
2757 #. type: Plain text
2758 #: build/C/man2/recvmmsg.2:149
2759 msgid ""
2760 "On success, B<recvmmsg>()  returns the number of messages received in "
2761 "I<msgvec>; on error, -1 is returned, and I<errno> is set to indicate the "
2762 "error."
2763 msgstr ""
2764
2765 #. type: Plain text
2766 #: build/C/man2/recvmmsg.2:153
2767 msgid ""
2768 "Errors are as for B<recvmsg>(2).  In addition, the following error can "
2769 "occur:"
2770 msgstr ""
2771
2772 #. type: Plain text
2773 #: build/C/man2/recvmmsg.2:157
2774 msgid "I<timeout> is invalid."
2775 msgstr ""
2776
2777 #. type: Plain text
2778 #: build/C/man2/recvmmsg.2:162
2779 msgid ""
2780 "The B<recvmmsg>()  system call was added in Linux 2.6.32.  Support in glibc "
2781 "was added in version 2.12."
2782 msgstr ""
2783
2784 #. type: Plain text
2785 #: build/C/man2/recvmmsg.2:165
2786 msgid "B<recvmmsg>()  is Linux-specific."
2787 msgstr ""
2788
2789 #. type: Plain text
2790 #: build/C/man2/recvmmsg.2:172
2791 msgid ""
2792 "B<clock_gettime>(2), B<recvmsg>(2), B<sendmmsg>(2), B<sendmsg>(2), "
2793 "B<socket>(2), B<socket>(7)"
2794 msgstr ""
2795
2796 #. type: TH
2797 #: build/C/man2/select.2:38
2798 #, no-wrap
2799 msgid "SELECT"
2800 msgstr ""
2801
2802 #. type: TH
2803 #: build/C/man2/select.2:38
2804 #, no-wrap
2805 msgid "2010-08-31"
2806 msgstr ""
2807
2808 #. type: Plain text
2809 #: build/C/man2/select.2:42 build/C/man2/select_tut.2:34
2810 msgid ""
2811 "select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous I/O "
2812 "multiplexing"
2813 msgstr ""
2814
2815 #. type: Plain text
2816 #: build/C/man2/select.2:45 build/C/man2/select_tut.2:37
2817 #, no-wrap
2818 msgid "/* According to POSIX.1-2001 */\n"
2819 msgstr ""
2820
2821 #. type: Plain text
2822 #: build/C/man2/select.2:47 build/C/man2/select.2:68 build/C/man2/select_tut.2:39 build/C/man2/select_tut.2:60
2823 #, no-wrap
2824 msgid "B<#include E<lt>sys/select.hE<gt>>\n"
2825 msgstr ""
2826
2827 #. type: Plain text
2828 #: build/C/man2/select.2:49 build/C/man2/select_tut.2:41
2829 #, no-wrap
2830 msgid "/* According to earlier standards */\n"
2831 msgstr ""
2832
2833 #. type: Plain text
2834 #: build/C/man2/select.2:51 build/C/man2/select_tut.2:43
2835 #, no-wrap
2836 msgid "B<#include E<lt>sys/time.hE<gt>>\n"
2837 msgstr ""
2838
2839 #. type: Plain text
2840 #: build/C/man2/select.2:55 build/C/man2/select_tut.2:47
2841 #, no-wrap
2842 msgid "B<#include E<lt>unistd.hE<gt>>\n"
2843 msgstr ""
2844
2845 #. type: Plain text
2846 #: build/C/man2/select.2:58
2847 #, no-wrap
2848 msgid ""
2849 "B<int select(int >I<nfds>B<, fd_set *>I<readfds>B<, fd_set "
2850 "*>I<writefds>B<,>\n"
2851 "B<           fd_set *>I<exceptfds>B<, struct timeval *>I<timeout>B<);>\n"
2852 msgstr ""
2853
2854 #. type: Plain text
2855 #: build/C/man2/select.2:60 build/C/man2/select_tut.2:52
2856 #, no-wrap
2857 msgid "B<void FD_CLR(int >I<fd>B<, fd_set *>I<set>B<);>\n"
2858 msgstr ""
2859
2860 #. type: Plain text
2861 #: build/C/man2/select.2:62 build/C/man2/select_tut.2:54
2862 #, no-wrap
2863 msgid "B<int  FD_ISSET(int >I<fd>B<, fd_set *>I<set>B<);>\n"
2864 msgstr ""
2865
2866 #. type: Plain text
2867 #: build/C/man2/select.2:64 build/C/man2/select_tut.2:56
2868 #, no-wrap
2869 msgid "B<void FD_SET(int >I<fd>B<, fd_set *>I<set>B<);>\n"
2870 msgstr ""
2871
2872 #. type: Plain text
2873 #: build/C/man2/select.2:66 build/C/man2/select_tut.2:58
2874 #, no-wrap
2875 msgid "B<void FD_ZERO(fd_set *>I<set>B<);>\n"
2876 msgstr ""
2877
2878 #. type: Plain text
2879 #: build/C/man2/select.2:72
2880 #, no-wrap
2881 msgid ""
2882 "B<int pselect(int >I<nfds>B<, fd_set *>I<readfds>B<, fd_set "
2883 "*>I<writefds>B<,>\n"
2884 "B<            fd_set *>I<exceptfds>B<, const struct timespec "
2885 "*>I<timeout>B<,>\n"
2886 "B<            const sigset_t *>I<sigmask>B<);>\n"
2887 msgstr ""
2888
2889 #. type: Plain text
2890 #: build/C/man2/select.2:77 build/C/man2/select_tut.2:69 build/C/man3/sockatmark.3:34
2891 msgid "Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
2892 msgstr ""
2893
2894 #. type: Plain text
2895 #: build/C/man2/select.2:81 build/C/man2/select_tut.2:73
2896 msgid ""
2897 "B<pselect>(): _POSIX_C_SOURCE\\ E<gt>=\\ 200112L || _XOPEN_SOURCE\\ E<gt>=\\ "
2898 "600"
2899 msgstr ""
2900
2901 #. type: Plain text
2902 #: build/C/man2/select.2:92
2903 msgid ""
2904 "B<select>()  and B<pselect>()  allow a program to monitor multiple file "
2905 "descriptors, waiting until one or more of the file descriptors become "
2906 "\"ready\" for some class of I/O operation (e.g., input possible).  A file "
2907 "descriptor is considered ready if it is possible to perform the "
2908 "corresponding I/O operation (e.g., B<read>(2))  without blocking."
2909 msgstr ""
2910
2911 #. type: Plain text
2912 #: build/C/man2/select.2:98
2913 msgid ""
2914 "The operation of B<select>()  and B<pselect>()  is identical, with three "
2915 "differences:"
2916 msgstr ""
2917
2918 #. type: TP
2919 #: build/C/man2/select.2:98
2920 #, no-wrap
2921 msgid "(i)"
2922 msgstr ""
2923
2924 #. type: Plain text
2925 #: build/C/man2/select.2:108
2926 msgid ""
2927 "B<select>()  uses a timeout that is a I<struct timeval> (with seconds and "
2928 "microseconds), while B<pselect>()  uses a I<struct timespec> (with seconds "
2929 "and nanoseconds)."
2930 msgstr ""
2931
2932 #. type: TP
2933 #: build/C/man2/select.2:108
2934 #, no-wrap
2935 msgid "(ii)"
2936 msgstr ""
2937
2938 #. type: Plain text
2939 #: build/C/man2/select.2:116
2940 msgid ""
2941 "B<select>()  may update the I<timeout> argument to indicate how much time "
2942 "was left.  B<pselect>()  does not change this argument."
2943 msgstr ""
2944
2945 #. type: TP
2946 #: build/C/man2/select.2:116
2947 #, no-wrap
2948 msgid "(iii)"
2949 msgstr ""
2950
2951 #. type: Plain text
2952 #: build/C/man2/select.2:125
2953 msgid ""
2954 "B<select>()  has no I<sigmask> argument, and behaves as B<pselect>()  called "
2955 "with NULL I<sigmask>."
2956 msgstr ""
2957
2958 #. type: Plain text
2959 #: build/C/man2/select.2:143
2960 msgid ""
2961 "Three independent sets of file descriptors are watched.  Those listed in "
2962 "I<readfds> will be watched to see if characters become available for reading "
2963 "(more precisely, to see if a read will not block; in particular, a file "
2964 "descriptor is also ready on end-of-file), those in I<writefds> will be "
2965 "watched to see if a write will not block, and those in I<exceptfds> will be "
2966 "watched for exceptions.  On exit, the sets are modified in place to indicate "
2967 "which file descriptors actually changed status.  Each of the three file "
2968 "descriptor sets may be specified as NULL if no file descriptors are to be "
2969 "watched for the corresponding class of events."
2970 msgstr ""
2971
2972 #. type: Plain text
2973 #: build/C/man2/select.2:156
2974 msgid ""
2975 "Four macros are provided to manipulate the sets.  B<FD_ZERO>()  clears a "
2976 "set.  B<FD_SET>()  and B<FD_CLR>()  respectively add and remove a given file "
2977 "descriptor from a set.  B<FD_ISSET>()  tests to see if a file descriptor is "
2978 "part of the set; this is useful after B<select>()  returns."
2979 msgstr ""
2980
2981 #. type: Plain text
2982 #: build/C/man2/select.2:159
2983 msgid ""
2984 "I<nfds> is the highest-numbered file descriptor in any of the three sets, "
2985 "plus 1."
2986 msgstr ""
2987
2988 #. type: Plain text
2989 #: build/C/man2/select.2:175
2990 msgid ""
2991 "I<timeout> is an upper bound on the amount of time elapsed before "
2992 "B<select>()  returns.  If both fields of the I<timeval> structure are zero, "
2993 "then B<select>()  returns immediately.  (This is useful for polling.)  If "
2994 "I<timeout> is NULL (no timeout), B<select>()  can block indefinitely."
2995 msgstr ""
2996
2997 #. type: Plain text
2998 #: build/C/man2/select.2:185
2999 msgid ""
3000 "I<sigmask> is a pointer to a signal mask (see B<sigprocmask>(2)); if it is "
3001 "not NULL, then B<pselect>()  first replaces the current signal mask by the "
3002 "one pointed to by I<sigmask>, then does the \"select\" function, and then "
3003 "restores the original signal mask."
3004 msgstr ""
3005
3006 #. type: Plain text
3007 #: build/C/man2/select.2:191
3008 msgid ""
3009 "Other than the difference in the precision of the I<timeout> argument, the "
3010 "following B<pselect>()  call:"
3011 msgstr ""
3012
3013 #. type: Plain text
3014 #: build/C/man2/select.2:195
3015 #, no-wrap
3016 msgid ""
3017 "    ready = pselect(nfds, &readfds, &writefds, &exceptfds,\n"
3018 "                    timeout, &sigmask);\n"
3019 msgstr ""
3020
3021 #. type: Plain text
3022 #: build/C/man2/select.2:200
3023 msgid "is equivalent to I<atomically> executing the following calls:"
3024 msgstr ""
3025
3026 #. type: Plain text
3027 #: build/C/man2/select.2:203
3028 #, no-wrap
3029 msgid "    sigset_t origmask;\n"
3030 msgstr ""
3031
3032 #. type: Plain text
3033 #: build/C/man2/select.2:207
3034 #, no-wrap
3035 msgid ""
3036 "    sigprocmask(SIG_SETMASK, &sigmask, &origmask);\n"
3037 "    ready = select(nfds, &readfds, &writefds, &exceptfds, timeout);\n"
3038 "    sigprocmask(SIG_SETMASK, &origmask, NULL);\n"
3039 msgstr ""
3040
3041 #. type: Plain text
3042 #: build/C/man2/select.2:228
3043 msgid ""
3044 "The reason that B<pselect>()  is needed is that if one wants to wait for "
3045 "either a signal or for a file descriptor to become ready, then an atomic "
3046 "test is needed to prevent race conditions.  (Suppose the signal handler sets "
3047 "a global flag and returns.  Then a test of this global flag followed by a "
3048 "call of B<select>()  could hang indefinitely if the signal arrived just "
3049 "after the test but just before the call.  By contrast, B<pselect>()  allows "
3050 "one to first block signals, handle the signals that have come in, then call "
3051 "B<pselect>()  with the desired I<sigmask>, avoiding the race.)"
3052 msgstr ""
3053
3054 #. type: SS
3055 #: build/C/man2/select.2:228
3056 #, no-wrap
3057 msgid "The timeout"
3058 msgstr ""
3059
3060 #. type: Plain text
3061 #: build/C/man2/select.2:232
3062 msgid ""
3063 "The time structures involved are defined in I<E<lt>sys/time.hE<gt>> and look "
3064 "like"
3065 msgstr ""
3066
3067 #. type: Plain text
3068 #: build/C/man2/select.2:239
3069 #, no-wrap
3070 msgid ""
3071 "struct timeval {\n"
3072 "    long    tv_sec;         /* seconds */\n"
3073 "    long    tv_usec;        /* microseconds */\n"
3074 "};\n"
3075 msgstr ""
3076
3077 #. type: Plain text
3078 #: build/C/man2/select.2:243
3079 msgid "and"
3080 msgstr ""
3081
3082 #. type: Plain text
3083 #: build/C/man2/select.2:250
3084 #, no-wrap
3085 msgid ""
3086 "struct timespec {\n"
3087 "    long    tv_sec;         /* seconds */\n"
3088 "    long    tv_nsec;        /* nanoseconds */\n"
3089 "};\n"
3090 msgstr ""
3091
3092 #. type: Plain text
3093 #: build/C/man2/select.2:254
3094 msgid "(However, see below on the POSIX.1-2001 versions.)"
3095 msgstr ""
3096
3097 #. type: Plain text
3098 #: build/C/man2/select.2:262
3099 msgid ""
3100 "Some code calls B<select>()  with all three sets empty, I<nfds> zero, and a "
3101 "non-NULL I<timeout> as a fairly portable way to sleep with subsecond "
3102 "precision."
3103 msgstr ""
3104
3105 #.  .PP - it is rumored that:
3106 #.  On BSD, when a timeout occurs, the file descriptor bits are not changed.
3107 #.  - it is certainly true that:
3108 #.  Linux follows SUSv2 and sets the bit masks to zero upon a timeout.
3109 #. type: Plain text
3110 #: build/C/man2/select.2:285
3111 msgid ""
3112 "On Linux, B<select>()  modifies I<timeout> to reflect the amount of time not "
3113 "slept; most other implementations do not do this.  (POSIX.1-2001 permits "
3114 "either behavior.)  This causes problems both when Linux code which reads "
3115 "I<timeout> is ported to other operating systems, and when code is ported to "
3116 "Linux that reuses a I<struct timeval> for multiple B<select>()s in a loop "
3117 "without reinitializing it.  Consider I<timeout> to be undefined after "
3118 "B<select>()  returns."
3119 msgstr ""
3120
3121 #. type: Plain text
3122 #: build/C/man2/select.2:302
3123 msgid ""
3124 "On success, B<select>()  and B<pselect>()  return the number of file "
3125 "descriptors contained in the three returned descriptor sets (that is, the "
3126 "total number of bits that are set in I<readfds>, I<writefds>, I<exceptfds>)  "
3127 "which may be zero if the timeout expires before anything interesting "
3128 "happens.  On error, -1 is returned, and I<errno> is set appropriately; the "
3129 "sets and I<timeout> become undefined, so do not rely on their contents after "
3130 "an error."
3131 msgstr ""
3132
3133 #. type: Plain text
3134 #: build/C/man2/select.2:308
3135 msgid ""
3136 "An invalid file descriptor was given in one of the sets.  (Perhaps a file "
3137 "descriptor that was already closed, or one on which an error has occurred.)"
3138 msgstr ""
3139
3140 #. type: Plain text
3141 #: build/C/man2/select.2:312
3142 msgid "A signal was caught; see B<signal>(7)."
3143 msgstr ""
3144
3145 #. type: Plain text
3146 #: build/C/man2/select.2:318
3147 msgid "I<nfds> is negative or the value contained within I<timeout> is invalid."
3148 msgstr ""
3149
3150 #. type: Plain text
3151 #: build/C/man2/select.2:321
3152 msgid "unable to allocate memory for internal tables."
3153 msgstr ""
3154
3155 #. type: Plain text
3156 #: build/C/man2/select.2:327
3157 msgid ""
3158 "B<pselect>()  was added to Linux in kernel 2.6.16.  Prior to this, "
3159 "B<pselect>()  was emulated in glibc (but see BUGS)."
3160 msgstr ""
3161
3162 #. type: Plain text
3163 #: build/C/man2/select.2:338
3164 msgid ""
3165 "B<select>()  conforms to POSIX.1-2001 and 4.4BSD (B<select>()  first "
3166 "appeared in 4.2BSD).  Generally portable to/from non-BSD systems supporting "
3167 "clones of the BSD socket layer (including System V variants).  However, note "
3168 "that the System V variant typically sets the timeout variable before exit, "
3169 "but the BSD variant does not."
3170 msgstr ""
3171
3172 #. type: Plain text
3173 #: build/C/man2/select.2:342
3174 msgid "B<pselect>()  is defined in POSIX.1g, and in POSIX.1-2001."
3175 msgstr ""
3176
3177 #. type: Plain text
3178 #: build/C/man2/select.2:359
3179 msgid ""
3180 "An I<fd_set> is a fixed size buffer.  Executing B<FD_CLR>()  or B<FD_SET>()  "
3181 "with a value of I<fd> that is negative or is equal to or larger than "
3182 "B<FD_SETSIZE> will result in undefined behavior.  Moreover, POSIX requires "
3183 "I<fd> to be a valid file descriptor."
3184 msgstr ""
3185
3186 #. type: Plain text
3187 #: build/C/man2/select.2:368
3188 msgid ""
3189 "Concerning the types involved, the classical situation is that the two "
3190 "fields of a I<timeval> structure are typed as I<long> (as shown above), and "
3191 "the structure is defined in I<E<lt>sys/time.hE<gt>>.  The POSIX.1-2001 "
3192 "situation is"
3193 msgstr ""
3194
3195 #. type: Plain text
3196 #: build/C/man2/select.2:375
3197 #, no-wrap
3198 msgid ""
3199 "struct timeval {\n"
3200 "    time_t         tv_sec;     /* seconds */\n"
3201 "    suseconds_t    tv_usec;    /* microseconds */\n"
3202 "};\n"
3203 msgstr ""
3204
3205 #. type: Plain text
3206 #: build/C/man2/select.2:386
3207 msgid ""
3208 "where the structure is defined in I<E<lt>sys/select.hE<gt>> and the data "
3209 "types I<time_t> and I<suseconds_t> are defined in I<E<lt>sys/types.hE<gt>>."
3210 msgstr ""
3211
3212 #. type: Plain text
3213 #: build/C/man2/select.2:398
3214 msgid ""
3215 "Concerning prototypes, the classical situation is that one should include "
3216 "I<E<lt>time.hE<gt>> for B<select>().  The POSIX.1-2001 situation is that one "
3217 "should include I<E<lt>sys/select.hE<gt>> for B<select>()  and B<pselect>()."
3218 msgstr ""
3219
3220 #. type: Plain text
3221 #: build/C/man2/select.2:410
3222 msgid ""
3223 "Libc4 and libc5 do not have a I<E<lt>sys/select.hE<gt>> header; under glibc "
3224 "2.0 and later this header exists.  Under glibc 2.0 it unconditionally gives "
3225 "the wrong prototype for B<pselect>().  Under glibc 2.1 to 2.2.1 it gives "
3226 "B<pselect>()  when B<_GNU_SOURCE> is defined.  Since glibc 2.2.2 the "
3227 "requirements are as shown in the SYNOPSIS."
3228 msgstr ""
3229
3230 #. type: SS
3231 #: build/C/man2/select.2:410
3232 #, no-wrap
3233 msgid "Linux Notes"
3234 msgstr ""
3235
3236 #. type: Plain text
3237 #: build/C/man2/select.2:425
3238 msgid ""
3239 "The Linux B<pselect>()  system call modifies its I<timeout> argument.  "
3240 "However, the glibc wrapper function hides this behavior by using a local "
3241 "variable for the timeout argument that is passed to the system call.  Thus, "
3242 "the glibc B<pselect>()  function does not modify its I<timeout> argument; "
3243 "this is the behavior required by POSIX.1-2001."
3244 msgstr ""
3245
3246 #. type: Plain text
3247 #: build/C/man2/select.2:431
3248 msgid ""
3249 "Glibc 2.0 provided a version of B<pselect>()  that did not take a I<sigmask> "
3250 "argument."
3251 msgstr ""
3252
3253 #. type: Plain text
3254 #: build/C/man2/select.2:444
3255 msgid ""
3256 "Starting with version 2.1, glibc provided an emulation of B<pselect>()  that "
3257 "was implemented using B<sigprocmask>(2)  and B<select>().  This "
3258 "implementation remained vulnerable to the very race condition that "
3259 "B<pselect>()  was designed to prevent.  Modern versions of glibc use the "
3260 "(race-free)  B<pselect>()  system call on kernels where it is provided."
3261 msgstr ""
3262
3263 #. type: Plain text
3264 #: build/C/man2/select.2:453
3265 msgid ""
3266 "On systems that lack B<pselect>(), reliable (and more portable) signal "
3267 "trapping can be achieved using the self-pipe trick (where a signal handler "
3268 "writes a byte to a pipe whose other end is monitored by B<select>()  in the "
3269 "main program.)"
3270 msgstr ""
3271
3272 #.  Stevens discusses a case where accept can block after select
3273 #.  returns successfully because of an intervening RST from the client.
3274 #.  Maybe the kernel should have returned EIO in such a situation?
3275 #. type: Plain text
3276 #: build/C/man2/select.2:469
3277 msgid ""
3278 "Under Linux, B<select>()  may report a socket file descriptor as \"ready for "
3279 "reading\", while nevertheless a subsequent read blocks.  This could for "
3280 "example happen when data has arrived but upon examination has wrong checksum "
3281 "and is discarded.  There may be other circumstances in which a file "
3282 "descriptor is spuriously reported as ready.  Thus it may be safer to use "
3283 "B<O_NONBLOCK> on sockets that should not block."
3284 msgstr ""
3285
3286 #. type: Plain text
3287 #: build/C/man2/select.2:484
3288 msgid ""
3289 "On Linux, B<select>()  also modifies I<timeout> if the call is interrupted "
3290 "by a signal handler (i.e., the B<EINTR> error return).  This is not "
3291 "permitted by POSIX.1-2001.  The Linux B<pselect>()  system call has the same "
3292 "behavior, but the glibc wrapper hides this behavior by internally copying "
3293 "the I<timeout> to a local variable and passing that variable to the system "
3294 "call."
3295 msgstr ""
3296
3297 #. type: Plain text
3298 #: build/C/man2/select.2:491
3299 #, no-wrap
3300 msgid ""
3301 "#include E<lt>stdio.hE<gt>\n"
3302 "#include E<lt>stdlib.hE<gt>\n"
3303 "#include E<lt>sys/time.hE<gt>\n"
3304 "#include E<lt>sys/types.hE<gt>\n"
3305 "#include E<lt>unistd.hE<gt>\n"
3306 msgstr ""
3307
3308 #. type: Plain text
3309 #: build/C/man2/select.2:498
3310 #, no-wrap
3311 msgid ""
3312 "int\n"
3313 "main(void)\n"
3314 "{\n"
3315 "    fd_set rfds;\n"
3316 "    struct timeval tv;\n"
3317 "    int retval;\n"
3318 msgstr ""
3319
3320 #. type: Plain text
3321 #: build/C/man2/select.2:502
3322 #, no-wrap
3323 msgid ""
3324 "    /* Watch stdin (fd 0) to see when it has input. */\n"
3325 "    FD_ZERO(&rfds);\n"
3326 "    FD_SET(0, &rfds);\n"
3327 msgstr ""
3328
3329 #. type: Plain text
3330 #: build/C/man2/select.2:506
3331 #, no-wrap
3332 msgid ""
3333 "    /* Wait up to five seconds. */\n"
3334 "    tv.tv_sec = 5;\n"
3335 "    tv.tv_usec = 0;\n"
3336 msgstr ""
3337
3338 #. type: Plain text
3339 #: build/C/man2/select.2:509
3340 #, no-wrap
3341 msgid ""
3342 "    retval = select(1, &rfds, NULL, NULL, &tv);\n"
3343 "    /* Don't rely on the value of tv now! */\n"
3344 msgstr ""
3345
3346 #. type: Plain text
3347 #: build/C/man2/select.2:517
3348 #, no-wrap
3349 msgid ""
3350 "    if (retval == -1)\n"
3351 "        perror(\"select()\");\n"
3352 "    else if (retval)\n"
3353 "        printf(\"Data is available now.\\en\");\n"
3354 "        /* FD_ISSET(0, &rfds) will be true. */\n"
3355 "    else\n"
3356 "        printf(\"No data within five seconds.\\en\");\n"
3357 msgstr ""
3358
3359 #. type: Plain text
3360 #: build/C/man2/select.2:520
3361 #, no-wrap
3362 msgid ""
3363 "    exit(EXIT_SUCCESS);\n"
3364 "}\n"
3365 msgstr ""
3366
3367 #. type: Plain text
3368 #: build/C/man2/select.2:524
3369 msgid "For a tutorial with discussion and examples, see B<select_tut>(2)."
3370 msgstr ""
3371
3372 #. type: Plain text
3373 #: build/C/man2/select.2:536
3374 msgid ""
3375 "For vaguely related stuff, see B<accept>(2), B<connect>(2), B<poll>(2), "
3376 "B<read>(2), B<recv>(2), B<send>(2), B<sigprocmask>(2), B<write>(2), "
3377 "B<epoll>(7), B<time>(7)"
3378 msgstr ""
3379
3380 #. type: TH
3381 #: build/C/man2/select_tut.2:30
3382 #, no-wrap
3383 msgid "SELECT_TUT"
3384 msgstr ""
3385
3386 #. type: TH
3387 #: build/C/man2/select_tut.2:30
3388 #, no-wrap
3389 msgid "2010-06-10"
3390 msgstr ""
3391
3392 #. type: Plain text
3393 #: build/C/man2/select_tut.2:50
3394 #, no-wrap
3395 msgid ""
3396 "B<int select(int >I<nfds>B<, fd_set *>I<readfds>B<, fd_set "
3397 "*>I<writefds>B<,>\n"
3398 "B<           fd_set *>I<exceptfds>B<, struct timeval *>I<utimeout>B<);>\n"
3399 msgstr ""
3400
3401 #. type: Plain text
3402 #: build/C/man2/select_tut.2:64
3403 #, no-wrap
3404 msgid ""
3405 "B<int pselect(int >I<nfds>B<, fd_set *>I<readfds>B<, fd_set "
3406 "*>I<writefds>B<,>\n"
3407 "B<            fd_set *>I<exceptfds>B<, const struct timespec "
3408 "*>I<ntimeout>B<,>\n"
3409 "B<            const sigset_t *>I<sigmask>B<);>\n"
3410 msgstr ""
3411
3412 #. type: Plain text
3413 #: build/C/man2/select_tut.2:81
3414 msgid ""
3415 "B<select>()  (or B<pselect>())  is used to efficiently monitor multiple file "
3416 "descriptors, to see if any of them is, or becomes, \"ready\"; that is, to "
3417 "see whether I/O becomes possible, or an \"exceptional condition\" has "
3418 "occurred on any of the descriptors."
3419 msgstr ""
3420
3421 #. type: Plain text
3422 #: build/C/man2/select_tut.2:106
3423 msgid ""
3424 "Its principal arguments are three \"sets\" of file descriptors: I<readfds>, "
3425 "I<writefds>, and I<exceptfds>.  Each set is declared as type I<fd_set>, and "
3426 "its contents can be manipulated with the macros B<FD_CLR>(), B<FD_ISSET>(), "
3427 "B<FD_SET>(), and B<FD_ZERO>().  A newly declared set should first be cleared "
3428 "using B<FD_ZERO>().  B<select>()  modifies the contents of the sets "
3429 "according to the rules described below; after calling B<select>()  you can "
3430 "test if a file descriptor is still present in a set with the B<FD_ISSET>()  "
3431 "macro.  B<FD_ISSET>()  returns nonzero if a specified file descriptor is "
3432 "present in a set and zero if it is not.  B<FD_CLR>()  removes a file "
3433 "descriptor from a set."
3434 msgstr ""
3435
3436 #. type: SS
3437 #: build/C/man2/select_tut.2:106
3438 #, no-wrap
3439 msgid "Arguments"
3440 msgstr ""
3441
3442 #. type: TP
3443 #: build/C/man2/select_tut.2:107
3444 #, no-wrap
3445 msgid "I<readfds>"
3446 msgstr ""
3447
3448 #. type: Plain text
3449 #: build/C/man2/select_tut.2:116
3450 msgid ""
3451 "This set is watched to see if data is available for reading from any of its "
3452 "file descriptors.  After B<select>()  has returned, I<readfds> will be "
3453 "cleared of all file descriptors except for those that are immediately "
3454 "available for reading."
3455 msgstr ""
3456
3457 #. type: TP
3458 #: build/C/man2/select_tut.2:116
3459 #, no-wrap
3460 msgid "I<writefds>"
3461 msgstr ""
3462
3463 #. type: Plain text
3464 #: build/C/man2/select_tut.2:125
3465 msgid ""
3466 "This set is watched to see if there is space to write data to any of its "
3467 "file descriptors.  After B<select>()  has returned, I<writefds> will be "
3468 "cleared of all file descriptors except for those that are immediately "
3469 "available for writing."
3470 msgstr ""
3471
3472 #. type: TP
3473 #: build/C/man2/select_tut.2:125
3474 #, no-wrap
3475 msgid "I<exceptfds>"
3476 msgstr ""
3477
3478 #. type: Plain text
3479 #: build/C/man2/select_tut.2:147
3480 msgid ""
3481 "This set is watched for \"exceptional conditions\".  In practice, only one "
3482 "such exceptional condition is common: the availability of I<out-of-band> "
3483 "(OOB) data for reading from a TCP socket.  See B<recv>(2), B<send>(2), and "
3484 "B<tcp>(7)  for more details about OOB data.  (One other less common case "
3485 "where B<select>(2)  indicates an exceptional condition occurs with "
3486 "pseudoterminals in packet mode; see B<tty_ioctl>(4).)  After B<select>()  "
3487 "has returned, I<exceptfds> will be cleared of all file descriptors except "
3488 "for those for which an exceptional condition has occurred."
3489 msgstr ""
3490
3491 #. type: TP
3492 #: build/C/man2/select_tut.2:147
3493 #, no-wrap
3494 msgid "I<nfds>"
3495 msgstr ""
3496
3497 #. type: Plain text
3498 #: build/C/man2/select_tut.2:154
3499 msgid ""
3500 "This is an integer one more than the maximum of any file descriptor in any "
3501 "of the sets.  In other words, while adding file descriptors to each of the "
3502 "sets, you must calculate the maximum integer value of all of them, then "
3503 "increment this value by one, and then pass this as I<nfds>."
3504 msgstr ""
3505
3506 #. type: TP
3507 #: build/C/man2/select_tut.2:154
3508 #, no-wrap
3509 msgid "I<utimeout>"
3510 msgstr ""
3511
3512 #. type: Plain text
3513 #: build/C/man2/select_tut.2:167
3514 msgid ""
3515 "This is the longest time B<select>()  may wait before returning, even if "
3516 "nothing interesting happened.  If this value is passed as NULL, then "
3517 "B<select>()  blocks indefinitely waiting for a file descriptor to become "
3518 "ready.  I<utimeout> can be set to zero seconds, which causes B<select>()  to "
3519 "return immediately, with information about the readiness of file descriptors "
3520 "at the time of the call.  The structure I<struct timeval> is defined as:"
3521 msgstr ""
3522
3523 #. type: Plain text
3524 #: build/C/man2/select_tut.2:174
3525 #, no-wrap
3526 msgid ""
3527 "struct timeval {\n"
3528 "    time_t tv_sec;    /* seconds */\n"
3529 "    long tv_usec;     /* microseconds */\n"
3530 "};\n"
3531 msgstr ""
3532
3533 #. type: TP
3534 #: build/C/man2/select_tut.2:176
3535 #, no-wrap
3536 msgid "I<ntimeout>"
3537 msgstr ""
3538
3539 #. type: Plain text
3540 #: build/C/man2/select_tut.2:185
3541 msgid ""
3542 "This argument for B<pselect>()  has the same meaning as I<utimeout>, but "
3543 "I<struct timespec> has nanosecond precision as follows:"
3544 msgstr ""
3545
3546 #. type: Plain text
3547 #: build/C/man2/select_tut.2:192
3548 #, no-wrap
3549 msgid ""
3550 "struct timespec {\n"
3551 "    long tv_sec;    /* seconds */\n"
3552 "    long tv_nsec;   /* nanoseconds */\n"
3553 "};\n"
3554 msgstr ""
3555
3556 #. type: TP
3557 #: build/C/man2/select_tut.2:194
3558 #, no-wrap
3559 msgid "I<sigmask>"
3560 msgstr ""
3561
3562 #. type: Plain text
3563 #: build/C/man2/select_tut.2:211
3564 msgid ""
3565 "This argument holds a set of signals that the kernel should unblock (i.e., "
3566 "remove from the signal mask of the calling thread), while the caller is "
3567 "blocked inside the B<pselect>()  call (see B<sigaddset>(3)  and "
3568 "B<sigprocmask>(2)).  It may be NULL, in which case the call does not modify "
3569 "the signal mask on entry and exit to the function.  In this case, "
3570 "B<pselect>()  will then behave just like B<select>()."
3571 msgstr ""
3572
3573 #. type: SS
3574 #: build/C/man2/select_tut.2:211
3575 #, no-wrap
3576 msgid "Combining Signal and Data Events"
3577 msgstr ""
3578
3579 #. type: Plain text
3580 #: build/C/man2/select_tut.2:255
3581 msgid ""
3582 "B<pselect>()  is useful if you are waiting for a signal as well as for file "
3583 "descriptor(s) to become ready for I/O.  Programs that receive signals "
3584 "normally use the signal handler only to raise a global flag.  The global "
3585 "flag will indicate that the event must be processed in the main loop of the "
3586 "program.  A signal will cause the B<select>()  (or B<pselect>())  call to "
3587 "return with I<errno> set to B<EINTR>.  This behavior is essential so that "
3588 "signals can be processed in the main loop of the program, otherwise "
3589 "B<select>()  would block indefinitely.  Now, somewhere in the main loop will "
3590 "be a conditional to check the global flag.  So we must ask: what if a signal "
3591 "arrives after the conditional, but before the B<select>()  call? The answer "
3592 "is that B<select>()  would block indefinitely, even though an event is "
3593 "actually pending.  This race condition is solved by the B<pselect>()  call.  "
3594 "This call can be used to set the signal mask to a set of signals that are "
3595 "only to be received within the B<pselect>()  call.  For instance, let us say "
3596 "that the event in question was the exit of a child process.  Before the "
3597 "start of the main loop, we would block B<SIGCHLD> using B<sigprocmask>(2).  "
3598 "Our B<pselect>()  call would enable B<SIGCHLD> by using an empty signal "
3599 "mask.  Our program would look like:"
3600 msgstr ""
3601
3602 #. type: Plain text
3603 #: build/C/man2/select_tut.2:258
3604 #, no-wrap
3605 msgid "static volatile sig_atomic_t got_SIGCHLD = 0;\n"
3606 msgstr ""
3607
3608 #. type: Plain text
3609 #: build/C/man2/select_tut.2:264
3610 #, no-wrap
3611 msgid ""
3612 "static void\n"
3613 "child_sig_handler(int sig)\n"
3614 "{\n"
3615 "    got_SIGCHLD = 1;\n"
3616 "}\n"
3617 msgstr ""
3618
3619 #. type: Plain text
3620 #: build/C/man2/select_tut.2:272
3621 #, no-wrap
3622 msgid ""
3623 "int\n"
3624 "main(int argc, char *argv[])\n"
3625 "{\n"
3626 "    sigset_t sigmask, empty_mask;\n"
3627 "    struct sigaction sa;\n"
3628 "    fd_set readfds, writefds, exceptfds;\n"
3629 "    int r;\n"
3630 msgstr ""
3631
3632 #. type: Plain text
3633 #: build/C/man2/select_tut.2:279
3634 #, no-wrap
3635 msgid ""
3636 "    sigemptyset(&sigmask);\n"
3637 "    sigaddset(&sigmask, SIGCHLD);\n"
3638 "    if (sigprocmask(SIG_BLOCK, &sigmask, NULL) == -1) {\n"
3639 "        perror(\"sigprocmask\");\n"
3640 "        exit(EXIT_FAILURE);\n"
3641 "    }\n"
3642 msgstr ""
3643
3644 #. type: Plain text
3645 #: build/C/man2/select_tut.2:287
3646 #, no-wrap
3647 msgid ""
3648 "    sa.sa_flags = 0;\n"
3649 "    sa.sa_handler = child_sig_handler;\n"
3650 "    sigemptyset(&sa.sa_mask);\n"
3651 "    if (sigaction(SIGCHLD, &sa, NULL) == -1) {\n"
3652 "        perror(\"sigaction\");\n"
3653 "        exit(EXIT_FAILURE);\n"
3654 "    }\n"
3655 msgstr ""
3656
3657 #. type: Plain text
3658 #: build/C/man2/select_tut.2:289
3659 #, no-wrap
3660 msgid "    sigemptyset(&empty_mask);\n"
3661 msgstr ""
3662
3663 #. type: Plain text
3664 #: build/C/man2/select_tut.2:293
3665 #, no-wrap
3666 msgid ""
3667 "    for (;;) {          /* main loop */\n"
3668 "        /* Initialize readfds, writefds, and exceptfds\n"
3669 "           before the pselect() call. (Code omitted.) */\n"
3670 msgstr ""
3671
3672 #. type: Plain text
3673 #: build/C/man2/select_tut.2:299
3674 #, no-wrap
3675 msgid ""
3676 "        r = pselect(nfds, &readfds, &writefds, &exceptfds,\n"
3677 "                    NULL, &empty_mask);\n"
3678 "        if (r == -1 && errno != EINTR) {\n"
3679 "            /* Handle error */\n"
3680 "        }\n"
3681 msgstr ""
3682
3683 #. type: Plain text
3684 #: build/C/man2/select_tut.2:302
3685 #, no-wrap
3686 msgid ""
3687 "        if (got_SIGCHLD) {\n"
3688 "            got_SIGCHLD = 0;\n"
3689 msgstr ""
3690
3691 #. type: Plain text
3692 #: build/C/man2/select_tut.2:306
3693 #, no-wrap
3694 msgid ""
3695 "            /* Handle signalled event here; e.g., wait() for all\n"
3696 "               terminated children. (Code omitted.) */\n"
3697 "        }\n"
3698 msgstr ""
3699
3700 #. type: Plain text
3701 #: build/C/man2/select_tut.2:310
3702 #, no-wrap
3703 msgid ""
3704 "        /* main body of program */\n"
3705 "    }\n"
3706 "}\n"
3707 msgstr ""
3708
3709 #. type: SS
3710 #: build/C/man2/select_tut.2:311
3711 #, no-wrap
3712 msgid "Practical"
3713 msgstr ""
3714
3715 #. type: Plain text
3716 #: build/C/man2/select_tut.2:332
3717 msgid ""
3718 "So what is the point of B<select>()? Can't I just read and write to my "
3719 "descriptors whenever I want? The point of B<select>()  is that it watches "
3720 "multiple descriptors at the same time and properly puts the process to sleep "
3721 "if there is no activity.  UNIX programmers often find themselves in a "
3722 "position where they have to handle I/O from more than one file descriptor "
3723 "where the data flow may be intermittent.  If you were to merely create a "
3724 "sequence of B<read>(2)  and B<write>(2)  calls, you would find that one of "
3725 "your calls may block waiting for data from/to a file descriptor, while "
3726 "another file descriptor is unused though ready for I/O.  B<select>()  "
3727 "efficiently copes with this situation."
3728 msgstr ""
3729
3730 #. type: SS
3731 #: build/C/man2/select_tut.2:332
3732 #, no-wrap
3733 msgid "Select Law"
3734 msgstr ""
3735
3736 #. type: Plain text
3737 #: build/C/man2/select_tut.2:345
3738 msgid ""
3739 "Many people who try to use B<select>()  come across behavior that is "
3740 "difficult to understand and produces nonportable or borderline results.  For "
3741 "instance, the above program is carefully written not to block at any point, "
3742 "even though it does not set its file descriptors to nonblocking mode.  It is "
3743 "easy to introduce subtle errors that will remove the advantage of using "
3744 "B<select>(), so here is a list of essentials to watch for when using "
3745 "B<select>()."
3746 msgstr ""
3747
3748 #. type: Plain text
3749 #: build/C/man2/select_tut.2:354
3750 msgid ""
3751 "You should always try to use B<select>()  without a timeout.  Your program "
3752 "should have nothing to do if there is no data available.  Code that depends "
3753 "on timeouts is not usually portable and is difficult to debug."
3754 msgstr ""
3755
3756 #. type: Plain text
3757 #: build/C/man2/select_tut.2:358
3758 msgid ""
3759 "The value I<nfds> must be properly calculated for efficiency as explained "
3760 "above."
3761 msgstr ""
3762
3763 #. type: Plain text
3764 #: build/C/man2/select_tut.2:365
3765 msgid ""
3766 "No file descriptor must be added to any set if you do not intend to check "
3767 "its result after the B<select>()  call, and respond appropriately.  See next "
3768 "rule."
3769 msgstr ""
3770
3771 #. type: Plain text
3772 #: build/C/man2/select_tut.2:371
3773 msgid ""
3774 "After B<select>()  returns, all file descriptors in all sets should be "
3775 "checked to see if they are ready."
3776 msgstr ""
3777
3778 #. type: TP
3779 #: build/C/man2/select_tut.2:371
3780 #, no-wrap
3781 msgid "5."
3782 msgstr ""
3783
3784 #. type: Plain text
3785 #: build/C/man2/select_tut.2:386
3786 msgid ""
3787 "The functions B<read>(2), B<recv>(2), B<write>(2), and B<send>(2)  do I<not> "
3788 "necessarily read/write the full amount of data that you have requested.  If "
3789 "they do read/write the full amount, it's because you have a low traffic load "
3790 "and a fast stream.  This is not always going to be the case.  You should "
3791 "cope with the case of your functions only managing to send or receive a "
3792 "single byte."
3793 msgstr ""
3794
3795 #. type: TP
3796 #: build/C/man2/select_tut.2:386
3797 #, no-wrap
3798 msgid "6."
3799 msgstr ""
3800
3801 #. type: Plain text
3802 #: build/C/man2/select_tut.2:394
3803 msgid ""
3804 "Never read/write only in single bytes at a time unless you are really sure "
3805 "that you have a small amount of data to process.  It is extremely "
3806 "inefficient not to read/write as much data as you can buffer each time.  The "
3807 "buffers in the example below are 1024 bytes although they could easily be "
3808 "made larger."
3809 msgstr ""
3810
3811 #. type: TP
3812 #: build/C/man2/select_tut.2:394
3813 #, no-wrap
3814 msgid "7."
3815 msgstr ""
3816
3817 #.  Nonetheless, you should still cope with these errors for completeness.
3818 #. type: Plain text
3819 #: build/C/man2/select_tut.2:416
3820 msgid ""
3821 "The functions B<read>(2), B<recv>(2), B<write>(2), and B<send>(2)  as well "
3822 "as the B<select>()  call can return -1 with I<errno> set to B<EINTR>, or "
3823 "with I<errno> set to B<EAGAIN> (B<EWOULDBLOCK>).  These results must be "
3824 "properly managed (not done properly above).  If your program is not going to "
3825 "receive any signals, then it is unlikely you will get B<EINTR>.  If your "
3826 "program does not set nonblocking I/O, you will not get B<EAGAIN>."
3827 msgstr ""
3828
3829 #. type: TP
3830 #: build/C/man2/select_tut.2:416
3831 #, no-wrap
3832 msgid "8."
3833 msgstr ""
3834
3835 #. type: Plain text
3836 #: build/C/man2/select_tut.2:425
3837 msgid ""
3838 "Never call B<read>(2), B<recv>(2), B<write>(2), or B<send>(2)  with a buffer "
3839 "length of zero."
3840 msgstr ""
3841
3842 #. type: TP
3843 #: build/C/man2/select_tut.2:425
3844 #, no-wrap
3845 msgid "9."
3846 msgstr ""
3847
3848 #. type: Plain text
3849 #: build/C/man2/select_tut.2:441
3850 msgid ""
3851 "If the functions B<read>(2), B<recv>(2), B<write>(2), and B<send>(2)  fail "
3852 "with errors other than those listed in B<7.>, or one of the input functions "
3853 "returns 0, indicating end of file, then you should I<not> pass that "
3854 "descriptor to B<select>()  again.  In the example below, I close the "
3855 "descriptor immediately, and then set it to -1 to prevent it being included "
3856 "in a set."
3857 msgstr ""
3858
3859 #. type: TP
3860 #: build/C/man2/select_tut.2:441
3861 #, no-wrap
3862 msgid "10."
3863 msgstr ""
3864
3865 #. type: Plain text
3866 #: build/C/man2/select_tut.2:448
3867 msgid ""
3868 "The timeout value must be initialized with each new call to B<select>(), "
3869 "since some operating systems modify the structure.  B<pselect>()  however "
3870 "does not modify its timeout structure."
3871 msgstr ""
3872
3873 #. type: TP
3874 #: build/C/man2/select_tut.2:448
3875 #, no-wrap
3876 msgid "11."
3877 msgstr ""
3878
3879 #.  "I have heard" does not fill me with confidence, and doesn't
3880 #.  belong in a man page, so I've commented this point out.
3881 #.  .TP
3882 #.  11.
3883 #.  I have heard that the Windows socket layer does not cope with OOB data
3884 #.  properly.
3885 #.  It also does not cope with
3886 #.  .BR select ()
3887 #.  calls when no file descriptors are set at all.
3888 #.  Having no file descriptors set is a useful
3889 #.  way to sleep the process with subsecond precision by using the timeout.
3890 #.  (See further on.)
3891 #. type: Plain text
3892 #: build/C/man2/select_tut.2:467
3893 msgid ""
3894 "Since B<select>()  modifies its file descriptor sets, if the call is being "
3895 "used in a loop, then the sets must be reinitialized before each call."
3896 msgstr ""
3897
3898 #. type: SS
3899 #: build/C/man2/select_tut.2:467
3900 #, no-wrap
3901 msgid "Usleep Emulation"
3902 msgstr ""
3903
3904 #. type: Plain text
3905 #: build/C/man2/select_tut.2:474
3906 msgid ""
3907 "On systems that do not have a B<usleep>(3)  function, you can call "
3908 "B<select>()  with a finite timeout and no file descriptors as follows:"
3909 msgstr ""
3910
3911 #. type: Plain text
3912 #: build/C/man2/select_tut.2:480
3913 #, no-wrap
3914 msgid ""
3915 "    struct timeval tv;\n"
3916 "    tv.tv_sec = 0;\n"
3917 "    tv.tv_usec = 200000;  /* 0.2 seconds */\n"
3918 "    select(0, NULL, NULL, NULL, &tv);\n"
3919 msgstr ""
3920
3921 #. type: Plain text
3922 #: build/C/man2/select_tut.2:483
3923 msgid "This is only guaranteed to work on UNIX systems, however."
3924 msgstr ""
3925
3926 #. type: Plain text
3927 #: build/C/man2/select_tut.2:488
3928 msgid ""
3929 "On success, B<select>()  returns the total number of file descriptors still "
3930 "present in the file descriptor sets."
3931 msgstr ""
3932
3933 #. type: Plain text
3934 #: build/C/man2/select_tut.2:494
3935 msgid ""
3936 "If B<select>()  timed out, then the return value will be zero.  The file "
3937 "descriptors set should be all empty (but may not be on some systems)."
3938 msgstr ""
3939
3940 #. type: Plain text
3941 #: build/C/man2/select_tut.2:501
3942 msgid ""
3943 "A return value of -1 indicates an error, with I<errno> being set "
3944 "appropriately.  In the case of an error, the contents of the returned sets "
3945 "and the I<struct timeout> contents are undefined and should not be used.  "
3946 "B<pselect>()  however never modifies I<ntimeout>."
3947 msgstr ""
3948
3949 #. type: Plain text
3950 #: build/C/man2/select_tut.2:510
3951 msgid ""
3952 "Generally speaking, all operating systems that support sockets also support "
3953 "B<select>().  B<select>()  can be used to solve many problems in a portable "
3954 "and efficient way that naive programmers try to solve in a more complicated "
3955 "manner using threads, forking, IPCs, signals, memory sharing, and so on."
3956 msgstr ""
3957
3958 #. type: Plain text
3959 #: build/C/man2/select_tut.2:519
3960 msgid ""
3961 "The B<poll>(2)  system call has the same functionality as B<select>(), and "
3962 "is somewhat more efficient when monitoring sparse file descriptor sets.  It "
3963 "is nowadays widely available, but historically was less portable than "
3964 "B<select>()."
3965 msgstr ""
3966
3967 #. type: Plain text
3968 #: build/C/man2/select_tut.2:527
3969 msgid ""
3970 "The Linux-specific B<epoll>(7)  API provides an interface that is more "
3971 "efficient than B<select>(2)  and B<poll>(2)  when monitoring large numbers "
3972 "of file descriptors."
3973 msgstr ""
3974
3975 #. type: Plain text
3976 #: build/C/man2/select_tut.2:532
3977 msgid ""
3978 "Here is an example that better demonstrates the true utility of "
3979 "B<select>().  The listing below is a TCP forwarding program that forwards "
3980 "from one TCP port to another."
3981 msgstr ""
3982
3983 #. type: Plain text
3984 #: build/C/man2/select_tut.2:545
3985 #, no-wrap
3986 msgid ""
3987 "#include E<lt>stdlib.hE<gt>\n"
3988 "#include E<lt>stdio.hE<gt>\n"
3989 "#include E<lt>unistd.hE<gt>\n"
3990 "#include E<lt>sys/time.hE<gt>\n"
3991 "#include E<lt>sys/types.hE<gt>\n"
3992 "#include E<lt>string.hE<gt>\n"
3993 "#include E<lt>signal.hE<gt>\n"
3994 "#include E<lt>sys/socket.hE<gt>\n"
3995 "#include E<lt>netinet/in.hE<gt>\n"
3996 "#include E<lt>arpa/inet.hE<gt>\n"
3997 "#include E<lt>errno.hE<gt>\n"
3998 msgstr ""
3999
4000 #. type: Plain text
4001 #: build/C/man2/select_tut.2:547
4002 #, no-wrap
4003 msgid "static int forward_port;\n"
4004 msgstr ""
4005
4006 #. type: Plain text
4007 #: build/C/man2/select_tut.2:550
4008 #, no-wrap
4009 msgid ""
4010 "#undef max\n"
4011 "#define max(x,y) ((x) E<gt> (y) ? (x) : (y))\n"
4012 msgstr ""
4013
4014 #. type: Plain text
4015 #: build/C/man2/select_tut.2:557
4016 #, no-wrap
4017 msgid ""
4018 "static int\n"
4019 "listen_socket(int listen_port)\n"
4020 "{\n"
4021 "    struct sockaddr_in a;\n"
4022 "    int s;\n"
4023 "    int yes;\n"
4024 msgstr ""
4025
4026 #. type: Plain text
4027 #: build/C/man2/select_tut.2:581
4028 #, no-wrap
4029 msgid ""
4030 "    if ((s = socket(AF_INET, SOCK_STREAM, 0)) == -1) {\n"
4031 "        perror(\"socket\");\n"
4032 "        return -1;\n"
4033 "    }\n"
4034 "    yes = 1;\n"
4035 "    if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR,\n"
4036 "            (char *) &yes, sizeof(yes)) == -1) {\n"
4037 "        perror(\"setsockopt\");\n"
4038 "        close(s);\n"
4039 "        return -1;\n"
4040 "    }\n"
4041 "    memset(&a, 0, sizeof(a));\n"
4042 "    a.sin_port = htons(listen_port);\n"
4043 "    a.sin_family = AF_INET;\n"
4044 "    if (bind(s, (struct sockaddr *) &a, sizeof(a)) == -1) {\n"
4045 "        perror(\"bind\");\n"
4046 "        close(s);\n"
4047 "        return -1;\n"
4048 "    }\n"
4049 "    printf(\"accepting connections on port %d\\en\", listen_port);\n"
4050 "    listen(s, 10);\n"
4051 "    return s;\n"
4052 "}\n"
4053 msgstr ""
4054
4055 #. type: Plain text
4056 #: build/C/man2/select_tut.2:587
4057 #, no-wrap
4058 msgid ""
4059 "static int\n"
4060 "connect_socket(int connect_port, char *address)\n"
4061 "{\n"
4062 "    struct sockaddr_in a;\n"
4063 "    int s;\n"
4064 msgstr ""
4065
4066 #. type: Plain text
4067 #: build/C/man2/select_tut.2:593
4068 #, no-wrap
4069 msgid ""
4070 "    if ((s = socket(AF_INET, SOCK_STREAM, 0)) == -1) {\n"
4071 "        perror(\"socket\");\n"
4072 "        close(s);\n"
4073 "        return -1;\n"
4074 "    }\n"
4075 msgstr ""
4076
4077 #. type: Plain text
4078 #: build/C/man2/select_tut.2:597
4079 #, no-wrap
4080 msgid ""
4081 "    memset(&a, 0, sizeof(a));\n"
4082 "    a.sin_port = htons(connect_port);\n"
4083 "    a.sin_family = AF_INET;\n"
4084 msgstr ""
4085
4086 #. type: Plain text
4087 #: build/C/man2/select_tut.2:603
4088 #, no-wrap
4089 msgid ""
4090 "    if (!inet_aton(address, (struct in_addr *) &a.sin_addr.s_addr)) {\n"
4091 "        perror(\"bad IP address format\");\n"
4092 "        close(s);\n"
4093 "        return -1;\n"
4094 "    }\n"
4095 msgstr ""
4096
4097 #. type: Plain text
4098 #: build/C/man2/select_tut.2:612
4099 #, no-wrap
4100 msgid ""
4101 "    if (connect(s, (struct sockaddr *) &a, sizeof(a)) == -1) {\n"
4102 "        perror(\"connect()\");\n"
4103 "        shutdown(s, SHUT_RDWR);\n"
4104 "        close(s);\n"
4105 "        return -1;\n"
4106 "    }\n"
4107 "    return s;\n"
4108 "}\n"
4109 msgstr ""
4110
4111 #. type: Plain text
4112 #: build/C/man2/select_tut.2:620
4113 #, no-wrap
4114 msgid ""
4115 "#define SHUT_FD1 do {                                \\e\n"
4116 "                     if (fd1 E<gt>= 0) {                 \\e\n"
4117 "                         shutdown(fd1, SHUT_RDWR);   \\e\n"
4118 "                         close(fd1);                 \\e\n"
4119 "                         fd1 = -1;                   \\e\n"
4120 "                     }                               \\e\n"
4121 "                 } while (0)\n"
4122 msgstr ""
4123
4124 #. type: Plain text
4125 #: build/C/man2/select_tut.2:628
4126 #, no-wrap
4127 msgid ""
4128 "#define SHUT_FD2 do {                                \\e\n"
4129 "                     if (fd2 E<gt>= 0) {                 \\e\n"
4130 "                         shutdown(fd2, SHUT_RDWR);   \\e\n"
4131 "                         close(fd2);                 \\e\n"
4132 "                         fd2 = -1;                   \\e\n"
4133 "                     }                               \\e\n"
4134 "                 } while (0)\n"
4135 msgstr ""
4136
4137 #. type: Plain text
4138 #: build/C/man2/select_tut.2:630
4139 #, no-wrap
4140 msgid "#define BUF_SIZE 1024\n"
4141 msgstr ""
4142
4143 #. type: Plain text
4144 #: build/C/man2/select_tut.2:639
4145 #, no-wrap
4146 msgid ""
4147 "int\n"
4148 "main(int argc, char *argv[])\n"
4149 "{\n"
4150 "    int h;\n"
4151 "    int fd1 = -1, fd2 = -1;\n"
4152 "    char buf1[BUF_SIZE], buf2[BUF_SIZE];\n"
4153 "    int buf1_avail, buf1_written;\n"
4154 "    int buf2_avail, buf2_written;\n"
4155 msgstr ""
4156
4157 #. type: Plain text
4158 #: build/C/man2/select_tut.2:645
4159 #, no-wrap
4160 msgid ""
4161 "    if (argc != 4) {\n"
4162 "        fprintf(stderr, \"Usage\\en\\etfwd E<lt>listen-portE<gt> \"\n"
4163 "                 \"E<lt>forward-to-portE<gt> "
4164 "E<lt>forward-to-ip-addressE<gt>\\en\");\n"
4165 "        exit(EXIT_FAILURE);\n"
4166 "    }\n"
4167 msgstr ""
4168
4169 #. type: Plain text
4170 #: build/C/man2/select_tut.2:647
4171 #, no-wrap
4172 msgid "    signal(SIGPIPE, SIG_IGN);\n"
4173 msgstr ""
4174
4175 #. type: Plain text
4176 #: build/C/man2/select_tut.2:649
4177 #, no-wrap
4178 msgid "    forward_port = atoi(argv[2]);\n"
4179 msgstr ""
4180
4181 #. type: Plain text
4182 #: build/C/man2/select_tut.2:653
4183 #, no-wrap
4184 msgid ""
4185 "    h = listen_socket(atoi(argv[1]));\n"
4186 "    if (h == -1)\n"
4187 "        exit(EXIT_FAILURE);\n"
4188 msgstr ""
4189
4190 #. type: Plain text
4191 #: build/C/man2/select_tut.2:657
4192 #, no-wrap
4193 msgid ""
4194 "    for (;;) {\n"
4195 "        int r, nfds = 0;\n"
4196 "        fd_set rd, wr, er;\n"
4197 msgstr ""
4198
4199 #. type: Plain text
4200 #: build/C/man2/select_tut.2:687
4201 #, no-wrap
4202 msgid ""
4203 "        FD_ZERO(&rd);\n"
4204 "        FD_ZERO(&wr);\n"
4205 "        FD_ZERO(&er);\n"
4206 "        FD_SET(h, &rd);\n"
4207 "        nfds = max(nfds, h);\n"
4208 "        if (fd1 E<gt> 0 && buf1_avail E<lt> BUF_SIZE) {\n"
4209 "            FD_SET(fd1, &rd);\n"
4210 "            nfds = max(nfds, fd1);\n"
4211 "        }\n"
4212 "        if (fd2 E<gt> 0 && buf2_avail E<lt> BUF_SIZE) {\n"
4213 "            FD_SET(fd2, &rd);\n"
4214 "            nfds = max(nfds, fd2);\n"
4215 "        }\n"
4216 "        if (fd1 E<gt> 0 && buf2_avail - buf2_written E<gt> 0) {\n"
4217 "            FD_SET(fd1, &wr);\n"
4218 "            nfds = max(nfds, fd1);\n"
4219 "        }\n"
4220 "        if (fd2 E<gt> 0 && buf1_avail - buf1_written E<gt> 0) {\n"
4221 "            FD_SET(fd2, &wr);\n"
4222 "            nfds = max(nfds, fd2);\n"
4223 "        }\n"
4224 "        if (fd1 E<gt> 0) {\n"
4225 "            FD_SET(fd1, &er);\n"
4226 "            nfds = max(nfds, fd1);\n"
4227 "        }\n"
4228 "        if (fd2 E<gt> 0) {\n"
4229 "            FD_SET(fd2, &er);\n"
4230 "            nfds = max(nfds, fd2);\n"
4231 "        }\n"
4232 msgstr ""
4233
4234 #. type: Plain text
4235 #: build/C/man2/select_tut.2:689
4236 #, no-wrap
4237 msgid "        r = select(nfds + 1, &rd, &wr, &er, NULL);\n"
4238 msgstr ""
4239
4240 #. type: Plain text
4241 #: build/C/man2/select_tut.2:692
4242 #, no-wrap
4243 msgid ""
4244 "        if (r == -1 && errno == EINTR)\n"
4245 "            continue;\n"
4246 msgstr ""
4247
4248 #. type: Plain text
4249 #: build/C/man2/select_tut.2:697
4250 #, no-wrap
4251 msgid ""
4252 "        if (r == -1) {\n"
4253 "            perror(\"select()\");\n"
4254 "            exit(EXIT_FAILURE);\n"
4255 "        }\n"
4256 msgstr ""
4257
4258 #. type: Plain text
4259 #: build/C/man2/select_tut.2:701
4260 #, no-wrap
4261 msgid ""
4262 "        if (FD_ISSET(h, &rd)) {\n"
4263 "            unsigned int l;\n"
4264 "            struct sockaddr_in client_address;\n"
4265 msgstr ""
4266
4267 #. type: Plain text
4268 #: build/C/man2/select_tut.2:720
4269 #, no-wrap
4270 msgid ""
4271 "            memset(&client_address, 0, l = sizeof(client_address));\n"
4272 "            r = accept(h, (struct sockaddr *) &client_address, &l);\n"
4273 "            if (r == -1) {\n"
4274 "                perror(\"accept()\");\n"
4275 "            } else {\n"
4276 "                SHUT_FD1;\n"
4277 "                SHUT_FD2;\n"
4278 "                buf1_avail = buf1_written = 0;\n"
4279 "                buf2_avail = buf2_written = 0;\n"
4280 "                fd1 = r;\n"
4281 "                fd2 = connect_socket(forward_port, argv[3]);\n"
4282 "                if (fd2 == -1)\n"
4283 "                    SHUT_FD1;\n"
4284 "                else\n"
4285 "                    printf(\"connect from %s\\en\",\n"
4286 "                            inet_ntoa(client_address.sin_addr));\n"
4287 "            }\n"
4288 "        }\n"
4289 msgstr ""
4290
4291 #. type: Plain text
4292 #: build/C/man2/select_tut.2:722
4293 #, no-wrap
4294 msgid "        /* NB: read oob data before normal reads */\n"
4295 msgstr ""
4296
4297 #. type: Plain text
4298 #: build/C/man2/select_tut.2:726
4299 #, no-wrap
4300 msgid ""
4301 "        if (fd1 E<gt> 0)\n"
4302 "            if (FD_ISSET(fd1, &er)) {\n"
4303 "                char c;\n"
4304 msgstr ""
4305
4306 #. type: Plain text
4307 #: build/C/man2/select_tut.2:736
4308 #, no-wrap
4309 msgid ""
4310 "                r = recv(fd1, &c, 1, MSG_OOB);\n"
4311 "                if (r E<lt> 1)\n"
4312 "                    SHUT_FD1;\n"
4313 "                else\n"
4314 "                    send(fd2, &c, 1, MSG_OOB);\n"
4315 "            }\n"
4316 "        if (fd2 E<gt> 0)\n"
4317 "            if (FD_ISSET(fd2, &er)) {\n"
4318 "                char c;\n"
4319 msgstr ""
4320
4321 #. type: Plain text
4322 #: build/C/man2/select_tut.2:779
4323 #, no-wrap
4324 msgid ""
4325 "                r = recv(fd2, &c, 1, MSG_OOB);\n"
4326 "                if (r E<lt> 1)\n"
4327 "                    SHUT_FD2;\n"
4328 "                else\n"
4329 "                    send(fd1, &c, 1, MSG_OOB);\n"
4330 "            }\n"
4331 "        if (fd1 E<gt> 0)\n"
4332 "            if (FD_ISSET(fd1, &rd)) {\n"
4333 "                r = read(fd1, buf1 + buf1_avail,\n"
4334 "                          BUF_SIZE - buf1_avail);\n"
4335 "                if (r E<lt> 1)\n"
4336 "                    SHUT_FD1;\n"
4337 "                else\n"
4338 "                    buf1_avail += r;\n"
4339 "            }\n"
4340 "        if (fd2 E<gt> 0)\n"
4341 "            if (FD_ISSET(fd2, &rd)) {\n"
4342 "                r = read(fd2, buf2 + buf2_avail,\n"
4343 "                          BUF_SIZE - buf2_avail);\n"
4344 "                if (r E<lt> 1)\n"
4345 "                    SHUT_FD2;\n"
4346 "                else\n"
4347 "                    buf2_avail += r;\n"
4348 "            }\n"
4349 "        if (fd1 E<gt> 0)\n"
4350 "            if (FD_ISSET(fd1, &wr)) {\n"
4351 "                r = write(fd1, buf2 + buf2_written,\n"
4352 "                           buf2_avail - buf2_written);\n"
4353 "                if (r E<lt> 1)\n"
4354 "                    SHUT_FD1;\n"
4355 "                else\n"
4356 "                    buf2_written += r;\n"
4357 "            }\n"
4358 "        if (fd2 E<gt> 0)\n"
4359 "            if (FD_ISSET(fd2, &wr)) {\n"
4360 "                r = write(fd2, buf1 + buf1_written,\n"
4361 "                           buf1_avail - buf1_written);\n"
4362 "                if (r E<lt> 1)\n"
4363 "                    SHUT_FD2;\n"
4364 "                else\n"
4365 "                    buf1_written += r;\n"
4366 "            }\n"
4367 msgstr ""
4368
4369 #. type: Plain text
4370 #: build/C/man2/select_tut.2:781
4371 #, no-wrap
4372 msgid "        /* check if write data has caught read data */\n"
4373 msgstr ""
4374
4375 #. type: Plain text
4376 #: build/C/man2/select_tut.2:786
4377 #, no-wrap
4378 msgid ""
4379 "        if (buf1_written == buf1_avail)\n"
4380 "            buf1_written = buf1_avail = 0;\n"
4381 "        if (buf2_written == buf2_avail)\n"
4382 "            buf2_written = buf2_avail = 0;\n"
4383 msgstr ""
4384
4385 #. type: Plain text
4386 #: build/C/man2/select_tut.2:789
4387 #, no-wrap
4388 msgid ""
4389 "        /* one side has closed the connection, keep\n"
4390 "           writing to the other side until empty */\n"
4391 msgstr ""
4392
4393 #. type: Plain text
4394 #: build/C/man2/select_tut.2:797
4395 #, no-wrap
4396 msgid ""
4397 "        if (fd1 E<lt> 0 && buf1_avail - buf1_written == 0)\n"
4398 "            SHUT_FD2;\n"
4399 "        if (fd2 E<lt> 0 && buf2_avail - buf2_written == 0)\n"
4400 "            SHUT_FD1;\n"
4401 "    }\n"
4402 "    exit(EXIT_SUCCESS);\n"
4403 "}\n"
4404 msgstr ""
4405
4406 #. type: Plain text
4407 #: build/C/man2/select_tut.2:811
4408 msgid ""
4409 "The above program properly forwards most kinds of TCP connections including "
4410 "OOB signal data transmitted by B<telnet> servers.  It handles the tricky "
4411 "problem of having data flow in both directions simultaneously.  You might "
4412 "think it more efficient to use a B<fork>(2)  call and devote a thread to "
4413 "each stream.  This becomes more tricky than you might suspect.  Another idea "
4414 "is to set nonblocking I/O using B<fcntl>(2).  This also has its problems "
4415 "because you end up using inefficient timeouts."
4416 msgstr ""
4417
4418 #. type: Plain text
4419 #: build/C/man2/select_tut.2:817
4420 msgid ""
4421 "The program does not handle more than one simultaneous connection at a time, "
4422 "although it could easily be extended to do this with a linked list of "
4423 "buffers\\(emone for each connection.  At the moment, new connections cause "
4424 "the current connection to be dropped."
4425 msgstr ""
4426
4427 #.  .SH AUTHORS
4428 #.  This man page was written by Paul Sheer.
4429 #. type: Plain text
4430 #: build/C/man2/select_tut.2:836
4431 msgid ""
4432 "B<accept>(2), B<connect>(2), B<ioctl>(2), B<poll>(2), B<read>(2), "
4433 "B<recv>(2), B<select>(2), B<send>(2), B<sigprocmask>(2), B<write>(2), "
4434 "B<sigaddset>(3), B<sigdelset>(3), B<sigemptyset>(3), B<sigfillset>(3), "
4435 "B<sigismember>(3), B<epoll>(7)"
4436 msgstr ""
4437
4438 #. type: TH
4439 #: build/C/man2/send.2:38
4440 #, no-wrap
4441 msgid "SEND"
4442 msgstr ""
4443
4444 #. type: TH
4445 #: build/C/man2/send.2:38 build/C/man7/socket.7:26
4446 #, no-wrap
4447 msgid "2012-04-23"
4448 msgstr ""
4449
4450 #. type: Plain text
4451 #: build/C/man2/send.2:41
4452 msgid "send, sendto, sendmsg - send a message on a socket"
4453 msgstr ""
4454
4455 #. type: Plain text
4456 #: build/C/man2/send.2:45
4457 #, no-wrap
4458 msgid ""
4459 "B<#include E<lt>sys/types.hE<gt>>\n"
4460 "B<#include E<lt>sys/socket.hE<gt>>\n"
4461 msgstr ""
4462
4463 #. type: Plain text
4464 #: build/C/man2/send.2:48
4465 #, no-wrap
4466 msgid ""
4467 "B<ssize_t send(int >I<sockfd>B<, const void *>I<buf>B<, size_t >I<len>B<, "
4468 "int >I<flags>B<);>\n"
4469 msgstr ""
4470
4471 #. type: Plain text
4472 #: build/C/man2/send.2:52
4473 #, no-wrap
4474 msgid ""
4475 "B<ssize_t sendto(int >I<sockfd>B<, const void *>I<buf>B<, size_t >I<len>B<, "
4476 "int >I<flags>B<,>\n"
4477 "B<               const struct sockaddr *>I<dest_addr>B<, socklen_t "
4478 ">I<addrlen>B<);>\n"
4479 msgstr ""
4480
4481 #. type: Plain text
4482 #: build/C/man2/send.2:55
4483 #, no-wrap
4484 msgid ""
4485 "B<ssize_t sendmsg(int >I<sockfd>B<, const struct msghdr *>I<msg>B<, int "
4486 ">I<flags>B<);>\n"
4487 msgstr ""
4488
4489 #. type: Plain text
4490 #: build/C/man2/send.2:63
4491 msgid ""
4492 "The system calls B<send>(), B<sendto>(), and B<sendmsg>()  are used to "
4493 "transmit a message to another socket."
4494 msgstr ""
4495
4496 #. type: Plain text
4497 #: build/C/man2/send.2:82
4498 msgid ""
4499 "The B<send>()  call may be used only when the socket is in a I<connected> "
4500 "state (so that the intended recipient is known).  The only difference "
4501 "between B<send>()  and B<write>(2)  is the presence of I<flags>.  With a "
4502 "zero I<flags> argument, B<send>()  is equivalent to B<write>(2).  Also, the "
4503 "following call"
4504 msgstr ""
4505
4506 #. type: Plain text
4507 #: build/C/man2/send.2:84
4508 #, no-wrap
4509 msgid "    send(sockfd, buf, len, flags);\n"
4510 msgstr ""
4511
4512 #. type: Plain text
4513 #: build/C/man2/send.2:86
4514 msgid "is equivalent to"
4515 msgstr ""
4516
4517 #. type: Plain text
4518 #: build/C/man2/send.2:88
4519 #, no-wrap
4520 msgid "    sendto(sockfd, buf, len, flags, NULL, 0);\n"
4521 msgstr ""
4522
4523 #. type: Plain text
4524 #: build/C/man2/send.2:92
4525 msgid "The argument I<sockfd> is the file descriptor of the sending socket."
4526 msgstr ""
4527
4528 #. type: Plain text
4529 #: build/C/man2/send.2:120
4530 msgid ""
4531 "If B<sendto>()  is used on a connection-mode (B<SOCK_STREAM>, "
4532 "B<SOCK_SEQPACKET>)  socket, the arguments I<dest_addr> and I<addrlen> are "
4533 "ignored (and the error B<EISCONN> may be returned when they are not NULL and "
4534 "0), and the error B<ENOTCONN> is returned when the socket was not actually "
4535 "connected.  Otherwise, the address of the target is given by I<dest_addr> "
4536 "with I<addrlen> specifying its size.  For B<sendmsg>(), the address of the "
4537 "target is given by I<msg.msg_name>, with I<msg.msg_namelen> specifying its "
4538 "size."
4539 msgstr ""
4540
4541 #. type: Plain text
4542 #: build/C/man2/send.2:136
4543 msgid ""
4544 "For B<send>()  and B<sendto>(), the message is found in I<buf> and has "
4545 "length I<len>.  For B<sendmsg>(), the message is pointed to by the elements "
4546 "of the array I<msg.msg_iov>.  The B<sendmsg>()  call also allows sending "
4547 "ancillary data (also known as control information)."
4548 msgstr ""
4549
4550 #. type: Plain text
4551 #: build/C/man2/send.2:141
4552 msgid ""
4553 "If the message is too long to pass atomically through the underlying "
4554 "protocol, the error B<EMSGSIZE> is returned, and the message is not "
4555 "transmitted."
4556 msgstr ""
4557
4558 #. type: Plain text
4559 #: build/C/man2/send.2:145
4560 msgid ""
4561 "No indication of failure to deliver is implicit in a B<send>().  Locally "
4562 "detected errors are indicated by a return value of -1."
4563 msgstr ""
4564
4565 #. type: Plain text
4566 #: build/C/man2/send.2:158
4567 msgid ""
4568 "When the message does not fit into the send buffer of the socket, B<send>()  "
4569 "normally blocks, unless the socket has been placed in nonblocking I/O mode.  "
4570 "In nonblocking mode it would fail with the error B<EAGAIN> or B<EWOULDBLOCK> "
4571 "in this case.  The B<select>(2)  call may be used to determine when it is "
4572 "possible to send more data."
4573 msgstr ""
4574
4575 #.  FIXME ? document MSG_PROXY (which went away in 2.3.15)
4576 #. type: Plain text
4577 #: build/C/man2/send.2:164
4578 msgid ""
4579 "The I<flags> argument is the bitwise OR of zero or more of the following "
4580 "flags."
4581 msgstr ""
4582
4583 #. type: TP
4584 #: build/C/man2/send.2:164
4585 #, no-wrap
4586 msgid "B<MSG_CONFIRM> (Since Linux 2.3.15)"
4587 msgstr ""
4588
4589 #. type: Plain text
4590 #: build/C/man2/send.2:178
4591 msgid ""
4592 "Tell the link layer that forward progress happened: you got a successful "
4593 "reply from the other side.  If the link layer doesn't get this it will "
4594 "regularly reprobe the neighbor (e.g., via a unicast ARP).  Only valid on "
4595 "B<SOCK_DGRAM> and B<SOCK_RAW> sockets and currently only implemented for "
4596 "IPv4 and IPv6.  See B<arp>(7)  for details."
4597 msgstr ""
4598
4599 #. type: TP
4600 #: build/C/man2/send.2:178
4601 #, no-wrap
4602 msgid "B<MSG_DONTROUTE>"
4603 msgstr ""
4604
4605 #. type: Plain text
4606 #: build/C/man2/send.2:186
4607 msgid ""
4608 "Don't use a gateway to send out the packet, only send to hosts on directly "
4609 "connected networks.  This is usually used only by diagnostic or routing "
4610 "programs.  This is only defined for protocol families that route; packet "
4611 "sockets don't."
4612 msgstr ""
4613
4614 #. type: Plain text
4615 #: build/C/man2/send.2:197
4616 msgid ""
4617 "Enables nonblocking operation; if the operation would block, B<EAGAIN> or "
4618 "B<EWOULDBLOCK> is returned (this can also be enabled using the B<O_NONBLOCK> "
4619 "flag with the B<F_SETFL> B<fcntl>(2))."
4620 msgstr ""
4621
4622 #. type: TP
4623 #: build/C/man2/send.2:197
4624 #, no-wrap
4625 msgid "B<MSG_EOR> (since Linux 2.2)"
4626 msgstr ""
4627
4628 #. type: Plain text
4629 #: build/C/man2/send.2:201
4630 msgid ""
4631 "Terminates a record (when this notion is supported, as for sockets of type "
4632 "B<SOCK_SEQPACKET>)."
4633 msgstr ""
4634
4635 #. type: TP
4636 #: build/C/man2/send.2:201
4637 #, no-wrap
4638 msgid "B<MSG_MORE> (Since Linux 2.4.4)"
4639 msgstr ""
4640
4641 #. type: Plain text
4642 #: build/C/man2/send.2:210
4643 msgid ""
4644 "The caller has more data to send.  This flag is used with TCP sockets to "
4645 "obtain the same effect as the B<TCP_CORK> socket option (see B<tcp>(7)), "
4646 "with the difference that this flag can be set on a per-call basis."
4647 msgstr ""
4648
4649 #. type: Plain text
4650 #: build/C/man2/send.2:219
4651 msgid ""
4652 "Since Linux 2.6, this flag is also supported for UDP sockets, and informs "
4653 "the kernel to package all of the data sent in calls with this flag set into "
4654 "a single datagram which is only transmitted when a call is performed that "
4655 "does not specify this flag.  (See also the B<UDP_CORK> socket option "
4656 "described in B<udp>(7).)"
4657 msgstr ""
4658
4659 #. type: TP
4660 #: build/C/man2/send.2:219
4661 #, no-wrap
4662 msgid "B<MSG_NOSIGNAL> (since Linux 2.2)"
4663 msgstr ""
4664
4665 #. type: Plain text
4666 #: build/C/man2/send.2:228
4667 msgid ""
4668 "Requests not to send B<SIGPIPE> on errors on stream oriented sockets when "
4669 "the other end breaks the connection.  The B<EPIPE> error is still returned."
4670 msgstr ""
4671
4672 #. type: Plain text
4673 #: build/C/man2/send.2:237
4674 msgid ""
4675 "Sends I<out-of-band> data on sockets that support this notion (e.g., of type "
4676 "B<SOCK_STREAM>); the underlying protocol must also support I<out-of-band> "
4677 "data."
4678 msgstr ""
4679
4680 #. type: Plain text
4681 #: build/C/man2/send.2:244
4682 msgid ""
4683 "The definition of the I<msghdr> structure follows.  See B<recv>(2)  and "
4684 "below for an exact description of its fields."
4685 msgstr ""
4686
4687 #.  Still to be documented:
4688 #.   Send file descriptors and user credentials using the
4689 #.   msg_control* fields.
4690 #.   The flags returned in msg_flags.
4691 #. type: Plain text
4692 #: build/C/man2/send.2:273
4693 msgid ""
4694 "You may send control information using the I<msg_control> and "
4695 "I<msg_controllen> members.  The maximum control buffer length the kernel can "
4696 "process is limited per socket by the value in "
4697 "I</proc/sys/net/core/optmem_max>; see B<socket>(7)."
4698 msgstr ""
4699
4700 #. type: Plain text
4701 #: build/C/man2/send.2:278
4702 msgid ""
4703 "On success, these calls return the number of characters sent.  On error, -1 "
4704 "is returned, and I<errno> is set appropriately."
4705 msgstr ""
4706
4707 #. type: Plain text
4708 #: build/C/man2/send.2:283
4709 msgid ""
4710 "These are some standard errors generated by the socket layer.  Additional "
4711 "errors may be generated and returned from the underlying protocol modules; "
4712 "see their respective manual pages."
4713 msgstr ""
4714
4715 #. type: Plain text
4716 #: build/C/man2/send.2:291
4717 msgid ""
4718 "(For UNIX domain sockets, which are identified by pathname)  Write "
4719 "permission is denied on the destination socket file, or search permission is "
4720 "denied for one of the directories the path prefix.  (See "
4721 "B<path_resolution>(7).)"
4722 msgstr ""
4723
4724 #. type: Plain text
4725 #: build/C/man2/send.2:294
4726 msgid ""
4727 "(For UDP sockets) An attempt was made to send to a network/broadcast address "
4728 "as though it was a unicast address."
4729 msgstr ""
4730
4731 #.  Actually EAGAIN on Linux
4732 #. type: Plain text
4733 #: build/C/man2/send.2:302
4734 msgid ""
4735 "The socket is marked nonblocking and the requested operation would block.  "
4736 "POSIX.1-2001 allows either error to be returned for this case, and does not "
4737 "require these constants to have the same value, so a portable application "
4738 "should check for both possibilities."
4739 msgstr ""
4740
4741 #. type: Plain text
4742 #: build/C/man2/send.2:305
4743 msgid "An invalid descriptor was specified."
4744 msgstr ""
4745
4746 #. type: TP
4747 #: build/C/man2/send.2:305
4748 #, no-wrap
4749 msgid "B<ECONNRESET>"
4750 msgstr ""
4751
4752 #. type: Plain text
4753 #: build/C/man2/send.2:308
4754 msgid "Connection reset by peer."
4755 msgstr ""
4756
4757 #. type: TP
4758 #: build/C/man2/send.2:308
4759 #, no-wrap
4760 msgid "B<EDESTADDRREQ>"
4761 msgstr ""
4762
4763 #. type: Plain text
4764 #: build/C/man2/send.2:311
4765 msgid "The socket is not connection-mode, and no peer address is set."
4766 msgstr ""
4767
4768 #. type: Plain text
4769 #: build/C/man2/send.2:314
4770 msgid "An invalid user space address was specified for an argument."
4771 msgstr ""
4772
4773 #. type: Plain text
4774 #: build/C/man2/send.2:318
4775 msgid "A signal occurred before any data was transmitted; see B<signal>(7)."
4776 msgstr ""
4777
4778 #. type: Plain text
4779 #: build/C/man2/send.2:327
4780 msgid ""
4781 "The connection-mode socket was connected already but a recipient was "
4782 "specified.  (Now either this error is returned, or the recipient "
4783 "specification is ignored.)"
4784 msgstr ""
4785
4786 #. type: TP
4787 #: build/C/man2/send.2:327
4788 #, no-wrap
4789 msgid "B<EMSGSIZE>"
4790 msgstr ""
4791
4792 #.  (e.g., SOCK_DGRAM )
4793 #. type: Plain text
4794 #: build/C/man2/send.2:333
4795 msgid ""
4796 "The socket type requires that message be sent atomically, and the size of "
4797 "the message to be sent made this impossible."
4798 msgstr ""
4799
4800 #. type: Plain text
4801 #: build/C/man2/send.2:341
4802 msgid ""
4803 "The output queue for a network interface was full.  This generally indicates "
4804 "that the interface has stopped sending, but may be caused by transient "
4805 "congestion.  (Normally, this does not occur in Linux.  Packets are just "
4806 "silently dropped when a device queue overflows.)"
4807 msgstr ""
4808
4809 #. type: Plain text
4810 #: build/C/man2/send.2:344
4811 msgid "No memory available."
4812 msgstr ""
4813
4814 #. type: Plain text
4815 #: build/C/man2/send.2:347
4816 msgid "The socket is not connected, and no target has been given."
4817 msgstr ""
4818
4819 #. type: Plain text
4820 #: build/C/man2/send.2:357
4821 msgid "Some bit in the I<flags> argument is inappropriate for the socket type."
4822 msgstr ""
4823
4824 #. type: TP
4825 #: build/C/man2/send.2:357
4826 #, no-wrap
4827 msgid "B<EPIPE>"
4828 msgstr ""
4829
4830 #. type: Plain text
4831 #: build/C/man2/send.2:366
4832 msgid ""
4833 "The local end has been shut down on a connection oriented socket.  In this "
4834 "case the process will also receive a B<SIGPIPE> unless B<MSG_NOSIGNAL> is "
4835 "set."
4836 msgstr ""
4837
4838 #. type: Plain text
4839 #: build/C/man2/send.2:369
4840 msgid "4.4BSD, SVr4, POSIX.1-2001.  These function calls appeared in 4.2BSD."
4841 msgstr ""
4842
4843 #. type: Plain text
4844 #: build/C/man2/send.2:380
4845 msgid ""
4846 "POSIX.1-2001 only describes the B<MSG_OOB> and B<MSG_EOR> flags.  "
4847 "POSIX.1-2008 adds a specification of B<MSG_NOSIGNAL>.  The B<MSG_CONFIRM> "
4848 "flag is a Linux extension."
4849 msgstr ""
4850
4851 #. type: Plain text
4852 #: build/C/man2/send.2:393
4853 msgid ""
4854 "The prototypes given above follow the Single UNIX Specification, as glibc2 "
4855 "also does; the I<flags> argument was I<int> in 4.x BSD, but I<unsigned int> "
4856 "in libc4 and libc5; the I<len> argument was I<int> in 4.x BSD and libc4, but "
4857 "I<size_t> in libc5; the I<addrlen> argument was I<int> in 4.x BSD and libc4 "
4858 "and libc5.  See also B<accept>(2)."
4859 msgstr ""
4860
4861 #. type: Plain text
4862 #: build/C/man2/send.2:412
4863 msgid ""
4864 "See B<sendmmsg(2)> for information about a Linux-specific system call that "
4865 "can be used to transmit multiple datagrams in a single call."
4866 msgstr ""
4867
4868 #. type: Plain text
4869 #: build/C/man2/send.2:417
4870 msgid "Linux may return B<EPIPE> instead of B<ENOTCONN>."
4871 msgstr ""
4872
4873 #. type: Plain text
4874 #: build/C/man2/send.2:422
4875 msgid "An example of the use of B<sendto>()  is shown in B<getaddrinfo>(3)."
4876 msgstr ""
4877
4878 #. type: Plain text
4879 #: build/C/man2/send.2:437
4880 msgid ""
4881 "B<fcntl>(2), B<getsockopt>(2), B<recv>(2), B<select>(2), B<sendfile>(2), "
4882 "B<sendmmsg>(2), B<shutdown>(2), B<socket>(2), B<write>(2), B<cmsg>(3), "
4883 "B<ip>(7), B<socket>(7), B<tcp>(7), B<udp>(7)"
4884 msgstr ""
4885
4886 #. type: TH
4887 #: build/C/man2/sendmmsg.2:28
4888 #, no-wrap
4889 msgid "SENDMMSG"
4890 msgstr ""
4891
4892 #. type: TH
4893 #: build/C/man2/sendmmsg.2:28
4894 #, no-wrap
4895 msgid "2012-02-27"
4896 msgstr ""
4897
4898 #. type: Plain text
4899 #: build/C/man2/sendmmsg.2:31
4900 msgid "sendmmsg - send multiple messages on a socket"
4901 msgstr ""
4902
4903 #. type: Plain text
4904 #: build/C/man2/sendmmsg.2:39
4905 #, no-wrap
4906 msgid ""
4907 "B<int sendmmsg(int >I<sockfd>B<, struct mmsghdr *>I<msgvec>B<, unsigned int "
4908 ">I<vlen>B<,>\n"
4909 "B<             unsigned int >I<flags>B<);>\n"
4910 msgstr ""
4911
4912 #.  See commit 228e548e602061b08ee8e8966f567c12aa079682
4913 #. type: Plain text
4914 #: build/C/man2/sendmmsg.2:49
4915 msgid ""
4916 "The B<sendmmsg>()  system call is an extension of B<sendmsg>(2)  that allows "
4917 "the caller to transmit multiple messages on a socket using a single system "
4918 "call.  (This has performance benefits for some applications.)"
4919 msgstr ""
4920
4921 #. type: Plain text
4922 #: build/C/man2/sendmmsg.2:54
4923 msgid ""
4924 "The I<sockfd> argument is the file descriptor of the socket on which data is "
4925 "to be transmitted."
4926 msgstr ""
4927
4928 #. type: Plain text
4929 #: build/C/man2/sendmmsg.2:75
4930 #, no-wrap
4931 msgid ""
4932 "struct mmsghdr {\n"
4933 "    struct msghdr msg_hdr;  /* Message header */\n"
4934 "    unsigned int  msg_len;  /* Number of bytes transmitted */\n"
4935 "};\n"
4936 msgstr ""
4937
4938 #. type: Plain text
4939 #: build/C/man2/sendmmsg.2:91
4940 msgid ""
4941 "The I<msg_hdr> field is a I<msghdr> structure, as described in "
4942 "B<sendmsg>(2).  The I<msg_len> field is used to return the number of bytes "
4943 "sent from the message in I<msg_hdr> (i.e., the same as the return value from "
4944 "a single B<sendmsg>(2)  call)."
4945 msgstr ""
4946
4947 #. type: Plain text
4948 #: build/C/man2/sendmmsg.2:97
4949 msgid ""
4950 "The I<flags> argument contains flags ORed together.  The flags are the same "
4951 "as for B<sendmsg>(2)."
4952 msgstr ""
4953
4954 #. type: Plain text
4955 #: build/C/man2/sendmmsg.2:107
4956 msgid ""
4957 "A blocking B<sendmmsg>()  call blocks until I<vlen> messages have been "
4958 "sent.  A nonblocking call sends as many messages as possible (up to the "
4959 "limit specified by I<vlen>)  and returns immediately."
4960 msgstr ""
4961
4962 #. type: Plain text
4963 #: build/C/man2/sendmmsg.2:119
4964 msgid ""
4965 "On return from B<sendmmsg>(), the I<msg_len> fields of successive elements "
4966 "of I<msgvec> are updated to contain the number of bytes transmitted from the "
4967 "corresponding I<msg_hdr>.  The return value of the call indicates the number "
4968 "of elements of I<msgvec> that have been updated."
4969 msgstr ""
4970
4971 #. type: Plain text
4972 #: build/C/man2/sendmmsg.2:129
4973 msgid ""
4974 "On success, B<sendmmsg>()  returns the number of messages sent from "
4975 "I<msgvec>; if this is less than I<vlen>, the caller can retry with a further "
4976 "B<sendmmsg>()  call to send the remaining messages."
4977 msgstr ""
4978
4979 #. type: Plain text
4980 #: build/C/man2/sendmmsg.2:133
4981 msgid "On error, -1 is returned, and I<errno> is set to indicate the error."
4982 msgstr ""
4983
4984 #.  commit 728ffb86f10873aaf4abd26dde691ee40ae731fe
4985 #.      ... only return an error if no datagrams could be sent.
4986 #.      If less than the requested number of messages were sent, the application
4987 #.      must retry starting at the first failed one and if the problem is
4988 #.      persistent the error will be returned.
4989 #
4990 #.      This matches the behaviour of other syscalls like read/write - it
4991 #.      is not an error if less than the requested number of elements are sent.
4992 #. type: Plain text
4993 #: build/C/man2/sendmmsg.2:145
4994 msgid ""
4995 "Errors are as for B<sendmsg>(2).  An error is returned only if no datagrams "
4996 "could be sent."
4997 msgstr ""
4998
4999 #. type: Plain text
5000 #: build/C/man2/sendmmsg.2:150
5001 msgid ""
5002 "The B<sendmmsg>()  system call was added in Linux 3.0.  Support in glibc was "
5003 "added in version 2.14."
5004 msgstr ""
5005
5006 #. type: Plain text
5007 #: build/C/man2/sendmmsg.2:153
5008 msgid "B<sendmmsg>()  is Linux-specific."
5009 msgstr ""
5010
5011 #.  commit 98382f419f32d2c12d021943b87dea555677144b
5012 #.      net: Cap number of elements for sendmmsg
5013 #
5014 #.      To limit the amount of time we can spend in sendmmsg, cap the
5015 #.      number of elements to UIO_MAXIOV (currently 1024).
5016 #
5017 #.      For error handling an application using sendmmsg needs to retry at
5018 #.      the first unsent message, so capping is simpler and requires less
5019 #.      application logic than returning EINVAL.
5020 #. type: Plain text
5021 #: build/C/man2/sendmmsg.2:168
5022 msgid "The value specified in I<vlen> is capped to B<UIO_MAXIOV> (1024)."
5023 msgstr ""
5024
5025 #. type: Plain text
5026 #: build/C/man2/sendmmsg.2:173
5027 msgid "B<recvmmsg>(2), B<sendmsg>(2), B<socket>(2), B<socket>(7)"
5028 msgstr ""
5029
5030 #. type: TH
5031 #: build/C/man3/sockatmark.3:23
5032 #, no-wrap
5033 msgid "SOCKATMARK"
5034 msgstr ""
5035
5036 #. type: Plain text
5037 #: build/C/man3/sockatmark.3:26
5038 msgid "sockatmark - determine whether socket is at out-of-band mark"
5039 msgstr ""
5040
5041 #. type: Plain text
5042 #: build/C/man3/sockatmark.3:28 build/C/man2/socket.2:48 build/C/man7/socket.7:31 build/C/man2/socketpair.2:47
5043 msgid "B<#include E<lt>sys/socket.hE<gt>>"
5044 msgstr ""
5045
5046 #. type: Plain text
5047 #: build/C/man3/sockatmark.3:30
5048 msgid "B<int sockatmark(int >I<sockfd>B<);>"
5049 msgstr ""
5050
5051 #. type: Plain text
5052 #: build/C/man3/sockatmark.3:39
5053 msgid ""
5054 "B<sockatmark>(): _POSIX_C_SOURCE\\ E<gt>=\\ 200112L || _XOPEN_SOURCE\\ "
5055 "E<gt>=\\ 600"
5056 msgstr ""
5057
5058 #. type: Plain text
5059 #: build/C/man3/sockatmark.3:49
5060 msgid ""
5061 "B<sockatmark>()  returns a value indicating whether or not the socket "
5062 "referred to by the file descriptor I<sockfd> is at the out-of-band mark.  If "
5063 "the socket is at the mark, then 1 is returned; if the socket is not at the "
5064 "mark, 0 is returned.  This function does not remove the out-of-band mark."
5065 msgstr ""
5066
5067 #. type: Plain text
5068 #: build/C/man3/sockatmark.3:54
5069 msgid ""
5070 "A successful call to B<sockatmark>()  returns 1 if the socket is at the "
5071 "out-of-band mark, or 0 if it is not.  On error, -1 is returned and I<errno> "
5072 "is set to indicate the error."
5073 msgstr ""
5074
5075 #. type: Plain text
5076 #: build/C/man3/sockatmark.3:59
5077 msgid "I<sockfd> is not a valid file descriptor."
5078 msgstr ""
5079
5080 #.  POSIX.1 says ENOTTY for this case
5081 #. type: Plain text
5082 #: build/C/man3/sockatmark.3:66
5083 msgid "I<sockfd> is not a file descriptor to which B<sockatmark>()  can be applied."
5084 msgstr ""
5085
5086 #. type: Plain text
5087 #: build/C/man3/sockatmark.3:69
5088 msgid "B<sockatmark>()  was added to glibc in version 2.2.4."
5089 msgstr ""
5090
5091 #. type: Plain text
5092 #: build/C/man3/sockatmark.3:71
5093 msgid "POSIX.1-2001."
5094 msgstr ""
5095
5096 #. type: Plain text
5097 #: build/C/man3/sockatmark.3:78
5098 msgid ""
5099 "If B<sockatmark>()  returns 1, then the out-of-band data can be read using "
5100 "the B<MSG_OOB> flag of B<recv>(2)."
5101 msgstr ""
5102
5103 #. type: Plain text
5104 #: build/C/man3/sockatmark.3:80
5105 msgid "Out-of-band data is only supported on some stream socket protocols."
5106 msgstr ""
5107
5108 #. type: Plain text
5109 #: build/C/man3/sockatmark.3:85
5110 msgid ""
5111 "B<sockatmark>()  can safely be called from a handler for the B<SIGURG> "
5112 "signal."
5113 msgstr ""
5114
5115 #. type: Plain text
5116 #: build/C/man3/sockatmark.3:91
5117 msgid ""
5118 "B<sockatmark>()  is implemented using the B<SIOCATMARK> B<ioctl>(2)  "
5119 "operation."
5120 msgstr ""
5121
5122 #. type: Plain text
5123 #: build/C/man3/sockatmark.3:95
5124 msgid "Prior to glibc 2.4, B<sockatmark>()  did not work."
5125 msgstr ""
5126
5127 #. type: Plain text
5128 #: build/C/man3/sockatmark.3:100
5129 msgid ""
5130 "The following code can be used after receipt of a B<SIGURG> signal to read "
5131 "(and discard) all data up to the mark, and then read the byte of data at the "
5132 "mark:"
5133 msgstr ""
5134
5135 #. type: Plain text
5136 #: build/C/man3/sockatmark.3:105
5137 #, no-wrap
5138 msgid ""
5139 "    char buf[BUF_LEN];\n"
5140 "    char oobdata;\n"
5141 "    int atmark, s;\n"
5142 msgstr ""
5143
5144 #. type: Plain text
5145 #: build/C/man3/sockatmark.3:112
5146 #, no-wrap
5147 msgid ""
5148 "    for (;;) {\n"
5149 "        atmark = sockatmark(sockfd);\n"
5150 "        if (atmark == -1) {\n"
5151 "            perror(\"sockatmark\");\n"
5152 "            break;\n"
5153 "        }\n"
5154 msgstr ""
5155
5156 #. type: Plain text
5157 #: build/C/man3/sockatmark.3:115
5158 #, no-wrap
5159 msgid ""
5160 "        if (atmark)\n"
5161 "            break;\n"
5162 msgstr ""
5163
5164 #. type: Plain text
5165 #: build/C/man3/sockatmark.3:122
5166 #, no-wrap
5167 msgid ""
5168 "        s = read(sockfd, buf, BUF_LEN) E<lt>= 0);\n"
5169 "        if (s == -1)\n"
5170 "            perror(\"read\");\n"
5171 "        if (s E<lt>= 0)\n"
5172 "            break;\n"
5173 "    }\n"
5174 msgstr ""
5175
5176 #. type: Plain text
5177 #: build/C/man3/sockatmark.3:129
5178 #, no-wrap
5179 msgid ""
5180 "    if (atmark == 1) {\n"
5181 "        if (recv(sockfd, &oobdata, 1, MSG_OOB) == -1) {\n"
5182 "            perror(\"recv\");\n"
5183 "            ...\n"
5184 "        }\n"
5185 "    }\n"
5186 msgstr ""
5187
5188 #. type: Plain text
5189 #: build/C/man3/sockatmark.3:135
5190 msgid "B<fcntl>(2), B<recv>(2), B<send>(2), B<tcp>(7)"
5191 msgstr ""
5192
5193 #. type: TH
5194 #: build/C/man2/socket.2:41 build/C/man7/socket.7:26
5195 #, no-wrap
5196 msgid "SOCKET"
5197 msgstr ""
5198
5199 #. type: TH
5200 #: build/C/man2/socket.2:41
5201 #, no-wrap
5202 msgid "2009-01-19"
5203 msgstr ""
5204
5205 #. type: Plain text
5206 #: build/C/man2/socket.2:44
5207 msgid "socket - create an endpoint for communication"
5208 msgstr ""
5209
5210 #. type: Plain text
5211 #: build/C/man2/socket.2:46 build/C/man2/socketpair.2:45
5212 msgid "B<#include E<lt>sys/types.hE<gt>> /* See NOTES */"
5213 msgstr ""
5214
5215 #. type: Plain text
5216 #: build/C/man2/socket.2:50
5217 msgid "B<int socket(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<);>"
5218 msgstr ""
5219
5220 #. type: Plain text
5221 #: build/C/man2/socket.2:53
5222 msgid "B<socket>()  creates an endpoint for communication and returns a descriptor."
5223 msgstr ""
5224
5225 #. type: Plain text
5226 #: build/C/man2/socket.2:61
5227 msgid ""
5228 "The I<domain> argument specifies a communication domain; this selects the "
5229 "protocol family which will be used for communication.  These families are "
5230 "defined in I<E<lt>sys/socket.hE<gt>>.  The currently understood formats "
5231 "include:"
5232 msgstr ""
5233
5234 #. type: tbl table
5235 #: build/C/man2/socket.2:64
5236 #, no-wrap
5237 msgid "Name:Purpose:Man page\n"
5238 msgstr ""
5239
5240 #. type: tbl table
5241 #: build/C/man2/socket.2:65 build/C/man2/socket.2:72 build/C/man2/socket.2:77 build/C/man2/socket.2:82 build/C/man2/socket.2:85 build/C/man2/socket.2:92 build/C/man2/socket.2:97 build/C/man2/socket.2:102 build/C/man2/socket.2:105 build/C/man2/socket.2:110
5242 #, no-wrap
5243 msgid "T{\n"
5244 msgstr ""
5245
5246 #. type: tbl table
5247 #: build/C/man2/socket.2:66
5248 #, no-wrap
5249 msgid "B<AF_UNIX>, B<AF_LOCAL>\n"
5250 msgstr ""
5251
5252 #. type: tbl table
5253 #: build/C/man2/socket.2:67 build/C/man2/socket.2:69 build/C/man2/socket.2:87 build/C/man2/socket.2:89 build/C/man2/socket.2:99 build/C/man2/socket.2:112 build/C/man2/socket.2:114 build/C/man7/socket.7:162
5254 #, no-wrap
5255 msgid "T}:T{\n"
5256 msgstr ""
5257
5258 #. type: tbl table
5259 #: build/C/man2/socket.2:68
5260 #, no-wrap
5261 msgid "Local communication\n"
5262 msgstr ""
5263
5264 #. type: tbl table
5265 #: build/C/man2/socket.2:70
5266 #, no-wrap
5267 msgid "B<unix>(7)\n"
5268 msgstr ""
5269
5270 #. type: tbl table
5271 #: build/C/man2/socket.2:71 build/C/man2/socket.2:76 build/C/man2/socket.2:81 build/C/man2/socket.2:91 build/C/man2/socket.2:96 build/C/man2/socket.2:109 build/C/man2/socket.2:116 build/C/man7/socket.7:141 build/C/man7/socket.7:145 build/C/man7/socket.7:148 build/C/man7/socket.7:154 build/C/man7/socket.7:157 build/C/man7/socket.7:166 build/C/man7/socket.7:173
5272 #, no-wrap
5273 msgid "T}\n"
5274 msgstr ""
5275
5276 #. type: tbl table
5277 #: build/C/man2/socket.2:73
5278 #, no-wrap
5279 msgid "B<AF_INET>\n"
5280 msgstr ""
5281
5282 #. type: tbl table
5283 #: build/C/man2/socket.2:74
5284 #, no-wrap
5285 msgid "T}:IPv4 Internet protocols:T{\n"
5286 msgstr ""
5287
5288 #. type: tbl table
5289 #: build/C/man2/socket.2:75
5290 #, no-wrap
5291 msgid "B<ip>(7)\n"
5292 msgstr ""
5293
5294 #. type: tbl table
5295 #: build/C/man2/socket.2:78
5296 #, no-wrap
5297 msgid "B<AF_INET6>\n"
5298 msgstr ""
5299
5300 #. type: tbl table
5301 #: build/C/man2/socket.2:79
5302 #, no-wrap
5303 msgid "T}:IPv6 Internet protocols:T{\n"
5304 msgstr ""
5305
5306 #. type: tbl table
5307 #: build/C/man2/socket.2:80
5308 #, no-wrap
5309 msgid "B<ipv6>(7)\n"
5310 msgstr ""
5311
5312 #. type: tbl table
5313 #: build/C/man2/socket.2:83
5314 #, no-wrap
5315 msgid "B<AF_IPX>\n"
5316 msgstr ""
5317
5318 #. type: tbl table
5319 #: build/C/man2/socket.2:84
5320 #, no-wrap
5321 msgid "T}:IPX - Novell protocols:\n"
5322 msgstr ""
5323
5324 #. type: tbl table
5325 #: build/C/man2/socket.2:86
5326 #, no-wrap
5327 msgid "B<AF_NETLINK>\n"
5328 msgstr ""
5329
5330 #. type: tbl table
5331 #: build/C/man2/socket.2:88
5332 #, no-wrap
5333 msgid "Kernel user interface device\n"
5334 msgstr ""
5335
5336 #. type: tbl table
5337 #: build/C/man2/socket.2:90
5338 #, no-wrap
5339 msgid "B<netlink>(7)\n"
5340 msgstr ""
5341
5342 #. type: tbl table
5343 #: build/C/man2/socket.2:93
5344 #, no-wrap
5345 msgid "B<AF_X25>\n"
5346 msgstr ""
5347
5348 #. type: tbl table
5349 #: build/C/man2/socket.2:94
5350 #, no-wrap
5351 msgid "T}:ITU-T X.25 / ISO-8208 protocol:T{\n"
5352 msgstr ""
5353
5354 #. type: tbl table
5355 #: build/C/man2/socket.2:95
5356 #, no-wrap
5357 msgid "B<x25>(7)\n"
5358 msgstr ""
5359
5360 #. type: tbl table
5361 #: build/C/man2/socket.2:98
5362 #, no-wrap
5363 msgid "B<AF_AX25>\n"
5364 msgstr ""
5365
5366 #. type: tbl table
5367 #: build/C/man2/socket.2:100
5368 #, no-wrap
5369 msgid "Amateur radio AX.25 protocol\n"
5370 msgstr ""
5371
5372 #. type: tbl table
5373 #: build/C/man2/socket.2:101
5374 #, no-wrap
5375 msgid "T}:\n"
5376 msgstr ""
5377
5378 #. type: tbl table
5379 #: build/C/man2/socket.2:103
5380 #, no-wrap
5381 msgid "B<AF_ATMPVC>\n"
5382 msgstr ""
5383
5384 #. type: tbl table
5385 #: build/C/man2/socket.2:104
5386 #, no-wrap
5387 msgid "T}:Access to raw ATM PVCs:\n"
5388 msgstr ""
5389
5390 #. type: tbl table
5391 #: build/C/man2/socket.2:106
5392 #, no-wrap
5393 msgid "B<AF_APPLETALK>\n"
5394 msgstr ""
5395
5396 #. type: tbl table
5397 #: build/C/man2/socket.2:107
5398 #, no-wrap
5399 msgid "T}:Appletalk:T{\n"
5400 msgstr ""
5401
5402 #. type: tbl table
5403 #: build/C/man2/socket.2:108
5404 #, no-wrap
5405 msgid "B<ddp>(7)\n"
5406 msgstr ""
5407
5408 #. type: tbl table
5409 #: build/C/man2/socket.2:111
5410 #, no-wrap
5411 msgid "B<AF_PACKET>\n"
5412 msgstr ""
5413
5414 #. type: tbl table
5415 #: build/C/man2/socket.2:113
5416 #, no-wrap
5417 msgid "Low level packet interface\n"
5418 msgstr ""
5419
5420 #. type: tbl table
5421 #: build/C/man2/socket.2:115
5422 #, no-wrap
5423 msgid "B<packet>(7)\n"
5424 msgstr ""
5425
5426 #. type: Plain text
5427 #: build/C/man2/socket.2:124
5428 msgid ""
5429 "The socket has the indicated I<type>, which specifies the communication "
5430 "semantics.  Currently defined types are:"
5431 msgstr ""
5432
5433 #. type: TP
5434 #: build/C/man2/socket.2:124
5435 #, no-wrap
5436 msgid "B<SOCK_STREAM>"
5437 msgstr ""
5438
5439 #. type: Plain text
5440 #: build/C/man2/socket.2:128
5441 msgid ""
5442 "Provides sequenced, reliable, two-way, connection-based byte streams.  An "
5443 "out-of-band data transmission mechanism may be supported."
5444 msgstr ""
5445
5446 #. type: TP
5447 #: build/C/man2/socket.2:128
5448 #, no-wrap
5449 msgid "B<SOCK_DGRAM>"
5450 msgstr ""
5451
5452 #. type: Plain text
5453 #: build/C/man2/socket.2:132
5454 msgid ""
5455 "Supports datagrams (connectionless, unreliable messages of a fixed maximum "
5456 "length)."
5457 msgstr ""
5458
5459 #. type: TP
5460 #: build/C/man2/socket.2:132
5461 #, no-wrap
5462 msgid "B<SOCK_SEQPACKET>"
5463 msgstr ""
5464
5465 #. type: Plain text
5466 #: build/C/man2/socket.2:137
5467 msgid ""
5468 "Provides a sequenced, reliable, two-way connection-based data transmission "
5469 "path for datagrams of fixed maximum length; a consumer is required to read "
5470 "an entire packet with each input system call."
5471 msgstr ""
5472
5473 #. type: TP
5474 #: build/C/man2/socket.2:137
5475 #, no-wrap
5476 msgid "B<SOCK_RAW>"
5477 msgstr ""
5478
5479 #. type: Plain text
5480 #: build/C/man2/socket.2:140
5481 msgid "Provides raw network protocol access."
5482 msgstr ""
5483
5484 #. type: TP
5485 #: build/C/man2/socket.2:140
5486 #, no-wrap
5487 msgid "B<SOCK_RDM>"
5488 msgstr ""
5489
5490 #. type: Plain text
5491 #: build/C/man2/socket.2:143
5492 msgid "Provides a reliable datagram layer that does not guarantee ordering."
5493 msgstr ""
5494
5495 #. type: TP
5496 #: build/C/man2/socket.2:143
5497 #, no-wrap
5498 msgid "B<SOCK_PACKET>"
5499 msgstr ""
5500
5501 #. type: Plain text
5502 #: build/C/man2/socket.2:148
5503 msgid "Obsolete and should not be used in new programs; see B<packet>(7)."
5504 msgstr ""
5505
5506 #. type: Plain text
5507 #: build/C/man2/socket.2:154
5508 msgid ""
5509 "Some socket types may not be implemented by all protocol families; for "
5510 "example, B<SOCK_SEQPACKET> is not implemented for B<AF_INET>."
5511 msgstr ""
5512
5513 #. type: Plain text
5514 #: build/C/man2/socket.2:162
5515 msgid ""
5516 "Since Linux 2.6.27, the I<type> argument serves a second purpose: in "
5517 "addition to specifying a socket type, it may include the bitwise OR of any "
5518 "of the following values, to modify the behavior of B<socket>():"
5519 msgstr ""
5520
5521 #. type: Plain text
5522 #: build/C/man2/socket.2:196
5523 msgid ""
5524 "The I<protocol> specifies a particular protocol to be used with the socket.  "
5525 "Normally only a single protocol exists to support a particular socket type "
5526 "within a given protocol family, in which case I<protocol> can be specified "
5527 "as 0.  However, it is possible that many protocols may exist, in which case "
5528 "a particular protocol must be specified in this manner.  The protocol number "
5529 "to use is specific to the ``communication domain'' in which communication is "
5530 "to take place; see B<protocols>(5).  See B<getprotoent>(3)  on how to map "
5531 "protocol name strings to protocol numbers."
5532 msgstr ""
5533
5534 #. type: Plain text
5535 #: build/C/man2/socket.2:226
5536 msgid ""
5537 "Sockets of type B<SOCK_STREAM> are full-duplex byte streams, similar to "
5538 "pipes.  They do not preserve record boundaries.  A stream socket must be in "
5539 "a I<connected> state before any data may be sent or received on it.  A "
5540 "connection to another socket is created with a B<connect>(2)  call.  Once "
5541 "connected, data may be transferred using B<read>(2)  and B<write>(2)  calls "
5542 "or some variant of the B<send>(2)  and B<recv>(2)  calls.  When a session "
5543 "has been completed a B<close>(2)  may be performed.  Out-of-band data may "
5544 "also be transmitted as described in B<send>(2)  and received as described in "
5545 "B<recv>(2)."
5546 msgstr ""
5547
5548 #. type: Plain text
5549 #: build/C/man2/socket.2:252
5550 msgid ""
5551 "The communications protocols which implement a B<SOCK_STREAM> ensure that "
5552 "data is not lost or duplicated.  If a piece of data for which the peer "
5553 "protocol has buffer space cannot be successfully transmitted within a "
5554 "reasonable length of time, then the connection is considered to be dead.  "
5555 "When B<SO_KEEPALIVE> is enabled on the socket the protocol checks in a "
5556 "protocol-specific manner if the other end is still alive.  A B<SIGPIPE> "
5557 "signal is raised if a process sends or receives on a broken stream; this "
5558 "causes naive processes, which do not handle the signal, to exit.  "
5559 "B<SOCK_SEQPACKET> sockets employ the same system calls as B<SOCK_STREAM> "
5560 "sockets.  The only difference is that B<read>(2)  calls will return only the "
5561 "amount of data requested, and any data remaining in the arriving packet will "
5562 "be discarded.  Also all message boundaries in incoming datagrams are "
5563 "preserved."
5564 msgstr ""
5565
5566 #. type: Plain text
5567 #: build/C/man2/socket.2:262
5568 msgid ""
5569 "B<SOCK_DGRAM> and B<SOCK_RAW> sockets allow sending of datagrams to "
5570 "correspondents named in B<sendto>(2)  calls.  Datagrams are generally "
5571 "received with B<recvfrom>(2), which returns the next datagram along with the "
5572 "address of its sender."
5573 msgstr ""
5574
5575 #. type: Plain text
5576 #: build/C/man2/socket.2:269
5577 msgid ""
5578 "B<SOCK_PACKET> is an obsolete socket type to receive raw packets directly "
5579 "from the device driver.  Use B<packet>(7)  instead."
5580 msgstr ""
5581
5582 #. type: Plain text
5583 #: build/C/man2/socket.2:292
5584 msgid ""
5585 "An B<fcntl>(2)  B<F_SETOWN> operation can be used to specify a process or "
5586 "process group to receive a B<SIGURG> signal when the out-of-band data "
5587 "arrives or B<SIGPIPE> signal when a B<SOCK_STREAM> connection breaks "
5588 "unexpectedly.  This operation may also be used to set the process or process "
5589 "group that receives the I/O and asynchronous notification of I/O events via "
5590 "B<SIGIO>.  Using B<F_SETOWN> is equivalent to an B<ioctl>(2)  call with the "
5591 "B<FIOSETOWN> or B<SIOCSPGRP> argument."
5592 msgstr ""
5593
5594 #. type: Plain text
5595 #: build/C/man2/socket.2:302
5596 msgid ""
5597 "When the network signals an error condition to the protocol module (e.g., "
5598 "using a ICMP message for IP) the pending error flag is set for the socket.  "
5599 "The next operation on this socket will return the error code of the pending "
5600 "error.  For some protocols it is possible to enable a per-socket error queue "
5601 "to retrieve detailed information about the error; see B<IP_RECVERR> in "
5602 "B<ip>(7)."
5603 msgstr ""
5604
5605 #. type: Plain text
5606 #: build/C/man2/socket.2:312
5607 msgid ""
5608 "The operation of sockets is controlled by socket level I<options>.  These "
5609 "options are defined in I<E<lt>sys/socket.hE<gt>>.  The functions "
5610 "B<setsockopt>(2)  and B<getsockopt>(2)  are used to set and get options, "
5611 "respectively."
5612 msgstr ""
5613
5614 #. type: Plain text
5615 #: build/C/man2/socket.2:317
5616 msgid ""
5617 "On success, a file descriptor for the new socket is returned.  On error, -1 "
5618 "is returned, and I<errno> is set appropriately."
5619 msgstr ""
5620
5621 #. type: Plain text
5622 #: build/C/man2/socket.2:322
5623 msgid ""
5624 "Permission to create a socket of the specified type and/or protocol is "
5625 "denied."
5626 msgstr ""
5627
5628 #. type: Plain text
5629 #: build/C/man2/socket.2:325
5630 msgid "The implementation does not support the specified address family."
5631 msgstr ""
5632
5633 #. type: Plain text
5634 #: build/C/man2/socket.2:328
5635 msgid "Unknown protocol, or protocol family not available."
5636 msgstr ""
5637
5638 #.  Since Linux 2.6.27
5639 #. type: Plain text
5640 #: build/C/man2/socket.2:333
5641 msgid "Invalid flags in I<type>."
5642 msgstr ""
5643
5644 #. type: Plain text
5645 #: build/C/man2/socket.2:336
5646 msgid "Process file table overflow."
5647 msgstr ""
5648
5649 #. type: TP
5650 #: build/C/man2/socket.2:339
5651 #, no-wrap
5652 msgid "B<ENOBUFS> or B<ENOMEM>"
5653 msgstr ""
5654
5655 #. type: Plain text
5656 #: build/C/man2/socket.2:344
5657 msgid ""
5658 "Insufficient memory is available.  The socket cannot be created until "
5659 "sufficient resources are freed."
5660 msgstr ""
5661
5662 #. type: TP
5663 #: build/C/man2/socket.2:344 build/C/man2/socketpair.2:90
5664 #, no-wrap
5665 msgid "B<EPROTONOSUPPORT>"
5666 msgstr ""
5667
5668 #. type: Plain text
5669 #: build/C/man2/socket.2:348
5670 msgid ""
5671 "The protocol type or the specified protocol is not supported within this "
5672 "domain."
5673 msgstr ""
5674
5675 #. type: Plain text
5676 #: build/C/man2/socket.2:350
5677 msgid "Other errors may be generated by the underlying protocol modules."
5678 msgstr ""
5679
5680 #. type: Plain text
5681 #: build/C/man2/socket.2:352
5682 msgid "4.4BSD, POSIX.1-2001."
5683 msgstr ""
5684
5685 #. type: Plain text
5686 #: build/C/man2/socket.2:358
5687 msgid "The B<SOCK_NONBLOCK> and B<SOCK_CLOEXEC> flags are Linux-specific."
5688 msgstr ""
5689
5690 #. type: Plain text
5691 #: build/C/man2/socket.2:364
5692 msgid ""
5693 "B<socket>()  appeared in 4.2BSD.  It is generally portable to/from non-BSD "
5694 "systems supporting clones of the BSD socket layer (including System V "
5695 "variants)."
5696 msgstr ""
5697
5698 #. type: Plain text
5699 #: build/C/man2/socket.2:382
5700 msgid ""
5701 "The manifest constants used under 4.x BSD for protocol families are "
5702 "B<PF_UNIX>, B<PF_INET>, etc., while B<AF_UNIX> etc. are used for address "
5703 "families.  However, already the BSD man page promises: \"The protocol family "
5704 "generally is the same as the address family\", and subsequent standards use "
5705 "AF_* everywhere."
5706 msgstr ""
5707
5708 #. type: Plain text
5709 #: build/C/man2/socket.2:387
5710 msgid "An example of the use of B<socket>()  is shown in B<getaddrinfo>(3)."
5711 msgstr ""
5712
5713 #. type: Plain text
5714 #: build/C/man2/socket.2:410
5715 msgid ""
5716 "B<accept>(2), B<bind>(2), B<connect>(2), B<fcntl>(2), B<getpeername>(2), "
5717 "B<getsockname>(2), B<getsockopt>(2), B<ioctl>(2), B<listen>(2), B<read>(2), "
5718 "B<recv>(2), B<select>(2), B<send>(2), B<shutdown>(2), B<socketpair>(2), "
5719 "B<write>(2), B<getprotoent>(3), B<ip>(7), B<socket>(7), B<tcp>(7), "
5720 "B<udp>(7), B<unix>(7)"
5721 msgstr ""
5722
5723 #. type: Plain text
5724 #: build/C/man2/socket.2:414
5725 msgid ""
5726 "\\(lqAn Introductory 4.3BSD Interprocess Communication Tutorial\\(rq is "
5727 "reprinted in I<UNIX Programmer's Supplementary Documents Volume 1.>"
5728 msgstr ""
5729
5730 #. type: Plain text
5731 #: build/C/man2/socket.2:418
5732 msgid ""
5733 "\\(lqBSD Interprocess Communication Tutorial\\(rq is reprinted in I<UNIX "
5734 "Programmer's Supplementary Documents Volume 1.>"
5735 msgstr ""
5736
5737 #. type: Plain text
5738 #: build/C/man7/socket.7:29
5739 msgid "socket - Linux socket interface"
5740 msgstr ""
5741
5742 #. type: Plain text
5743 #: build/C/man7/socket.7:33
5744 msgid ""
5745 "I<sockfd>B< = socket(int >I<socket_family>B<, int >I<socket_type>B<, int "
5746 ">I<protocol>B<);>"
5747 msgstr ""
5748
5749 #. type: Plain text
5750 #: build/C/man7/socket.7:52
5751 msgid ""
5752 "This manual page describes the Linux networking socket layer user "
5753 "interface.  The BSD compatible sockets are the uniform interface between the "
5754 "user process and the network protocol stacks in the kernel.  The protocol "
5755 "modules are grouped into I<protocol families> like B<AF_INET>, B<AF_IPX>, "
5756 "B<AF_PACKET> and I<socket types> like B<SOCK_STREAM> or B<SOCK_DGRAM>.  See "
5757 "B<socket>(2)  for more information on families and types."
5758 msgstr ""
5759
5760 #. type: SS
5761 #: build/C/man7/socket.7:52
5762 #, no-wrap
5763 msgid "Socket Layer Functions"
5764 msgstr ""
5765
5766 #. type: Plain text
5767 #: build/C/man7/socket.7:56
5768 msgid ""
5769 "These functions are used by the user process to send or receive packets and "
5770 "to do other socket operations.  For more information see their respective "
5771 "manual pages."
5772 msgstr ""
5773
5774 #. type: Plain text
5775 #: build/C/man7/socket.7:72
5776 msgid ""
5777 "B<socket>(2)  creates a socket, B<connect>(2)  connects a socket to a remote "
5778 "socket address, the B<bind>(2)  function binds a socket to a local socket "
5779 "address, B<listen>(2)  tells the socket that new connections shall be "
5780 "accepted, and B<accept>(2)  is used to get a new socket with a new incoming "
5781 "connection.  B<socketpair>(2)  returns two connected anonymous sockets (only "
5782 "implemented for a few local families like B<AF_UNIX>)"
5783 msgstr ""
5784
5785 #. type: Plain text
5786 #: build/C/man7/socket.7:94
5787 msgid ""
5788 "B<send>(2), B<sendto>(2), and B<sendmsg>(2)  send data over a socket, and "
5789 "B<recv>(2), B<recvfrom>(2), B<recvmsg>(2)  receive data from a socket.  "
5790 "B<poll>(2)  and B<select>(2)  wait for arriving data or a readiness to send "
5791 "data.  In addition, the standard I/O operations like B<write>(2), "
5792 "B<writev>(2), B<sendfile>(2), B<read>(2), and B<readv>(2)  can be used to "
5793 "read and write data."
5794 msgstr ""
5795
5796 #. type: Plain text
5797 #: build/C/man7/socket.7:105
5798 msgid ""
5799 "B<getsockname>(2)  returns the local socket address and B<getpeername>(2)  "
5800 "returns the remote socket address.  B<getsockopt>(2)  and B<setsockopt>(2)  "
5801 "are used to set or get socket layer or protocol options.  B<ioctl>(2)  can "
5802 "be used to set or read some other options."
5803 msgstr ""
5804
5805 #. type: Plain text
5806 #: build/C/man7/socket.7:110
5807 msgid ""
5808 "B<close>(2)  is used to close a socket.  B<shutdown>(2)  closes parts of a "
5809 "full-duplex socket connection."
5810 msgstr ""
5811
5812 #. type: Plain text
5813 #: build/C/man7/socket.7:116
5814 msgid ""
5815 "Seeking, or calling B<pread>(2)  or B<pwrite>(2)  with a nonzero position is "
5816 "not supported on sockets."
5817 msgstr ""
5818
5819 #. type: Plain text
5820 #: build/C/man7/socket.7:133
5821 msgid ""
5822 "It is possible to do nonblocking I/O on sockets by setting the B<O_NONBLOCK> "
5823 "flag on a socket file descriptor using B<fcntl>(2).  Then all operations "
5824 "that would block will (usually)  return with B<EAGAIN> (operation should be "
5825 "retried later); B<connect>(2)  will return B<EINPROGRESS> error.  The user "
5826 "can then wait for various events via B<poll>(2)  or B<select>(2)."
5827 msgstr ""
5828
5829 #. type: tbl table
5830 #: build/C/man7/socket.7:137
5831 #, no-wrap
5832 msgid "I/O events\n"
5833 msgstr ""
5834
5835 #. type: tbl table
5836 #: build/C/man7/socket.7:138
5837 #, no-wrap
5838 msgid "Event:Poll flag:Occurrence\n"
5839 msgstr ""
5840
5841 #. type: tbl table
5842 #: build/C/man7/socket.7:139 build/C/man7/socket.7:142
5843 #, no-wrap
5844 msgid "Read:POLLIN:T{\n"
5845 msgstr ""
5846
5847 #. type: tbl table
5848 #: build/C/man7/socket.7:140
5849 #, no-wrap
5850 msgid "New data arrived.\n"
5851 msgstr ""
5852
5853 #. type: tbl table
5854 #: build/C/man7/socket.7:143
5855 #, no-wrap
5856 msgid "A connection setup has been completed\n"
5857 msgstr ""
5858
5859 #. type: tbl table
5860 #: build/C/man7/socket.7:144
5861 #, no-wrap
5862 msgid "(for connection-oriented sockets)\n"
5863 msgstr ""
5864
5865 #. type: tbl table
5866 #: build/C/man7/socket.7:146 build/C/man7/socket.7:149
5867 #, no-wrap
5868 msgid "Read:POLLHUP:T{\n"
5869 msgstr ""
5870
5871 #. type: tbl table
5872 #: build/C/man7/socket.7:147
5873 #, no-wrap
5874 msgid "A disconnection request has been initiated by the other end.\n"
5875 msgstr ""
5876
5877 #. type: tbl table
5878 #: build/C/man7/socket.7:150
5879 #, no-wrap
5880 msgid "A connection is broken (only for connection-oriented protocols).\n"
5881 msgstr ""
5882
5883 #. type: tbl table
5884 #: build/C/man7/socket.7:151
5885 #, no-wrap
5886 msgid "When the socket is written\n"
5887 msgstr ""
5888
5889 #. type: tbl table
5890 #: build/C/man7/socket.7:152
5891 #, no-wrap
5892 msgid "B<SIGPIPE>\n"
5893 msgstr ""
5894
5895 #. type: tbl table
5896 #: build/C/man7/socket.7:153
5897 #, no-wrap
5898 msgid "is also sent.\n"
5899 msgstr ""
5900
5901 #. type: tbl table
5902 #: build/C/man7/socket.7:155
5903 #, no-wrap
5904 msgid "Write:POLLOUT:T{\n"
5905 msgstr ""
5906
5907 #. type: tbl table
5908 #: build/C/man7/socket.7:156
5909 #, no-wrap
5910 msgid "Socket has enough send buffer space for writing new data.\n"
5911 msgstr ""
5912
5913 #. type: tbl table
5914 #: build/C/man7/socket.7:158
5915 #, no-wrap
5916 msgid "Read/Write:T{\n"
5917 msgstr ""
5918
5919 #. type: tbl table
5920 #: build/C/man7/socket.7:159
5921 #, no-wrap
5922 msgid "POLLIN|\n"
5923 msgstr ""
5924
5925 #. type: tbl table
5926 #: build/C/man7/socket.7:160
5927 #, no-wrap
5928 msgid ".br\n"
5929 msgstr ""
5930
5931 #. type: tbl table
5932 #: build/C/man7/socket.7:161
5933 #, no-wrap
5934 msgid "POLLOUT\n"
5935 msgstr ""
5936
5937 #. type: tbl table
5938 #: build/C/man7/socket.7:163
5939 #, no-wrap
5940 msgid "An outgoing\n"
5941 msgstr ""
5942
5943 #. type: tbl table
5944 #: build/C/man7/socket.7:164
5945 #, no-wrap
5946 msgid "B<connect>(2)\n"
5947 msgstr ""
5948
5949 #. type: tbl table
5950 #: build/C/man7/socket.7:165
5951 #, no-wrap
5952 msgid "finished.\n"
5953 msgstr ""
5954
5955 #. type: tbl table
5956 #: build/C/man7/socket.7:167
5957 #, no-wrap
5958 msgid "Read/Write:POLLERR:An asynchronous error occurred.\n"
5959 msgstr ""
5960
5961 #. type: tbl table
5962 #: build/C/man7/socket.7:168
5963 #, no-wrap
5964 msgid "Read/Write:POLLHUP:The other end has shut down one direction.\n"
5965 msgstr ""
5966
5967 #. type: tbl table
5968 #: build/C/man7/socket.7:169
5969 #, no-wrap
5970 msgid "Exception:POLLPRI:T{\n"
5971 msgstr ""
5972
5973 #. type: tbl table
5974 #: build/C/man7/socket.7:170
5975 #, no-wrap
5976 msgid "Urgent data arrived.\n"
5977 msgstr ""
5978
5979 #. type: tbl table
5980 #: build/C/man7/socket.7:171
5981 #, no-wrap
5982 msgid "B<SIGURG>\n"
5983 msgstr ""
5984
5985 #. type: tbl table
5986 #: build/C/man7/socket.7:172
5987 #, no-wrap
5988 msgid "is sent then.\n"
5989 msgstr ""
5990
5991 #. type: Plain text
5992 #: build/C/man7/socket.7:202
5993 msgid ""
5994 "An alternative to B<poll>(2)  and B<select>(2)  is to let the kernel inform "
5995 "the application about events via a B<SIGIO> signal.  For that the B<O_ASYNC> "
5996 "flag must be set on a socket file descriptor via B<fcntl>(2)  and a valid "
5997 "signal handler for B<SIGIO> must be installed via B<sigaction>(2).  See the "
5998 "I<Signals> discussion below."
5999 msgstr ""
6000
6001 #. type: SS
6002 #: build/C/man7/socket.7:202
6003 #, no-wrap
6004 msgid "Socket Options"
6005 msgstr ""
6006
6007 #.  FIXME
6008 #.  In the list below, the text used to describe argument types
6009 #.  for each socket option should be more consistent
6010 #
6011 #.  SO_ACCEPTCONN is in POSIX.1-2001, and its origin is explained in
6012 #.  W R Stevens, UNPv1
6013 #. type: Plain text
6014 #: build/C/man7/socket.7:216
6015 msgid ""
6016 "These socket options can be set by using B<setsockopt>(2)  and read with "
6017 "B<getsockopt>(2)  with the socket level set to B<SOL_SOCKET> for all "
6018 "sockets:"
6019 msgstr ""
6020
6021 #. type: TP
6022 #: build/C/man7/socket.7:216
6023 #, no-wrap
6024 msgid "B<SO_ACCEPTCONN>"
6025 msgstr ""
6026
6027 #. type: Plain text
6028 #: build/C/man7/socket.7:224
6029 msgid ""
6030 "Returns a value indicating whether or not this socket has been marked to "
6031 "accept connections with B<listen>(2).  The value 0 indicates that this is "
6032 "not a listening socket, the value 1 indicates that this is a listening "
6033 "socket.  This socket option is read-only."
6034 msgstr ""
6035
6036 #. type: TP
6037 #: build/C/man7/socket.7:224
6038 #, no-wrap
6039 msgid "B<SO_BINDTODEVICE>"
6040 msgstr ""
6041
6042 #. type: Plain text
6043 #: build/C/man7/socket.7:243
6044 msgid ""
6045 "Bind this socket to a particular device like \\(lqeth0\\(rq, as specified in "
6046 "the passed interface name.  If the name is an empty string or the option "
6047 "length is zero, the socket device binding is removed.  The passed option is "
6048 "a variable-length null-terminated interface name string with the maximum "
6049 "size of B<IFNAMSIZ>.  If a socket is bound to an interface, only packets "
6050 "received from that particular interface are processed by the socket.  Note "
6051 "that this only works for some socket types, particularly B<AF_INET> "
6052 "sockets.  It is not supported for packet sockets (use normal B<bind>(2)  "
6053 "there)."
6054 msgstr ""
6055
6056 #. type: TP
6057 #: build/C/man7/socket.7:243
6058 #, no-wrap
6059 msgid "B<SO_BROADCAST>"
6060 msgstr ""
6061
6062 #. type: Plain text
6063 #: build/C/man7/socket.7:249
6064 msgid ""
6065 "Set or get the broadcast flag.  When enabled, datagram sockets are allowed "
6066 "to send packets to a broadcast address.  This option has no effect on "
6067 "stream-oriented sockets."
6068 msgstr ""
6069
6070 #. type: TP
6071 #: build/C/man7/socket.7:249
6072 #, no-wrap
6073 msgid "B<SO_BSDCOMPAT>"
6074 msgstr ""
6075
6076 #. type: Plain text
6077 #: build/C/man7/socket.7:261
6078 msgid ""
6079 "Enable BSD bug-to-bug compatibility.  This is used by the UDP protocol "
6080 "module in Linux 2.0 and 2.2.  If enabled ICMP errors received for a UDP "
6081 "socket will not be passed to the user program.  In later kernel versions, "
6082 "support for this option has been phased out: Linux 2.4 silently ignores it, "
6083 "and Linux 2.6 generates a kernel warning (printk()) if a program uses this "
6084 "option.  Linux 2.0 also enabled BSD bug-to-bug compatibility options (random "
6085 "header changing, skipping of the broadcast flag) for raw sockets with this "
6086 "option, but that was removed in Linux 2.2."
6087 msgstr ""
6088
6089 #. type: TP
6090 #: build/C/man7/socket.7:261
6091 #, no-wrap
6092 msgid "B<SO_DEBUG>"
6093 msgstr ""
6094
6095 #. type: Plain text
6096 #: build/C/man7/socket.7:267
6097 msgid ""
6098 "Enable socket debugging.  Only allowed for processes with the "
6099 "B<CAP_NET_ADMIN> capability or an effective user ID of 0."
6100 msgstr ""
6101
6102 #. type: TP
6103 #: build/C/man7/socket.7:267
6104 #, no-wrap
6105 msgid "B<SO_DOMAIN> (since Linux 2.6.32)"
6106 msgstr ""
6107
6108 #. type: Plain text
6109 #: build/C/man7/socket.7:275
6110 msgid ""
6111 "Retrieves the socket domain as an integer, returning a value such as "
6112 "B<AF_INET6>.  See B<socket>(2)  for details.  This socket option is "
6113 "read-only."
6114 msgstr ""
6115
6116 #. type: TP
6117 #: build/C/man7/socket.7:275
6118 #, no-wrap
6119 msgid "B<SO_ERROR>"
6120 msgstr ""
6121
6122 #. type: Plain text
6123 #: build/C/man7/socket.7:280
6124 msgid ""
6125 "Get and clear the pending socket error.  This socket option is read-only.  "
6126 "Expects an integer."
6127 msgstr ""
6128
6129 #. type: TP
6130 #: build/C/man7/socket.7:280
6131 #, no-wrap
6132 msgid "B<SO_DONTROUTE>"
6133 msgstr ""
6134
6135 #. type: Plain text
6136 #: build/C/man7/socket.7:289
6137 msgid ""
6138 "Don't send via a gateway, only send to directly connected hosts.  The same "
6139 "effect can be achieved by setting the B<MSG_DONTROUTE> flag on a socket "
6140 "B<send>(2)  operation.  Expects an integer boolean flag."
6141 msgstr ""
6142
6143 #. type: TP
6144 #: build/C/man7/socket.7:289
6145 #, no-wrap
6146 msgid "B<SO_KEEPALIVE>"
6147 msgstr ""
6148
6149 #. type: Plain text
6150 #: build/C/man7/socket.7:293
6151 msgid ""
6152 "Enable sending of keep-alive messages on connection-oriented sockets.  "
6153 "Expects an integer boolean flag."
6154 msgstr ""
6155
6156 #. type: TP
6157 #: build/C/man7/socket.7:293
6158 #, no-wrap
6159 msgid "B<SO_LINGER>"
6160 msgstr ""
6161
6162 #. type: Plain text
6163 #: build/C/man7/socket.7:301
6164 msgid ""
6165 "Sets or gets the B<SO_LINGER> option.  The argument is a I<linger> "
6166 "structure."
6167 msgstr ""
6168
6169 #. type: Plain text
6170 #: build/C/man7/socket.7:308
6171 #, no-wrap
6172 msgid ""
6173 "struct linger {\n"
6174 "    int l_onoff;    /* linger active */\n"
6175 "    int l_linger;   /* how many seconds to linger for */\n"
6176 "};\n"
6177 msgstr ""
6178
6179 #. type: Plain text
6180 #: build/C/man7/socket.7:322
6181 msgid ""
6182 "When enabled, a B<close>(2)  or B<shutdown>(2)  will not return until all "
6183 "queued messages for the socket have been successfully sent or the linger "
6184 "timeout has been reached.  Otherwise, the call returns immediately and the "
6185 "closing is done in the background.  When the socket is closed as part of "
6186 "B<exit>(2), it always lingers in the background."
6187 msgstr ""
6188
6189 #. type: TP
6190 #: build/C/man7/socket.7:322
6191 #, no-wrap
6192 msgid "B<SO_OOBINLINE>"
6193 msgstr ""
6194
6195 #.  don't document it because it can do too much harm.
6196 #. .B SO_NO_CHECK
6197 #. type: Plain text
6198 #: build/C/man7/socket.7:331
6199 msgid ""
6200 "If this option is enabled, out-of-band data is directly placed into the "
6201 "receive data stream.  Otherwise out-of-band data is only passed when the "
6202 "B<MSG_OOB> flag is set during receiving."
6203 msgstr ""
6204
6205 #. type: TP
6206 #: build/C/man7/socket.7:331
6207 #, no-wrap
6208 msgid "B<SO_PASSCRED>"
6209 msgstr ""
6210
6211 #.  FIXME Document SO_PASSSEC, added in 2.6.18; there is some info
6212 #.  in the 2.6.18 ChangeLog
6213 #. type: Plain text
6214 #: build/C/man7/socket.7:340
6215 msgid ""
6216 "Enable or disable the receiving of the B<SCM_CREDENTIALS> control message.  "
6217 "For more information see B<unix>(7)."
6218 msgstr ""
6219
6220 #. type: TP
6221 #: build/C/man7/socket.7:340
6222 #, no-wrap
6223 msgid "B<SO_PEERCRED>"
6224 msgstr ""
6225
6226 #. type: Plain text
6227 #: build/C/man7/socket.7:360
6228 msgid ""
6229 "Return the credentials of the foreign process connected to this socket.  "
6230 "This is only possible for connected B<AF_UNIX> stream sockets and B<AF_UNIX> "
6231 "stream and datagram socket pairs created using B<socketpair>(2); see "
6232 "B<unix>(7).  The returned credentials are those that were in effect at the "
6233 "time of the call to B<connect>(2)  or B<socketpair>(2).  Argument is a "
6234 "I<ucred> structure.  This socket option is read-only."
6235 msgstr ""
6236
6237 #. type: TP
6238 #: build/C/man7/socket.7:360
6239 #, no-wrap
6240 msgid "B<SO_PRIORITY>"
6241 msgstr ""
6242
6243 #. type: Plain text
6244 #: build/C/man7/socket.7:373
6245 msgid ""
6246 "Set the protocol-defined priority for all packets to be sent on this "
6247 "socket.  Linux uses this value to order the networking queues: packets with "
6248 "a higher priority may be processed first depending on the selected device "
6249 "queueing discipline.  For B<ip>(7), this also sets the IP type-of-service "
6250 "(TOS) field for outgoing packets.  Setting a priority outside the range 0 to "
6251 "6 requires the B<CAP_NET_ADMIN> capability."
6252 msgstr ""
6253
6254 #. type: TP
6255 #: build/C/man7/socket.7:373
6256 #, no-wrap
6257 msgid "B<SO_PROTOCOL> (since Linux 2.6.32)"
6258 msgstr ""
6259
6260 #. type: Plain text
6261 #: build/C/man7/socket.7:381
6262 msgid ""
6263 "Retrieves the socket protocol as an integer, returning a value such as "
6264 "B<IPPROTO_SCTP>.  See B<socket>(2)  for details.  This socket option is "
6265 "read-only."
6266 msgstr ""
6267
6268 #. type: TP
6269 #: build/C/man7/socket.7:381
6270 #, no-wrap
6271 msgid "B<SO_RCVBUF>"
6272 msgstr ""
6273
6274 #.  Most (all?) other implementations do not do this -- MTK, Dec 05
6275 #. type: Plain text
6276 #: build/C/man7/socket.7:396
6277 msgid ""
6278 "Sets or gets the maximum socket receive buffer in bytes.  The kernel doubles "
6279 "this value (to allow space for bookkeeping overhead)  when it is set using "
6280 "B<setsockopt>(2), and this doubled value is returned by B<getsockopt>(2).  "
6281 "The default value is set by the I</proc/sys/net/core/rmem_default> file, and "
6282 "the maximum allowed value is set by the I</proc/sys/net/core/rmem_max> "
6283 "file.  The minimum (doubled) value for this option is 256."
6284 msgstr ""
6285
6286 #. type: TP
6287 #: build/C/man7/socket.7:396
6288 #, no-wrap
6289 msgid "B<SO_RCVBUFFORCE> (since Linux 2.6.14)"
6290 msgstr ""
6291
6292 #. type: Plain text
6293 #: build/C/man7/socket.7:405
6294 msgid ""
6295 "Using this socket option, a privileged (B<CAP_NET_ADMIN>)  process can "
6296 "perform the same task as B<SO_RCVBUF>, but the I<rmem_max> limit can be "
6297 "overridden."
6298 msgstr ""
6299
6300 #. type: TP
6301 #: build/C/man7/socket.7:405
6302 #, no-wrap
6303 msgid "B<SO_RCVLOWAT> and B<SO_SNDLOWAT>"
6304 msgstr ""
6305
6306 #.  See http://marc.theaimsgroup.com/?l=linux-kernel&m=111049368106984&w=2
6307 #.  Tested on kernel 2.6.14 -- mtk, 30 Nov 05
6308 #. type: Plain text
6309 #: build/C/man7/socket.7:434
6310 msgid ""
6311 "Specify the minimum number of bytes in the buffer until the socket layer "
6312 "will pass the data to the protocol (B<SO_SNDLOWAT>)  or the user on "
6313 "receiving (B<SO_RCVLOWAT>).  These two values are initialized to 1.  "
6314 "B<SO_SNDLOWAT> is not changeable on Linux (B<setsockopt>(2)  fails with the "
6315 "error B<ENOPROTOOPT>).  B<SO_RCVLOWAT> is changeable only since Linux 2.4.  "
6316 "The B<select>(2)  and B<poll>(2)  system calls currently do not respect the "
6317 "B<SO_RCVLOWAT> setting on Linux, and mark a socket readable when even a "
6318 "single byte of data is available.  A subsequent read from the socket will "
6319 "block until B<SO_RCVLOWAT> bytes are available."
6320 msgstr ""
6321
6322 #. type: TP
6323 #: build/C/man7/socket.7:434
6324 #, no-wrap
6325 msgid "B<SO_RCVTIMEO> and B<SO_SNDTIMEO>"
6326 msgstr ""
6327
6328 #.  Not implemented in 2.0.
6329 #.  Implemented in 2.1.11 for getsockopt: always return a zero struct.
6330 #.  Implemented in 2.3.41 for setsockopt, and actually used.
6331 #.  in fact to EAGAIN
6332 #. type: Plain text
6333 #: build/C/man7/socket.7:465
6334 msgid ""
6335 "Specify the receiving or sending timeouts until reporting an error.  The "
6336 "argument is a I<struct timeval>.  If an input or output function blocks for "
6337 "this period of time, and data has been sent or received, the return value of "
6338 "that function will be the amount of data transferred; if no data has been "
6339 "transferred and the timeout has been reached then -1 is returned with "
6340 "I<errno> set to B<EAGAIN> or B<EWOULDBLOCK> just as if the socket was "
6341 "specified to be nonblocking.  If the timeout is set to zero (the default)  "
6342 "then the operation will never timeout.  Timeouts only have effect for system "
6343 "calls that perform socket I/O (e.g., B<read>(2), B<recvmsg>(2), B<send>(2), "
6344 "B<sendmsg>(2)); timeouts have no effect for B<select>(2), B<poll>(2), "
6345 "B<epoll_wait>(2), etc."
6346 msgstr ""
6347
6348 #. type: TP
6349 #: build/C/man7/socket.7:465
6350 #, no-wrap
6351 msgid "B<SO_REUSEADDR>"
6352 msgstr ""
6353
6354 #. type: Plain text
6355 #: build/C/man7/socket.7:480
6356 msgid ""
6357 "Indicates that the rules used in validating addresses supplied in a "
6358 "B<bind>(2)  call should allow reuse of local addresses.  For B<AF_INET> "
6359 "sockets this means that a socket may bind, except when there is an active "
6360 "listening socket bound to the address.  When the listening socket is bound "
6361 "to B<INADDR_ANY> with a specific port then it is not possible to bind to "
6362 "this port for any local address.  Argument is an integer boolean flag."
6363 msgstr ""
6364
6365 #. type: TP
6366 #: build/C/man7/socket.7:480
6367 #, no-wrap
6368 msgid "B<SO_SNDBUF>"
6369 msgstr ""
6370
6371 #.  Most (all?) other implementations do not do this -- MTK, Dec 05
6372 #. type: Plain text
6373 #: build/C/man7/socket.7:495
6374 msgid ""
6375 "Sets or gets the maximum socket send buffer in bytes.  The kernel doubles "
6376 "this value (to allow space for bookkeeping overhead)  when it is set using "
6377 "B<setsockopt>(2), and this doubled value is returned by B<getsockopt>(2).  "
6378 "The default value is set by the I</proc/sys/net/core/wmem_default> file and "
6379 "the maximum allowed value is set by the I</proc/sys/net/core/wmem_max> "
6380 "file.  The minimum (doubled) value for this option is 2048."
6381 msgstr ""
6382
6383 #. type: TP
6384 #: build/C/man7/socket.7:495
6385 #, no-wrap
6386 msgid "B<SO_SNDBUFFORCE> (since Linux 2.6.14)"
6387 msgstr ""
6388
6389 #. type: Plain text
6390 #: build/C/man7/socket.7:504
6391 msgid ""
6392 "Using this socket option, a privileged (B<CAP_NET_ADMIN>)  process can "
6393 "perform the same task as B<SO_SNDBUF>, but the I<wmem_max> limit can be "
6394 "overridden."
6395 msgstr ""
6396
6397 #. type: TP
6398 #: build/C/man7/socket.7:504
6399 #, no-wrap
6400 msgid "B<SO_TIMESTAMP>"
6401 msgstr ""
6402
6403 #. type: Plain text
6404 #: build/C/man7/socket.7:520
6405 msgid ""
6406 "Enable or disable the receiving of the B<SO_TIMESTAMP> control message.  The "
6407 "timestamp control message is sent with level B<SOL_SOCKET> and the "
6408 "I<cmsg_data> field is a I<struct timeval> indicating the reception time of "
6409 "the last packet passed to the user in this call.  See B<cmsg>(3)  for "
6410 "details on control messages."
6411 msgstr ""
6412
6413 #. type: TP
6414 #: build/C/man7/socket.7:520
6415 #, no-wrap
6416 msgid "B<SO_TYPE>"
6417 msgstr ""
6418
6419 #. type: Plain text
6420 #: build/C/man7/socket.7:525
6421 msgid ""
6422 "Gets the socket type as an integer (e.g., B<SOCK_STREAM>).  This socket "
6423 "option is read-only."
6424 msgstr ""
6425
6426 #. type: SS
6427 #: build/C/man7/socket.7:525
6428 #, no-wrap
6429 msgid "Signals"
6430 msgstr ""
6431
6432 #. type: Plain text
6433 #: build/C/man7/socket.7:536
6434 msgid ""
6435 "When writing onto a connection-oriented socket that has been shut down (by "
6436 "the local or the remote end)  B<SIGPIPE> is sent to the writing process and "
6437 "B<EPIPE> is returned.  The signal is not sent when the write call specified "
6438 "the B<MSG_NOSIGNAL> flag."
6439 msgstr ""
6440
6441 #. type: Plain text
6442 #: build/C/man7/socket.7:561
6443 msgid ""
6444 "When requested with the B<FIOSETOWN> B<fcntl>(2)  or B<SIOCSPGRP> "
6445 "B<ioctl>(2), B<SIGIO> is sent when an I/O event occurs.  It is possible to "
6446 "use B<poll>(2)  or B<select>(2)  in the signal handler to find out which "
6447 "socket the event occurred on.  An alternative (in Linux 2.2) is to set a "
6448 "real-time signal using the B<F_SETSIG> B<fcntl>(2); the handler of the real "
6449 "time signal will be called with the file descriptor in the I<si_fd> field of "
6450 "its I<siginfo_t>.  See B<fcntl>(2)  for more information."
6451 msgstr ""
6452
6453 #.  .SS Ancillary Messages
6454 #. type: Plain text
6455 #: build/C/man7/socket.7:569
6456 msgid ""
6457 "Under some circumstances (e.g., multiple processes accessing a single "
6458 "socket), the condition that caused the B<SIGIO> may have already disappeared "
6459 "when the process reacts to the signal.  If this happens, the process should "
6460 "wait again because Linux will resend the signal later."
6461 msgstr ""
6462
6463 #. type: SS
6464 #: build/C/man7/socket.7:569
6465 #, no-wrap
6466 msgid "/proc interfaces"
6467 msgstr ""
6468
6469 #. type: Plain text
6470 #: build/C/man7/socket.7:573
6471 msgid ""
6472 "The core socket networking parameters can be accessed via files in the "
6473 "directory I</proc/sys/net/core/>."
6474 msgstr ""
6475
6476 #. type: TP
6477 #: build/C/man7/socket.7:573
6478 #, no-wrap
6479 msgid "I<rmem_default>"
6480 msgstr ""
6481
6482 #. type: Plain text
6483 #: build/C/man7/socket.7:576
6484 msgid "contains the default setting in bytes of the socket receive buffer."
6485 msgstr ""
6486
6487 #. type: TP
6488 #: build/C/man7/socket.7:576
6489 #, no-wrap
6490 msgid "I<rmem_max>"
6491 msgstr ""
6492
6493 #. type: Plain text
6494 #: build/C/man7/socket.7:582
6495 msgid ""
6496 "contains the maximum socket receive buffer size in bytes which a user may "
6497 "set by using the B<SO_RCVBUF> socket option."
6498 msgstr ""
6499
6500 #. type: TP
6501 #: build/C/man7/socket.7:582
6502 #, no-wrap
6503 msgid "I<wmem_default>"
6504 msgstr ""
6505
6506 #. type: Plain text
6507 #: build/C/man7/socket.7:585
6508 msgid "contains the default setting in bytes of the socket send buffer."
6509 msgstr ""
6510
6511 #. type: TP
6512 #: build/C/man7/socket.7:585
6513 #, no-wrap
6514 msgid "I<wmem_max>"
6515 msgstr ""
6516
6517 #. type: Plain text
6518 #: build/C/man7/socket.7:591
6519 msgid ""
6520 "contains the maximum socket send buffer size in bytes which a user may set "
6521 "by using the B<SO_SNDBUF> socket option."
6522 msgstr ""
6523
6524 #. type: TP
6525 #: build/C/man7/socket.7:591
6526 #, no-wrap
6527 msgid "I<message_cost> and I<message_burst>"
6528 msgstr ""
6529
6530 #. type: Plain text
6531 #: build/C/man7/socket.7:595
6532 msgid ""
6533 "configure the token bucket filter used to load limit warning messages caused "
6534 "by external network events."
6535 msgstr ""
6536
6537 #. type: TP
6538 #: build/C/man7/socket.7:595
6539 #, no-wrap
6540 msgid "I<netdev_max_backlog>"
6541 msgstr ""
6542
6543 #. type: Plain text
6544 #: build/C/man7/socket.7:598
6545 msgid "Maximum number of packets in the global input queue."
6546 msgstr ""
6547
6548 #. type: TP
6549 #: build/C/man7/socket.7:598
6550 #, no-wrap
6551 msgid "I<optmem_max>"
6552 msgstr ""
6553
6554 #.  netdev_fastroute is not documented because it is experimental
6555 #. type: Plain text
6556 #: build/C/man7/socket.7:603
6557 msgid ""
6558 "Maximum length of ancillary data and user control data like the iovecs per "
6559 "socket."
6560 msgstr ""
6561
6562 #. type: SS
6563 #: build/C/man7/socket.7:603
6564 #, no-wrap
6565 msgid "Ioctls"
6566 msgstr ""
6567
6568 #. type: Plain text
6569 #: build/C/man7/socket.7:606
6570 msgid "These operations can be accessed using B<ioctl>(2):"
6571 msgstr ""
6572
6573 #. type: Plain text
6574 #: build/C/man7/socket.7:610
6575 #, no-wrap
6576 msgid ""
6577 "I<error>B< = ioctl(>I<ip_socket>B<, >I<ioctl_type>B<, "
6578 ">I<&value_result>B<);>\n"
6579 msgstr ""
6580
6581 #. type: TP
6582 #: build/C/man7/socket.7:612
6583 #, no-wrap
6584 msgid "B<SIOCGSTAMP>"
6585 msgstr ""
6586
6587 #. type: Plain text
6588 #: build/C/man7/socket.7:636
6589 msgid ""
6590 "Return a I<struct timeval> with the receive timestamp of the last packet "
6591 "passed to the user.  This is useful for accurate round trip time "
6592 "measurements.  See B<setitimer>(2)  for a description of I<struct timeval>.  "
6593 "This ioctl should only be used if the socket option B<SO_TIMESTAMP> is not "
6594 "set on the socket.  Otherwise, it returns the timestamp of the last packet "
6595 "that was received while B<SO_TIMESTAMP> was not set, or it fails if no such "
6596 "packet has been received, (i.e., B<ioctl>(2)  returns -1 with I<errno> set "
6597 "to B<ENOENT>)."
6598 msgstr ""
6599
6600 #. type: TP
6601 #: build/C/man7/socket.7:636
6602 #, no-wrap
6603 msgid "B<SIOCSPGRP>"
6604 msgstr ""
6605
6606 #. type: Plain text
6607 #: build/C/man7/socket.7:655
6608 msgid ""
6609 "Set the process or process group to send B<SIGIO> or B<SIGURG> signals to "
6610 "when an asynchronous I/O operation has finished or urgent data is "
6611 "available.  The argument is a pointer to a I<pid_t>.  If the argument is "
6612 "positive, send the signals to that process.  If the argument is negative, "
6613 "send the signals to the process group with the ID of the absolute value of "
6614 "the argument.  The process may only choose itself or its own process group "
6615 "to receive signals unless it has the B<CAP_KILL> capability or an effective "
6616 "UID of 0."
6617 msgstr ""
6618
6619 #. type: TP
6620 #: build/C/man7/socket.7:655
6621 #, no-wrap
6622 msgid "B<FIOASYNC>"
6623 msgstr ""
6624
6625 #. type: Plain text
6626 #: build/C/man7/socket.7:665
6627 msgid ""
6628 "Change the B<O_ASYNC> flag to enable or disable asynchronous I/O mode of the "
6629 "socket.  Asynchronous I/O mode means that the B<SIGIO> signal or the signal "
6630 "set with B<F_SETSIG> is raised when a new I/O event occurs."
6631 msgstr ""
6632
6633 #. type: Plain text
6634 #: build/C/man7/socket.7:673
6635 msgid ""
6636 "Argument is an integer boolean flag.  (This operation is synonymous with the "
6637 "use of B<fcntl>(2)  to set the B<O_ASYNC> flag.)"
6638 msgstr ""
6639
6640 #. type: TP
6641 #: build/C/man7/socket.7:673
6642 #, no-wrap
6643 msgid "B<SIOCGPGRP>"
6644 msgstr ""
6645
6646 #. type: Plain text
6647 #: build/C/man7/socket.7:682
6648 msgid ""
6649 "Get the current process or process group that receives B<SIGIO> or B<SIGURG> "
6650 "signals, or 0 when none is set."
6651 msgstr ""
6652
6653 #. type: Plain text
6654 #: build/C/man7/socket.7:686
6655 msgid "Valid B<fcntl>(2)  operations:"
6656 msgstr ""
6657
6658 #. type: TP
6659 #: build/C/man7/socket.7:686
6660 #, no-wrap
6661 msgid "B<FIOGETOWN>"
6662 msgstr ""
6663
6664 #. type: Plain text
6665 #: build/C/man7/socket.7:691
6666 msgid "The same as the B<SIOCGPGRP> B<ioctl>(2)."
6667 msgstr ""
6668
6669 #. type: TP
6670 #: build/C/man7/socket.7:691
6671 #, no-wrap
6672 msgid "B<FIOSETOWN>"
6673 msgstr ""
6674
6675 #. type: Plain text
6676 #: build/C/man7/socket.7:696
6677 msgid "The same as the B<SIOCSPGRP> B<ioctl>(2)."
6678 msgstr ""
6679
6680 #. type: Plain text
6681 #: build/C/man7/socket.7:710
6682 msgid ""
6683 "B<SO_BINDTODEVICE> was introduced in Linux 2.0.30.  B<SO_PASSCRED> is new in "
6684 "Linux 2.2.  The I</proc> interfaces was introduced in Linux 2.2.  "
6685 "B<SO_RCVTIMEO> and B<SO_SNDTIMEO> are supported since Linux 2.3.41.  "
6686 "Earlier, timeouts were fixed to a protocol-specific setting, and could not "
6687 "be read or written."
6688 msgstr ""
6689
6690 #. type: Plain text
6691 #: build/C/man7/socket.7:715
6692 msgid ""
6693 "Linux assumes that half of the send/receive buffer is used for internal "
6694 "kernel structures; thus the values in the corresponding I</proc> files are "
6695 "twice what can be observed on the wire."
6696 msgstr ""
6697
6698 #. type: Plain text
6699 #: build/C/man7/socket.7:728
6700 msgid ""
6701 "Linux will only allow port reuse with the B<SO_REUSEADDR> option when this "
6702 "option was set both in the previous program that performed a B<bind>(2)  to "
6703 "the port and in the program that wants to reuse the port.  This differs from "
6704 "some implementations (e.g., FreeBSD)  where only the later program needs to "
6705 "set the B<SO_REUSEADDR> option.  Typically this difference is invisible, "
6706 "since, for example, a server program is designed to always set this option."
6707 msgstr ""
6708
6709 #.  FIXME Document SO_ATTACH_FILTER and SO_DETACH_FILTER
6710 #.  .SH AUTHORS
6711 #.  This man page was written by Andi Kleen.
6712 #. type: Plain text
6713 #: build/C/man7/socket.7:741
6714 msgid ""
6715 "The B<CONFIG_FILTER> socket options B<SO_ATTACH_FILTER> and "
6716 "B<SO_DETACH_FILTER> are not documented.  The suggested interface to use them "
6717 "is via the libpcap library."
6718 msgstr ""
6719
6720 #. type: Plain text
6721 #: build/C/man7/socket.7:752
6722 msgid ""
6723 "B<getsockopt>(2), B<setsockopt>(2), B<socket>(2), B<capabilities>(7), "
6724 "B<ddp>(7), B<ip>(7), B<packet>(7), B<tcp>(7), B<udp>(7), B<unix>(7)"
6725 msgstr ""
6726
6727 #. type: TH
6728 #: build/C/man2/socketcall.2:26
6729 #, no-wrap
6730 msgid "SOCKETCALL"
6731 msgstr ""
6732
6733 #. type: TH
6734 #: build/C/man2/socketcall.2:26
6735 #, no-wrap
6736 msgid "2007-06-28"
6737 msgstr ""
6738
6739 #. type: Plain text
6740 #: build/C/man2/socketcall.2:29
6741 msgid "socketcall - socket system calls"
6742 msgstr ""
6743
6744 #. type: Plain text
6745 #: build/C/man2/socketcall.2:31
6746 msgid "B<int socketcall(int >I<call>B<, unsigned long *>I<args>B<);>"
6747 msgstr ""
6748
6749 #. type: Plain text
6750 #: build/C/man2/socketcall.2:39
6751 msgid ""
6752 "B<socketcall>()  is a common kernel entry point for the socket system "
6753 "calls.  I<call> determines which socket function to invoke.  I<args> points "
6754 "to a block containing the actual arguments, which are passed through to the "
6755 "appropriate call."
6756 msgstr ""
6757
6758 #. type: Plain text
6759 #: build/C/man2/socketcall.2:43
6760 msgid ""
6761 "User programs should call the appropriate functions by their usual names.  "
6762 "Only standard library implementors and kernel hackers need to know about "
6763 "B<socketcall>()."
6764 msgstr ""
6765
6766 #. type: Plain text
6767 #: build/C/man2/socketcall.2:46
6768 msgid ""
6769 "This call is specific to Linux, and should not be used in programs intended "
6770 "to be portable."
6771 msgstr ""
6772
6773 #. type: Plain text
6774 #: build/C/man2/socketcall.2:54
6775 msgid ""
6776 "On a few architectures, for example ia64, there is no B<socketcall>()  "
6777 "system call; instead B<socket>(2), B<accept>(2), B<bind>(2), and so on "
6778 "really are implemented as separate system calls."
6779 msgstr ""
6780
6781 #. type: Plain text
6782 #: build/C/man2/socketcall.2:72
6783 msgid ""
6784 "B<accept>(2), B<bind>(2), B<connect>(2), B<getpeername>(2), "
6785 "B<getsockname>(2), B<getsockopt>(2), B<listen>(2), B<recv>(2), "
6786 "B<recvfrom>(2), B<recvmsg>(2), B<send>(2), B<sendmsg>(2), B<sendto>(2), "
6787 "B<setsockopt>(2), B<shutdown>(2), B<socket>(2), B<socketpair>(2)"
6788 msgstr ""
6789
6790 #. type: TH
6791 #: build/C/man2/socketpair.2:40
6792 #, no-wrap
6793 msgid "SOCKETPAIR"
6794 msgstr ""
6795
6796 #. type: TH
6797 #: build/C/man2/socketpair.2:40
6798 #, no-wrap
6799 msgid "2008-10-11"
6800 msgstr ""
6801
6802 #. type: Plain text
6803 #: build/C/man2/socketpair.2:43
6804 msgid "socketpair - create a pair of connected sockets"
6805 msgstr ""
6806
6807 #. type: Plain text
6808 #: build/C/man2/socketpair.2:50
6809 msgid ""
6810 "B<int socketpair(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<, int "
6811 ">I<sv>B<[2]);>"
6812 msgstr ""
6813
6814 #. type: Plain text
6815 #: build/C/man2/socketpair.2:61
6816 msgid ""
6817 "The B<socketpair>()  call creates an unnamed pair of connected sockets in "
6818 "the specified I<domain>, of the specified I<type>, and using the optionally "
6819 "specified I<protocol>.  For further details of these arguments, see "
6820 "B<socket>(2)."
6821 msgstr ""
6822
6823 #. type: Plain text
6824 #: build/C/man2/socketpair.2:67
6825 msgid ""
6826 "The descriptors used in referencing the new sockets are returned in I<sv>[0] "
6827 "and I<sv>[1].  The two sockets are indistinguishable."
6828 msgstr ""
6829
6830 #. type: Plain text
6831 #: build/C/man2/socketpair.2:76
6832 msgid "The specified address family is not supported on this machine."
6833 msgstr ""
6834
6835 #. type: Plain text
6836 #: build/C/man2/socketpair.2:81
6837 msgid ""
6838 "The address I<sv> does not specify a valid part of the process address "
6839 "space."
6840 msgstr ""
6841
6842 #. type: Plain text
6843 #: build/C/man2/socketpair.2:84
6844 msgid "Too many descriptors are in use by this process."
6845 msgstr ""
6846
6847 #. type: Plain text
6848 #: build/C/man2/socketpair.2:90
6849 msgid "The specified protocol does not support creation of socket pairs."
6850 msgstr ""
6851
6852 #. type: Plain text
6853 #: build/C/man2/socketpair.2:93
6854 msgid "The specified protocol is not supported on this machine."
6855 msgstr ""
6856
6857 #. type: Plain text
6858 #: build/C/man2/socketpair.2:101
6859 msgid ""
6860 "4.4BSD, POSIX.1-2001.  The B<socketpair>()  function call appeared in "
6861 "4.2BSD.  It is generally portable to/from non-BSD systems supporting clones "
6862 "of the BSD socket layer (including System V variants)."
6863 msgstr ""
6864
6865 #. type: Plain text
6866 #: build/C/man2/socketpair.2:107
6867 msgid ""
6868 "On Linux, the only supported domain for this call is B<AF_UNIX> (or "
6869 "synonymously, B<AF_LOCAL>).  (Most implementations have the same "
6870 "restriction.)"
6871 msgstr ""
6872
6873 #. type: Plain text
6874 #: build/C/man2/socketpair.2:116
6875 msgid ""
6876 "Since Linux 2.6.27, B<socketpair>()  supports the B<SOCK_NONBLOCK> and "
6877 "B<SOCK_CLOEXEC> flags described in B<socket>(2)."
6878 msgstr ""
6879
6880 #. type: Plain text
6881 #: build/C/man2/socketpair.2:129
6882 msgid "B<pipe>(2), B<read>(2), B<socket>(2), B<write>(2), B<socket>(7), B<unix>(7)"
6883 msgstr ""