Home
last modified time | relevance | path

Searched refs:net_loop_last_protocol (Results 1 – 2 of 2) sorted by relevance

/u-boot-v2022.01-rc1/include/
A Dnet.h723 extern enum proto_t net_loop_last_protocol; in eth_is_on_demand_init()
725 return net_loop_last_protocol != NETCONS; in eth_is_on_demand_init()
734 extern enum proto_t net_loop_last_protocol; in eth_set_last_protocol()
736 net_loop_last_protocol = protocol; in eth_set_last_protocol()
/u-boot-v2022.01-rc1/drivers/net/
A Dnetconsole.c34 enum proto_t net_loop_last_protocol = BOOTP; variable

Completed in 6 milliseconds