Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnet.h537 enum proto_t { enum
586 int net_loop(enum proto_t);
688 extern enum proto_t net_loop_last_protocol; in eth_is_on_demand_init()
699 extern enum proto_t net_loop_last_protocol; in eth_set_last_protocol()
/external/u-boot/include/net/
Dtftp.h19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
/external/u-boot/cmd/
Dnet.c14 static int netboot_common(enum proto_t, cmd_tbl_t *, int, char * const []);
177 static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc, in netboot_common()
/external/u-boot/net/
Dnet.c211 static int net_check_prereq(enum proto_t protocol);
404 int net_loop(enum proto_t protocol) in net_loop()
1310 static int net_check_prereq(enum proto_t protocol) in net_check_prereq()
Dtftp.c699 void tftp_start(enum proto_t protocol) in tftp_start()
/external/u-boot/drivers/net/
Dnetconsole.c32 enum proto_t net_loop_last_protocol = BOOTP;