Lines Matching refs:retry_max
132 int retry_max; member
228 state->retry_max = (int)timeout/5; in tftp_set_timeouts()
231 if(state->retry_max < 3) in tftp_set_timeouts()
232 state->retry_max = 3; in tftp_set_timeouts()
234 if(state->retry_max > 50) in tftp_set_timeouts()
235 state->retry_max = 50; in tftp_set_timeouts()
238 state->retry_time = (int)(timeout/state->retry_max); in tftp_set_timeouts()
244 (int)state->state, timeout_ms, state->retry_time, state->retry_max); in tftp_set_timeouts()
446 if(state->retries > state->retry_max) { in tftp_send_first()
655 if(state->retries > state->retry_max) { in tftp_rx()
730 if(state->retries > state->retry_max) { in tftp_tx()
802 if(state->retries > state->retry_max) { in tftp_tx()