Lines Matching refs:retries
130 int retries; member
445 state->retries++; in tftp_send_first()
446 if(state->retries > state->retry_max) { in tftp_send_first()
591 state->retries = 0; in tftp_rx()
632 state->retries = 0; in tftp_rx()
651 state->retries++; in tftp_rx()
654 NEXT_BLOCKNUM(state->block), state->retries); in tftp_rx()
655 if(state->retries > state->retry_max) { in tftp_rx()
728 state->retries++; in tftp_tx()
730 if(state->retries > state->retry_max) { in tftp_tx()
759 state->retries = 0; in tftp_tx()
798 state->retries++; in tftp_tx()
800 " Retries = %d", NEXT_BLOCKNUM(state->block), state->retries); in tftp_tx()
802 if(state->retries > state->retry_max) { in tftp_tx()