Home
last modified time | relevance | path

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

/openbmc/u-boot/include/net/
H A Dtftp.h19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
/openbmc/u-boot/net/
H A Dnet.c347 tftp_start(TFTPGET); in net_auto_load()
469 tftp_start(protocol); in net_loop()
H A Dtftp.c621 void tftp_start(enum proto_t protocol) in tftp_start() function