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
90 present on the queue, and the original socket
94 If the original socket
99 The accepted socket
102 The original socket
130 is used with connection-based socket types, currently with
135 a socket for the purposes of doing an
150 new socket.
173 integer that is a descriptor for the accepted socket.
192 The descriptor references a file, not a socket.
195 has not been called on the socket descriptor.
202 The socket is marked non-blocking and no connections
225 .Xr socket 2 ,