Searched refs:tcp_free (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/
H A Dnetevent.c926 if(!c->tcp_free) {
931 c_hdl = c->tcp_free;
952 c->tcp_free = c_hdl->tcp_free;
953 if(!c->tcp_free) {
975 c->tcp_free = c->tcp_parent->tcp_free;
976 c->tcp_parent->tcp_free = c;
977 if(!c->tcp_free) {
1603 c->tcp_free
[all...]
H A Dnetevent.h174 struct comm_point* tcp_free; member in struct:comm_point
/freebsd-11.0-release/contrib/unbound/services/
H A Doutside_network.h150 struct pending_tcp* tcp_free; member in struct:outside_network
H A Doutside_network.c203 struct pending_tcp* pend = w->outnet->tcp_free;
280 w->outnet->tcp_free = pend->next_free;
299 while(outnet->tcp_free && outnet->tcp_wait_first
328 pend->next_free = outnet->tcp_free;
329 outnet->tcp_free = pend;
573 outnet->tcp_conns[i]->next_free = outnet->tcp_free;
574 outnet->tcp_free = outnet->tcp_conns[i];
1129 pend->next_free = outnet->tcp_free;
1130 outnet->tcp_free = pend;
1144 struct pending_tcp* pend = sq->outnet->tcp_free;
[all...]
H A Dlisten_dnsport.c1180 /* do not stop the ones that have no tcp_free list
1185 p->com->tcp_free != NULL) {
1193 /* do not start the ones that have no tcp_free list, it is no
1198 p->com->tcp_free != NULL) {

Completed in 129 milliseconds