Home
last modified time | relevance | path

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

/u-boot/net/
A Dnet.c188 static rxhand_icmp_f *packet_icmp_handler; variable
785 packet_icmp_handler = f; in net_set_icmp_handler()
1064 if (packet_icmp_handler) in receive_icmp()
1065 packet_icmp_handler(icmph->type, icmph->code, in receive_icmp()

Completed in 8 milliseconds