Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c568 #define NEXT_BLOCKNUM(x) (((x)+1)&0xffff) macro
588 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx()
601 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx()
653 NEXT_BLOCKNUM(state->block), state->retries); in tftp_rx()
784 " Retries = %d\n", NEXT_BLOCKNUM(state->block), state->retries); in tftp_tx()
1112 (NEXT_BLOCKNUM(state->block) == getrpacketblock(&state->rpacket))) { in tftp_receive_packet()