Searched refs:proto_t (Results 1 – 6 of 6) sorted by relevance
530 enum proto_t { enum575 int net_loop(enum proto_t);690 extern enum proto_t net_loop_last_protocol; in eth_is_on_demand_init()701 extern enum proto_t net_loop_last_protocol; in eth_set_last_protocol()
19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
14 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()
32 enum proto_t net_loop_last_protocol = BOOTP;
208 static int net_check_prereq(enum proto_t protocol);401 int net_loop(enum proto_t protocol) in net_loop()1352 static int net_check_prereq(enum proto_t protocol) in net_check_prereq()
621 void tftp_start(enum proto_t protocol) in tftp_start()