Lines Matching full:socket
32 .Nm socket
39 .Fn socket "int domain" "int type" "int protocol"
42 .Fn socket
66 PF_INET_SDP OFED socket direct protocol (IPv4),
79 The socket has the indicated
86 SOCK_STREAM Stream socket,
87 SOCK_DGRAM Datagram socket,
99 SOCK_NONBLOCK Set non-blocking mode on the new socket
105 specifies a particular protocol to be used with the socket.
107 socket type within a given protocol family.
120 implementation of a socket type for the protocol, if any.
121 .Sh STREAM SOCKET TYPE
124 socket type provides reliable, sequenced, full-duplex octet streams between
125 the socket and a peer to which the socket is connected.
126 A socket of type
131 A connection to another socket is created with a
155 Record boundaries are not maintained; data sent on a stream socket using output
182 socket option set on the socket with
187 socket is supported by the following protocol families:
200 .Sh DATAGRAM SOCKET TYPE
203 socket type supports connectionless data transfer which is not necessarily
229 socket is supported by the following protocol families:
236 .Sh SEQUENCED PACKET SOCKET TYPE
239 socket type is similar to the
267 socket is supported by the following protocol families:
273 .Sh RAW SOCKET TYPE
276 socket type provides access to internal network protocols and interfaces.
277 It is a datagram socket in its nature, thus has the same semantics of
286 A socket can be created in
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
336 Since socket descriptors are file descriptors, many generic file operations
340 Socket descriptors can be used with all event engines, such as
357 The operation of sockets is controlled by socket level
367 Connection associated with a socket can be terminated by
374 value is a descriptor referencing the socket.
377 .Fn socket
381 Permission to create a socket of the specified type and/or protocol
392 The socket cannot be created until sufficient resources are freed.
399 The socket type is not supported by the protocol.
443 .Fn socket
458 .Fn socket .
477 .Fn socket