HomeSort by: relevance | last modified time | path
    Searched defs:lastpkt (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.c 279 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++;
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.c 294 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++;
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 274 unsigned int lastpkt; member in struct:mempacket_test_ctx_st
626 thispkt->num = (pktnum >= 0) ? (unsigned int)pktnum : ctx->lastpkt + i;
641 * We need to do some accounting on lastpkt. We increment it first,
645 ctx->lastpkt++;
649 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt)
650 ctx->lastpkt++;
659 ctx->lastpkt++;
673 ctx->lastpkt++;

Completed in 24 milliseconds