Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c99 #define STATE_SEND_RRQ 1 macro
348 case STATE_SEND_RRQ: in tftp_send()
353 *s++ = htons(tftp_state == STATE_SEND_RRQ ? TFTP_RRQ : in tftp_send()
474 if (tftp_state != STATE_SEND_RRQ && src != tftp_remote_port && in tftp_handler()
575 if (tftp_state == STATE_SEND_RRQ) in tftp_handler()
578 if (tftp_state == STATE_SEND_RRQ || tftp_state == STATE_OACK || in tftp_handler()
807 tftp_state = STATE_SEND_RRQ; in tftp_start()