Home
last modified time | relevance | path

Searched defs:tube (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dtube.h63 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 Dtube.c62 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 Dworker_cb.c53 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 Dlibworker.c326 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 Dworker.c373 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 Dunbound-dnstap-socket.c1386 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()