OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextpkt
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
demand.c
145
struct packet *pkt, *
nextpkt
;
local
155
for (pkt = pend_q; pkt != NULL; pkt =
nextpkt
) {
156
nextpkt
= pkt->next;
308
struct packet *pkt, *prev, *
nextpkt
;
local
313
for (; pkt != NULL; pkt =
nextpkt
) {
314
nextpkt
= pkt->next;
/src/sys/rump/net/lib/libshmif/
if_shmem.c
705
* our in-sc
nextpkt
must by first <=
nextpkt
<= last"+1".
748
uint32_t
nextpkt
;
local
792
nextpkt
= sc->sc_nextpacket;
795
nextpkt
= busmem->shm_first;
801
sc,
nextpkt
, sc->sc_devgen));
808
KASSERT(!(
nextpkt
> busmem->shm_last
812
nextpkt
= shmif_busread(busmem, &sp,
813
nextpkt
, sizeof(sp), &wrap);
815
nextpkt
= shmif_busread(busmem, mtod(m, void *)
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.c
546
MEMPACKET *thispkt = NULL, *looppkt, *
nextpkt
, *allpkts[3];
local
619
nextpkt
= sk_MEMPACKET_value(ctx->pkts, i);
620
if (
nextpkt
!= NULL &&
nextpkt
->num == ctx->lastpkt)
/src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.c
475
MEMPACKET *thispkt = NULL, *looppkt, *
nextpkt
, *allpkts[3];
local
546
nextpkt
= sk_MEMPACKET_value(ctx->pkts, i);
547
if (
nextpkt
!= NULL &&
nextpkt
->num == ctx->lastpkt)
/src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c
575
MEMPACKET *thispkt = NULL, *looppkt, *
nextpkt
, *allpkts[3];
local
648
nextpkt
= sk_MEMPACKET_value(ctx->pkts, i);
649
if (
nextpkt
!= NULL &&
nextpkt
->num == ctx->lastpkt)
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026