Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c59 static struct packet *pend_q; variable
82 pend_q = NULL; in demand_conf()
143 for (pkt = pend_q; pkt != NULL; pkt = nextpkt) { in demand_discard()
147 pend_q = NULL; in demand_discard()
277 if (pend_q == NULL && !active_packet(frame, len))
285 if (pend_q == NULL)
286 pend_q = pkt;
305 pkt = pend_q;
306 pend_q = NULL;
314 pend_q = pkt;