Home
last modified time | relevance | path

Searched refs:tcp_req_open_item (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h321 struct tcp_req_open_item* open_req_list;
331 struct tcp_req_open_item { struct
333 struct tcp_req_open_item* next; argument
H A Dlisten_dnsport.c2035 struct tcp_req_open_item* open, *nopen; in tcp_req_info_clear()
2070 struct tcp_req_open_item* open, *prev = NULL; in tcp_req_info_remove_mesh_state()
2075 struct tcp_req_open_item* next; in tcp_req_info_remove_mesh_state()
2269 struct tcp_req_open_item* item; in tcp_req_info_add_meshstate()
2271 item = (struct tcp_req_open_item*)malloc(sizeof(*item)); in tcp_req_info_add_meshstate()