Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dnet.h72 typedef void rxhand_icmp_f(unsigned type, unsigned code, unsigned dport, typedef
642 void net_set_icmp_handler(rxhand_icmp_f *f); /* Set ICMP RX handler */
/OK3568_Linux_fs/u-boot/net/
H A Dnet.c193 static rxhand_icmp_f *packet_icmp_handler;
766 void net_set_icmp_handler(rxhand_icmp_f *f) in net_set_icmp_handler()