Home
last modified time | relevance | path

Searched refs:isc_socket_setname (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dsocket.h850 isc_socket_setname(isc_socket_t *socket, const char *name, void *tag);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dhttpd.c742 isc_socket_setname(httpd->sock, "httpd", NULL); in isc_httpd_create()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c1680 isc_socket_setname(sock, "dispatcher", NULL); in open_socket()
1691 isc_socket_setname(sock, "dispatcher", NULL); in open_socket()
H A Dxfrin.c979 isc_socket_setname(xfr->socket, "xfrin", NULL); in xfrin_start()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c5317 isc_socket_setname(isc_socket_t *sock, const char *name, void *tag) { in isc_socket_setname() function