Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/libunbound/
Dworker.h148 void worker_handle_control_cmd(struct tube* tube, uint8_t* msg, size_t len,
Dlibworker.c939 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() function
/freebsd-12-stable/contrib/unbound/smallapp/
Dworker_cb.c53 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() function
/freebsd-12-stable/contrib/unbound/util/
Dfptr_wlist.c574 if(fptr == &worker_handle_control_cmd) return 1; in fptr_whitelist_tube_listen()
/freebsd-12-stable/contrib/unbound/dnstap/
Dunbound-dnstap-socket.c1386 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() function
/freebsd-12-stable/contrib/unbound/daemon/
Dworker.c373 worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), uint8_t* msg, in worker_handle_control_cmd() function
2203 &worker_handle_control_cmd, worker)) { in worker_init()