Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c1424 if(!c->tcp_free) {
1429 c_hdl = c->tcp_free;
1495 c->tcp_free = c_hdl->tcp_free;
1496 c_hdl->tcp_free = NULL;
1497 if(!c->tcp_free) {
1518 if(c != c->tcp_parent->tcp_free) {
1520 c->tcp_free = c->tcp_parent->tcp_free;
1521 c->tcp_parent->tcp_free = c;
1523 if(!c->tcp_free) {
2900 if(c != c->tcp_parent->tcp_free) {
[all …]
H A Dnetevent.h215 struct comm_point* tcp_free; member
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunittcpreuse.c136 outnet->tcp_conns[i]->next_free = outnet->tcp_free; in create_pending_tcp()
137 outnet->tcp_free = outnet->tcp_conns[i]; in create_pending_tcp()
/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.c634 struct pending_tcp* pend = w->outnet->tcp_free;
747 w->outnet->tcp_free = pend->next_free;
983 } else if(outnet->tcp_free) {
984 struct pending_tcp* pend = w->outnet->tcp_free;
1178 if(outnet->tcp_free != pend) {
1179 pend->next_free = outnet->tcp_free;
1180 outnet->tcp_free = pend;
1623 outnet->tcp_conns[i]->next_free = outnet->tcp_free;
1624 outnet->tcp_free = outnet->tcp_conns[i];
2411 struct pending_tcp* pend = sq->outnet->tcp_free;
[all …]
H A Doutside_network.h188 struct pending_tcp* tcp_free; member
H A Dlisten_dnsport.c1990 p->com->tcp_free != NULL) { in listen_stop_accept()
2003 p->com->tcp_free != NULL) { in listen_start_accept()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch3457 if(c->type == comm_tcp_accept && !c->tcp_free) {
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog1084 - Fix for #558: fix loop in comm_point->tcp_free when a comm_point is