Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/net/
H A Dtftp.h19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
/rk3399_rockchip-uboot/net/
H A Dnet.c343 tftp_start(TFTPGET); in net_auto_load()
452 tftp_start(protocol); in net_loop()
H A Dtftp.c699 void tftp_start(enum proto_t protocol) in tftp_start() function