Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching full:accept

2   Implement the accept API.

19 Worker routine for ::accept and ::AcceptNB
68 // Attempt to accept a new network connection
100 Accept a network connection.
102 The accept routine waits for a network connection to the socket.
106 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/accept.html">POSIX</a>
117 @return The accept routine returns zero if successful and -1 when an error occurs.
122 accept (
129 // Wait for the accept call to complete
136 Non blocking version of ::accept.
158 // Attempt to accept a network connection