Home
last modified time | relevance | path

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

/curl/lib/
H A Dtftp.c567 #define NEXT_BLOCKNUM(x) (((x) + 1)&0xffff) macro
589 if(NEXT_BLOCKNUM(state->block) == rblock) { in tftp_rx()
602 rblock, NEXT_BLOCKNUM(state->block)); in tftp_rx()
654 NEXT_BLOCKNUM(state->block), state->retries); in tftp_rx()
800 " Retries = %d", NEXT_BLOCKNUM(state->block), state->retries); in tftp_tx()
1130 (NEXT_BLOCKNUM(state->block) == getrpacketblock(&state->rpacket))) { in tftp_receive_packet()

Completed in 10 milliseconds