Searched refs:lastpkt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssltestlib.c294 unsigned int lastpkt; member in struct:mempacket_test_ctx_st
526 thispkt->num = (pktnum >= 0) ? (unsigned int)pktnum : ctx->lastpkt + i;
539 * We need to do some accounting on lastpkt. We increment it first,
543 ctx->lastpkt++;
547 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt)
548 ctx->lastpkt++;
557 ctx->lastpkt++;
571 ctx->lastpkt++;
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c279 unsigned int lastpkt; member in struct:mempacket_test_ctx_st
597 thispkt->num = (pktnum >= 0) ? (unsigned int)pktnum : ctx->lastpkt + i;
612 * We need to do some accounting on lastpkt. We increment it first,
616 ctx->lastpkt++;
620 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt)
621 ctx->lastpkt++;
630 ctx->lastpkt++;
644 ctx->lastpkt++;

Completed in 226 milliseconds