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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c570 #define NEXT_BLOCKNUM(x) (((x)+1)&0xffff) macro
590 if(NEXT_BLOCKNUM(state->block) == rblock) {
603 rblock, NEXT_BLOCKNUM(state->block));
655 NEXT_BLOCKNUM(state->block), state->retries);
783 " Retries = %d\n", NEXT_BLOCKNUM(state->block), state->retries);
1111 (NEXT_BLOCKNUM(state->block) == getrpacketblock(&state->rpacket))) {

Completed in 179 milliseconds