Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dhttpd.c212 static void isc_httpd_accept(isc_task_t *, isc_event_t *);
304 result = isc_socket_accept(sock, task, isc_httpd_accept, httpd); in isc_httpdmgr_create()
516 isc_httpd_accept(isc_task_t *task, isc_event_t *ev) in isc_httpd_accept() function
594 result = isc_socket_accept(httpdmgr->sock, task, isc_httpd_accept, in isc_httpd_accept()