Home
last modified time | relevance | path

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

/external/u-boot/net/
Dtftp.c92 static int tftp_put_active; variable
96 #define tftp_put_active 0 macro
408 if (tftp_put_active) { in tftp_send()
491 if (tftp_put_active) { in tftp_handler()
559 if (tftp_put_active) { in tftp_handler()
794 tftp_put_active = (protocol == TFTPPUT); in tftp_start()
795 if (tftp_put_active) { in tftp_start()