Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dtftp.c98 static int tftp_put_active; variable
102 #define tftp_put_active 0 macro
362 if (tftp_put_active) { in tftp_send()
441 if (tftp_put_active) { in tftp_handler()
503 if (tftp_put_active) { in tftp_handler()
705 tftp_put_active = (protocol == TFTPPUT); in tftp_start()
706 if (tftp_put_active) { in tftp_start()