Home
last modified time | relevance | path

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

/external/u-boot/include/net/
Dtftp.h19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
/external/u-boot/net/
Dnet.c350 tftp_start(TFTPGET); in net_auto_load()
461 tftp_start(protocol); in net_loop()
Dtftp.c699 void tftp_start(enum proto_t protocol) in tftp_start() function