Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/services/
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 = w;
913 w->next_waiting = outnet->tcp_wait_first;
[all …]
Doutside_network.h338 struct pending* next_waiting; member
374 struct waiting_tcp* next_waiting; member