Home
last modified time | relevance | path

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

/u-boot/include/net/
A Dtftp.h19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
/u-boot/include/
A Dnet.h561 enum proto_t { enum
606 int net_loop(enum proto_t);
721 extern enum proto_t net_loop_last_protocol; in eth_is_on_demand_init()
732 extern enum proto_t net_loop_last_protocol; in eth_set_last_protocol()
/u-boot/cmd/
A Dnet.c19 static int netboot_common(enum proto_t, struct cmd_tbl *, int, char * const []);
193 static int netboot_common(enum proto_t proto, struct cmd_tbl *cmdtp, int argc, in netboot_common()
/u-boot/drivers/net/
A Dnetconsole.c34 enum proto_t net_loop_last_protocol = BOOTP;
/u-boot/net/
A Dnet.c199 static int net_check_prereq(enum proto_t protocol);
399 int net_loop(enum proto_t protocol) in net_loop()
1329 static int net_check_prereq(enum proto_t protocol) in net_check_prereq()
A Dtftp.c745 void tftp_start(enum proto_t protocol) in tftp_start()

Completed in 12 milliseconds