Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnet.h629 void net_set_icmp_handler(rxhand_icmp_f *f); /* Set ICMP RX handler */
/openbmc/u-boot/net/
H A Dnet.c688 net_set_icmp_handler(NULL); in net_loop()
795 void net_set_icmp_handler(rxhand_icmp_f *f) in net_set_icmp_handler() function
H A Dtftp.c737 net_set_icmp_handler(icmp_handler); in tftp_start()