Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h339 struct tcp_req_open_item* open_req_list;
349 struct tcp_req_open_item { struct
351 struct tcp_req_open_item* next; argument
H A Dlisten_dnsport.c2147 struct tcp_req_open_item* open, *nopen; in tcp_req_info_clear()
2182 struct tcp_req_open_item* open, *prev = NULL; in tcp_req_info_remove_mesh_state()
2187 struct tcp_req_open_item* next; in tcp_req_info_remove_mesh_state()
2381 struct tcp_req_open_item* item; in tcp_req_info_add_meshstate()
2383 item = (struct tcp_req_open_item*)malloc(sizeof(*item)); in tcp_req_info_add_meshstate()