Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnet.h59 typedef void rxhand_f(uchar *pkt, unsigned dport, typedef
624 rxhand_f *net_get_udp_handler(void); /* Get UDP RX packet handler */
625 void net_set_udp_handler(rxhand_f *); /* Set UDP RX packet handler */
626 rxhand_f *net_get_arp_handler(void); /* Get ARP RX packet handler */
627 void net_set_arp_handler(rxhand_f *); /* Set ARP RX packet handler */
/openbmc/u-boot/net/
H A Dnet.c192 static rxhand_f *udp_packet_handler;
194 static rxhand_f *arp_packet_handler;
766 rxhand_f *net_get_udp_handler(void) in net_get_udp_handler()
771 void net_set_udp_handler(rxhand_f *f) in net_set_udp_handler()
780 rxhand_f *net_get_arp_handler(void) in net_get_arp_handler()
785 void net_set_arp_handler(rxhand_f *f) in net_set_arp_handler()