Home
last modified time | relevance | path

Searched defs:tcp_req_info (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h299 struct tcp_req_info { struct
301 struct comm_point* cp;
305 struct sldns_buffer* spool_buffer;
307 int in_worker_handle;
310 int is_drop;
313 int is_reply;
315 int read_is_closed;
317 int read_again;
319 int num_open_req;
321 struct tcp_req_open_item* open_req_list;
[all …]
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h371 struct tcp_req_info* tcp_req_info; member