Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/tftp/
H A Dtftp.c89 int last_pkt; member
260 tftp_state.last_pkt = tftp_state.timer; in tftp_recv()
429 if ((tftp_state.timer - tftp_state.last_pkt) > (TFTP_TIMEOUT_MSECS / TFTP_TIMER_MSECS)) { in tftp_tmr()