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

/openbsd-current/usr.sbin/unbound/testcode/
H A Dunittcpreuse.c62 w->next_waiting = (void*)reuse->pending;
240 if(last) unit_assert(outnet->tcp_wait_last == last && !last->next_waiting);
244 n = w->next_waiting;
248 n = n->next_waiting;
250 w = w->next_waiting;
262 n = w->next_waiting;
264 w->next_waiting = (struct waiting_tcp*)1; /* In purpose faux value */
292 w = w->next_waiting;
297 unit_assert(!(w->on_tcp_waiting_list || w->next_waiting));
/openbsd-current/usr.sbin/unbound/services/
H A Doutside_network.c745 w->next_waiting = (void*)pend;
850 prev->next_waiting = w->next_waiting;
851 else outnet->tcp_wait_first = w->next_waiting;
854 w->next_waiting = NULL;
858 p = p->next_waiting;
872 outnet->tcp_wait_first = w->next_waiting;
876 w->next_waiting = NULL;
889 w->next_waiting = NULL;
891 outnet->tcp_wait_last->next_waiting
[all...]
H A Doutside_network.h338 struct pending* next_waiting; member in struct:pending
374 struct waiting_tcp* next_waiting; member in struct:waiting_tcp
375 /** if true the item is on the tcp waiting list and next_waiting
376 * is used for that. If false, the next_waiting points to the
/openbsd-current/sbin/unwind/libunbound/services/
H A Doutside_network.c745 w->next_waiting = (void*)pend;
850 prev->next_waiting = w->next_waiting;
851 else outnet->tcp_wait_first = w->next_waiting;
854 w->next_waiting = NULL;
858 p = p->next_waiting;
872 outnet->tcp_wait_first = w->next_waiting;
876 w->next_waiting = NULL;
889 w->next_waiting = NULL;
891 outnet->tcp_wait_last->next_waiting
[all...]
H A Doutside_network.h338 struct pending* next_waiting; member in struct:pending
374 struct waiting_tcp* next_waiting; member in struct:waiting_tcp
375 /** if true the item is on the tcp waiting list and next_waiting
376 * is used for that. If false, the next_waiting points to the

Completed in 194 milliseconds