Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c324 int lastpkt; in recv() local
342 lastpkt = 0; in recv()
345 lastpkt = tftp_state.last_data->tot_len != (TFTP_MAX_PAYLOAD_SIZE + TFTP_HEADER_LENGTH); in recv()
348 if (!lastpkt) { in recv()
/third_party/openssl/test/helpers/
H A Dssltestlib.c269 unsigned int lastpkt; member
587 thispkt->num = (pktnum >= 0) ? (unsigned int)pktnum : ctx->lastpkt + i; in mempacket_test_inject()
602 * We need to do some accounting on lastpkt. We increment it first, in mempacket_test_inject()
606 ctx->lastpkt++; in mempacket_test_inject()
610 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt) in mempacket_test_inject()
611 ctx->lastpkt++; in mempacket_test_inject()
620 ctx->lastpkt++; in mempacket_test_inject()
634 ctx->lastpkt++; in mempacket_test_inject()

Completed in 3 milliseconds