Home
last modified time | relevance | path

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

/u-boot/net/
A Dtftp.c116 #define STATE_SEND_RRQ 1 macro
357 case STATE_SEND_RRQ: in tftp_send()
362 *s++ = htons(tftp_state == STATE_SEND_RRQ ? TFTP_RRQ : in tftp_send()
389 if (tftp_state == STATE_SEND_RRQ && tftp_window_size_option > 1) in tftp_send()
486 if (tftp_state != STATE_SEND_RRQ && src != tftp_remote_port && in tftp_handler()
634 if (tftp_state == STATE_SEND_RRQ) { in tftp_handler()
639 if (tftp_state == STATE_SEND_RRQ || tftp_state == STATE_OACK || in tftp_handler()
853 tftp_state = STATE_SEND_RRQ; in tftp_start()

Completed in 4 milliseconds