Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dnamespace.h124 #define isc_socket_setname isc__socket_setname macro
H A Dsocket.h1097 void isc_socket_setname(isc_socket_t *sock, const char *name, void *tag);
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dsocket_api.c190 isc_socket_setname(isc_socket_t *socket, const char *name, void *tag) { in isc_socket_setname() function
H A Dhttpd.c564 isc_socket_setname(httpd->sock, "httpd", NULL); in isc_httpd_accept()