Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnet.h688 extern enum proto_t net_loop_last_protocol; in eth_is_on_demand_init()
690 return net_loop_last_protocol != NETCONS; in eth_is_on_demand_init()
699 extern enum proto_t net_loop_last_protocol; in eth_set_last_protocol()
701 net_loop_last_protocol = protocol; in eth_set_last_protocol()
/external/u-boot/drivers/net/
Dnetconsole.c32 enum proto_t net_loop_last_protocol = BOOTP; variable