Home
last modified time | relevance | path

Searched refs:tcp_free (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
HDnetevent.c1016 if(!c->tcp_free) {
1021 c_hdl = c->tcp_free;
1080 c->tcp_free = c_hdl->tcp_free;
1081 if(!c->tcp_free) {
1103 c->tcp_free = c->tcp_parent->tcp_free;
1104 c->tcp_parent->tcp_free = c;
1105 if(!c->tcp_free) {
2158 c->tcp_free = c->tcp_parent->tcp_free;
2159 c->tcp_parent->tcp_free = c;
2160 if(!c->tcp_free) {
[all …]
HDnetevent.h201 struct comm_point* tcp_free; member
/freebsd-11-stable/contrib/unbound/services/
HDoutside_network.c556 struct pending_tcp* pend = w->outnet->tcp_free;
660 w->outnet->tcp_free = pend->next_free;
732 while(outnet->tcp_free && outnet->tcp_wait_first
762 struct pending_tcp* pend = w->outnet->tcp_free;
918 pend->next_free = outnet->tcp_free;
919 outnet->tcp_free = pend;
1330 outnet->tcp_conns[i]->next_free = outnet->tcp_free;
1331 outnet->tcp_free = outnet->tcp_conns[i];
2108 struct pending_tcp* pend = sq->outnet->tcp_free;
2135 pend = sq->outnet->tcp_free;
HDoutside_network.h177 struct pending_tcp* tcp_free; member
HDlisten_dnsport.c1701 p->com->tcp_free != NULL) { in listen_stop_accept()
1714 p->com->tcp_free != NULL) { in listen_start_accept()
/freebsd-11-stable/contrib/unbound/contrib/
HDfastrpz.patch3457 if(c->type == comm_tcp_accept && !c->tcp_free) {