Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/tftp/
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/
Dssltestlib.c294 unsigned int lastpkt; member
493 thispkt->num = (pktnum >= 0) ? (unsigned int)pktnum : ctx->lastpkt + i; in mempacket_test_inject()
510 ctx->lastpkt++; in mempacket_test_inject()
514 if (nextpkt != NULL && nextpkt->num == ctx->lastpkt) in mempacket_test_inject()
515 ctx->lastpkt++; in mempacket_test_inject()
524 ctx->lastpkt++; in mempacket_test_inject()
538 ctx->lastpkt++; in mempacket_test_inject()