Searched defs:accept (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c4 accept(SOCKET a0, struct sockaddr* a1, int* a2) function
9 idnLogPrintf(idn_log_level_trace, "stub accept() called\n");
13 if ((p = GetProcAddress(DLLHANDLE, "accept")) == NULL) {
14 FATAL("cannot find entry accept (%d)\n", GetLastError());
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c4 accept(SOCKET a0, struct sockaddr* a1, int* a2) function
9 idnLogPrintf(idn_log_level_trace, "stub accept() called\n");
13 if ((p = GetProcAddress(DLLHANDLE, "accept")) == NULL) {
14 FATAL("cannot find entry accept (%d)\n", GetLastError());
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c148 * The API standard doesn't ensure select() accept more than (the system default
633 *listen, *accept, *getpeername, *isbound; member in struct:__anon291
1101 * We accept (and ignore) any error from unwatch_fd() as we are
3393 * Dispatch an internal accept event.
3514 * Call accept() on a socket, to get the new file descriptor. The listen
3534 const char *err = "accept";
3562 * Get the first item off the accept list.
3572 * Try to accept the new connection. If the accept fails with
3576 * a documented error for accept()
[all...]

Completed in 30 milliseconds