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

/netbsd-current/external/bsd/ppp/dist/pppd/
H A Ddemand.c146 struct packet *pkt, *nextpkt; local
156 for (pkt = pend_q; pkt != NULL; pkt = nextpkt) {
157 nextpkt = pkt->next;
308 struct packet *pkt, *prev, *nextpkt; local
313 for (; pkt != NULL; pkt = nextpkt) {
314 nextpkt = pkt->next;
/netbsd-current/sys/rump/net/lib/libshmif/
H A Dif_shmem.c651 * our in-sc nextpkt must by first <= nextpkt <= last"+1".
694 uint32_t nextpkt; local
738 nextpkt = sc->sc_nextpacket;
741 nextpkt = busmem->shm_first;
747 sc, nextpkt, sc->sc_devgen));
754 KASSERT(!(nextpkt > busmem->shm_last
758 nextpkt = shmif_busread(busmem, &sp,
759 nextpkt, sizeof(sp), &wrap);
761 nextpkt
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssltestlib.c475 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
546 nextpkt = sk_MEMPACKET_value(ctx->pkts, i);
547 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt)
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c546 MEMPACKET *thispkt = NULL, *looppkt, *nextpkt, *allpkts[3]; local
619 nextpkt = sk_MEMPACKET_value(ctx->pkts, i);
620 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt)
/netbsd-current/sys/dev/usb/
H A Dif_axen.c826 goto nextpkt;
835 goto nextpkt;
849 nextpkt:

Completed in 218 milliseconds