Home
last modified time | relevance | path

Searched refs:udp_wait_first (Results 1 – 2 of 2) sorted by relevance

/src/contrib/unbound/services/
H A Doutside_network.c1451 while(outnet->udp_wait_first && outnet->unused_fds
1453 pend = outnet->udp_wait_first;
1454 outnet->udp_wait_first = pend->next_waiting;
1613 if(outnet->delayclose && !outnet->udp_wait_first) {
1944 if(outnet->udp_wait_first) {
1945 struct pending* p = outnet->udp_wait_first, *np;
1960 if(outnet && outnet->udp_wait_first &&
1963 struct pending* prev = NULL, *x = outnet->udp_wait_first;
1972 else outnet->udp_wait_first = p->next_waiting;
2309 sq->outnet->udp_wait_first = pend;
[all …]
H A Doutside_network.h130 struct pending* udp_wait_first; member