Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Ddemand.c146 struct packet *pkt, *nextpkt; in demand_discard() local
156 for (pkt = pend_q; pkt != NULL; pkt = nextpkt) { in demand_discard()
157 nextpkt = pkt->next; in demand_discard()
322 struct packet *pkt, *prev, *nextpkt; local
336 for (; pkt != NULL; pkt = nextpkt) {
337 nextpkt = pkt->next;
/third_party/openssl/test/helpers/
Dssltestlib.c536 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; in mempacket_test_inject() local
609 nextpkt = sk_MEMPACKET_value(ctx->pkts, i); in mempacket_test_inject()
610 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt) in mempacket_test_inject()