Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/libunbound/
HDworker.h140 void worker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
HDlibworker.c901 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() function
/NextBSD/contrib/unbound/smallapp/
HDworker_cb.c50 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() function
/NextBSD/contrib/unbound/util/
HDfptr_wlist.c393 if(fptr == &worker_handle_control_cmd) return 1; in fptr_whitelist_tube_listen()
/NextBSD/contrib/unbound/daemon/
HDworker.c371 worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), uint8_t* msg, in worker_handle_control_cmd() function
1230 &worker_handle_control_cmd, worker)) { in worker_init()