Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dnet.h61 typedef void rxhand_f(uchar *pkt, unsigned dport, typedef
629 rxhand_f *net_get_udp_handler(void); /* Get UDP RX packet handler */
630 void net_set_udp_handler(rxhand_f *); /* Set UDP RX packet handler */
631 rxhand_f *net_get_arp_handler(void); /* Get ARP RX packet handler */
632 void net_set_arp_handler(rxhand_f *); /* Set ARP RX packet handler */
/third_party/uboot/u-boot-2020.01/net/
Dnet.c195 static rxhand_f *udp_packet_handler;
197 static rxhand_f *arp_packet_handler;
755 rxhand_f *net_get_udp_handler(void) in net_get_udp_handler()
760 void net_set_udp_handler(rxhand_f *f) in net_set_udp_handler()
769 rxhand_f *net_get_arp_handler(void) in net_get_arp_handler()
774 void net_set_arp_handler(rxhand_f *f) in net_set_arp_handler()