Home
last modified time | relevance | path

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

/curl/lib/
H A Dtftp.c570 #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()
803 " Retries = %d", NEXT_BLOCKNUM(state->block), state->retries); in tftp_tx()
1137 (NEXT_BLOCKNUM(state->block) == getrpacketblock(&state->rpacket))) { in tftp_receive_packet()

Completed in 11 milliseconds