Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h321 struct tcp_req_info { struct
323 struct comm_point* cp;
327 struct sldns_buffer* spool_buffer;
329 int in_worker_handle;
332 int is_drop;
335 int is_reply;
337 int read_is_closed;
339 int read_again;
341 int num_open_req;
343 struct tcp_req_open_item* open_req_list;
[all …]
/freebsd/contrib/unbound/util/
H A Dnetevent.h405 struct tcp_req_info* tcp_req_info; member