Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_client.c24 uint16_t seq_expect; member
74 if ((pstate->seq_expect > 1) && (pstate->retries < TFTP_MAX_RETRIES)) { in tftp_tmr()
90 if (pstate->seq_expect == 0 && ip_addr_cmp(&pstate->addr, addr)){ in recv()
92 pstate->seq_expect = 1; in recv()
111 if (blknum < pstate->seq_expect) { in recv()
119 if (blknum > pstate->seq_expect) { in recv()
144 pstate->seq_expect++; in recv()
273 pstate->seq_expect = 0; in tftp_client_get()

Completed in 3 milliseconds