Lines Matching full:socket
34 .Nd accept a connection on a socket
47 is a socket that has been created with
48 .Xr socket 2 ,
56 queue of pending connections, creates a new socket,
57 and allocates a new file descriptor for the socket which
66 signals from the original socket
74 property of the new socket is instead determined by the
97 present on the queue, and the original socket
101 If the original socket
106 The accepted socket
109 The original socket
137 is used with connection-based socket types, currently with
142 a socket for the purposes of doing an
157 new socket.
180 integer that is a descriptor for the accepted socket.
199 The descriptor references a file, not a socket.
202 has not been called on the socket descriptor.
209 The socket is marked non-blocking and no connections
232 .Xr socket 2 ,