Home
last modified time | relevance | path

Searched refs:eth_set_last_protocol (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/net/
Dnet.c588 eth_set_last_protocol(BOOTP); in net_loop()
649 eth_set_last_protocol(protocol); in net_loop()
658 eth_set_last_protocol(BOOTP); in net_loop()
/external/u-boot/drivers/net/
Dnetconsole.c205 eth_set_last_protocol(NETCONS); in nc_send_packet()
/external/u-boot/include/
Dnet.h696 static inline void eth_set_last_protocol(int protocol) in eth_set_last_protocol() function