Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c197 static rxhand_icmp_f *packet_icmp_handler; variable
797 packet_icmp_handler = f; in net_set_icmp_handler()
1079 if (packet_icmp_handler) in receive_icmp()
1080 packet_icmp_handler(icmph->type, icmph->code, in receive_icmp()