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

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

Completed in 107 milliseconds