Searched refs:next_waiting (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.h332 struct pending* next_waiting; member in struct:pending
366 struct waiting_tcp* next_waiting; member in struct:waiting_tcp
367 /** if true the item is on the tcp waiting list and next_waiting
368 * is used for that. If false, the next_waiting points to the
H A Doutside_network.c658 w->next_waiting = (void*)pend;
736 outnet->tcp_wait_first = w->next_waiting;
747 w->next_waiting = (void*)reuse->pending;
783 w->next_waiting = NULL;
785 outnet->tcp_wait_last->next_waiting = w;
1149 outnet->udp_wait_first = pend->next_waiting;
1150 if(!pend->next_waiting) outnet->udp_wait_last = NULL;
1620 next_waiting;
1632 np = p->next_waiting;
1644 np = p->next_waiting;
[all...]

Completed in 73 milliseconds