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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c232 listen(SOCKET a0, int a1) function
237 idnLogPrintf(idn_log_level_trace, "stub listen() called\n");
241 if ((p = GetProcAddress(DLLHANDLE, "listen")) == NULL) {
242 FATAL("cannot find entry listen (%d)\n", GetLastError());
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c232 listen(SOCKET a0, int a1) function
237 idnLogPrintf(idn_log_level_trace, "stub listen() called\n");
241 if ((p = GetProcAddress(DLLHANDLE, "listen")) == NULL) {
242 FATAL("cannot find entry listen (%d)\n", GetLastError());
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c633 *listen, *accept, *getpeername, *isbound; member in struct:__anon291
3514 * Call accept() on a socket, to get the new file descriptor. The listen
5728 * Set up to listen on a given socket. We do this by creating an internal
5754 if (listen(sock->fd, (int)backlog) < 0) {
5758 UNEXPECTED_ERROR(__FILE__, __LINE__, "listen: %s", strbuf);

Completed in 33 milliseconds