Searched refs:proto_t (Results 1 – 6 of 6) sorted by relevance
19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
561 enum proto_t { enum606 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()
19 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()
34 enum proto_t net_loop_last_protocol = BOOTP;
199 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()
745 void tftp_start(enum proto_t protocol) in tftp_start()
Completed in 12 milliseconds