Lines Matching +full:non +full:- +full:specified
55 .Bd -literal -offset indent -compact
56 PF_LOCAL Host-internal protocols (alias for PF_UNIX),
57 PF_UNIX Host-internal protocols,
60 PF_DIVERT Firewall packet diversion/re-injection,
62 PF_KEY Internal key-management function,
85 .Bd -literal -offset indent -compact
88 SOCK_RAW Raw-protocol interface,
96 .Bd -literal -offset indent -compact
97 SOCK_CLOEXEC Set close-on-exec on the new descriptor,
98 SOCK_CLOFORK Set close-on-fork on the new descriptor,
99 SOCK_NONBLOCK Set non-blocking mode on the new socket
110 must be specified in this manner.
124 socket type provides reliable, sequenced, full-duplex octet streams between
161 For certain protocols out-of-band data may also be transmitted as described in
195 Out-of-band data transmission mechanism is supported for stream sockets of
205 Datagrams can be sent to the address specified (possibly multicast or
213 An application can also pre-specify a peer address with
218 shall send to the pre-specified peer.
219 If a peer has been specified, only datagrams from that peer shall be received.
222 The maximum size of a datagram is protocol-specific.
241 type, and is also connection-oriented.
263 It is protocol-specific whether a maximum record size is imposed.
281 type is available only to the super-user and is described in
285 .Sh NON-BLOCKING MODE
287 .Em non-blocking mode
291 Alternatively, the non-blocking mode on a socket can be turned on and off with
298 When a non-blocking socket has not enough data in its receive buffer to fulfill
316 If application tries to send more data on a non-blocking socket than the socket
334 in non-blocking mode neither will block in blocking mode.
351 signal when the out-of-band data arrives.
352 It may also enable non-blocking I/O
373 A -1 is returned if an error occurs, otherwise the return
379 .Bl -tag -width Er
381 Permission to create a socket of the specified type and/or protocol
385 specified domain is not supported by this protocol family.
387 The per-process descriptor table is full.
396 The protocol type or the specified protocol is not supported
445 .St -p1003.1-2008 .
464 .St -p1003.1-2024 .