Home
last modified time | relevance | path

Searched refs:max_tcp_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.h232 int max_tcp_count; member
H A Dnetevent.c3311 setup_tcp_handler(c_hdl, new_fd, c->cur_tcp_count, c->max_tcp_count);
5768 c->max_tcp_count = 0;
5833 c->max_tcp_count = 0;
5901 c->max_tcp_count = 0;
6002 c->max_tcp_count = 0;
6103 c->max_tcp_count = 0;
6218 c->max_tcp_count = num;
6319 c->max_tcp_count = 0;
6384 c->max_tcp_count = 0;
6455 c->max_tcp_count = 0;
[all …]
/freebsd/contrib/unbound/daemon/
H A Dremote.c7315 for(i=0; i<l->com->max_tcp_count; i++) { in tcl_remove_old()