Searched defs:tube (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | tube.h | 63 struct tube { struct 73 tube_callback_type* listen_cb; argument 89 struct tube_res_list* res_list; argument 91 struct tube_res_list* res_last; argument
|
H A D | tube.c | 62 struct tube* tube = (struct tube*)calloc(1, sizeof(*tube)); in tube_create() local 91 void tube_delete(struct tube* tube) in tube_delete() 103 void tube_close_read(struct tube* tube) in tube_close_read() 111 void tube_close_write(struct tube* tube) in tube_close_write() 119 void tube_remove_bg_listen(struct tube* tube) in tube_remove_bg_listen() 129 void tube_remove_bg_write(struct tube* tube) in tube_remove_bg_write() 152 struct tube* tube = (struct tube*)arg; in tube_handle_listen() local 228 struct tube* tube = (struct tube*)arg; in tube_handle_write() local 288 int tube_write_msg(struct tube* tube, uint8_t* buf, uint32_t len, in tube_write_msg() 334 int tube_read_msg(struct tube* tube, uint8_t** buf, uint32_t* len, in tube_read_msg() [all …]
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | worker_cb.c | 53 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() 153 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | libworker.c | 326 libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd() 939 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | worker.c | 373 worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), uint8_t* msg, in worker_handle_control_cmd() 2462 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd()
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | unbound-dnstap-socket.c | 1386 void worker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in worker_handle_control_cmd() 1486 void libworker_handle_control_cmd(struct tube* ATTR_UNUSED(tube), in libworker_handle_control_cmd()
|