Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c572 #define NEXT_BLOCKNUM(x) (((x)+1)&0xffff) macro
592 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx()
605 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx()
657 NEXT_BLOCKNUM(state->block), state->retries); in tftp_rx()
800 " Retries = %d\n", NEXT_BLOCKNUM(state->block), state->retries); in tftp_tx()
1128 (NEXT_BLOCKNUM(state->block) == getrpacketblock(&state->rpacket))) { in tftp_receive_packet()