Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/libunbound/
HDworker.h168 void worker_stop_accept(void* arg);
HDlibworker.c986 void worker_stop_accept(void* ATTR_UNUSED(arg)) in worker_stop_accept() function
/NextBSD/contrib/unbound/smallapp/
HDworker_cb.c211 void worker_stop_accept(void* ATTR_UNUSED(arg)) in worker_stop_accept() function
/NextBSD/contrib/unbound/util/
HDfptr_wlist.c131 if(fptr == &worker_stop_accept) return 1; in fptr_whitelist_stop_accept()
/NextBSD/contrib/unbound/daemon/
HDworker.c1166 comm_base_set_slow_accept_handlers(worker->base, &worker_stop_accept, in worker_init()
1401 void worker_stop_accept(void* arg) in worker_stop_accept() function