Searched refs:net_loop_last_protocol (Results 1 – 2 of 2) sorted by relevance
686 extern enum proto_t net_loop_last_protocol; in eth_is_on_demand_init()688 return net_loop_last_protocol != NETCONS; in eth_is_on_demand_init()697 extern enum proto_t net_loop_last_protocol; in eth_set_last_protocol()699 net_loop_last_protocol = protocol; in eth_set_last_protocol()
34 enum proto_t net_loop_last_protocol = BOOTP; variable
Completed in 8 milliseconds