Searched refs:isc_socket_accept (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dsocket.h88 #define isc_socket_accept isc__socket_accept macro
557 * Cancel pending isc_socket_accept() calls.
718 * can be used (other than attach and detach) is isc_socket_accept().
739 isc_socket_accept(isc_socket_t *sock,
/bind-9.11.3/bin/tests/
H A Dsock_test.c211 RUNTIME_CHECK(isc_socket_accept(event->ev_sender, task,
344 RUNTIME_CHECK(isc_socket_accept(so1, t1, my_listen, xso1)
/bind-9.11.3/lib/isc/
H A Dsocket_api.c386 isc_socket_accept(isc_socket_t *sock, isc_task_t *task, function
H A Dhttpd.c298 result = isc_socket_accept(sock, task, isc_httpd_accept, httpdmgr);
681 result = isc_socket_accept(httpdmgr->sock, task, isc_httpd_accept,
/bind-9.11.3/lib/isc/tests/
H A Dsocket_test.c570 result = isc_socket_accept(s1, task, accept_done, &completion2);
673 result = isc_socket_accept(s1, task, accept_done, &completion2);
/bind-9.11.3/bin/named/
H A Dcontrolconf.c240 result = isc_socket_accept(listener->sock,
245 "isc_socket_accept() failed: %s",
H A Dclient.c3255 result = isc_socket_accept(client->tcplistener, client->task,
3259 "isc_socket_accept() failed: %s",

Completed in 39 milliseconds