Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c65 static struct packet *pend_q; variable
88 pend_q = NULL; in demand_conf()
149 for (pkt = pend_q; pkt != NULL; pkt = nextpkt) { in demand_discard()
153 pend_q = NULL; in demand_discard()
283 if (pend_q == NULL && !active_packet(frame, len))
291 if (pend_q == NULL)
292 pend_q = pkt;
311 pkt = pend_q;
312 pend_q = NULL;
320 pend_q = pkt;