Home
last modified time | relevance | path

Searched refs:STATE_RECV_WRQ (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/net/
Dtftp.c104 #define STATE_RECV_WRQ 6 macro
400 case STATE_RECV_WRQ: in tftp_send()
475 tftp_state != STATE_RECV_WRQ && tftp_state != STATE_SEND_WRQ) in tftp_handler()
579 tftp_state == STATE_RECV_WRQ) { in tftp_handler()
693 if (tftp_state != STATE_RECV_WRQ) in tftp_timeout_handler()
877 tftp_state = STATE_RECV_WRQ; in tftp_start_server()