Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c84 static int tftp_state; variable
332 switch (tftp_state) { in tftp_send()
469 tftp_state != STATE_RECV_WRQ && tftp_state != STATE_SEND_WRQ) in tftp_handler()
529 tftp_state = STATE_OACK; in tftp_handler()
580 tftp_state = STATE_DATA; in tftp_handler()
626 if (tftp_state == STATE_SEND_RRQ || tftp_state == STATE_OACK || in tftp_handler()
629 tftp_state = STATE_DATA; in tftp_handler()
708 if (tftp_state != STATE_RECV_WRQ) in tftp_timeout_handler()
908 tftp_state = STATE_SEND_WRQ; in tftp_start()
922 tftp_state = STATE_SEND_RRQ; in tftp_start()
[all …]

Completed in 4 milliseconds