Searched refs:tftp_state (Results 1 – 1 of 1) sorted by relevance
90 static int tftp_state; variable356 switch (tftp_state) { in tftp_send()487 tftp_state != STATE_RECV_WRQ && tftp_state != STATE_SEND_WRQ) in tftp_handler()547 tftp_state = STATE_OACK; in tftp_handler()601 tftp_state = STATE_DATA; in tftp_handler()639 if (tftp_state == STATE_SEND_RRQ || tftp_state == STATE_OACK || in tftp_handler()642 tftp_state = STATE_DATA; in tftp_handler()721 if (tftp_state != STATE_RECV_WRQ) in tftp_timeout_handler()839 tftp_state = STATE_SEND_WRQ; in tftp_start()853 tftp_state = STATE_SEND_RRQ; in tftp_start()[all …]
Completed in 4 milliseconds