Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dwol.c95 net_set_udp_handler(wol_udp_handler); in wol_start()
H A Dsntp.c100 net_set_udp_handler(sntp_handler); in sntp_start()
H A Ddns.c201 net_set_udp_handler(dns_handler); in dns_start()
H A Dnet.c360 net_set_udp_handler(NULL); in net_clear_handlers()
687 net_set_udp_handler(NULL); in net_loop()
745 net_set_udp_handler(NULL); in net_start_again()
771 void net_set_udp_handler(rxhand_f *f) in net_set_udp_handler() function
H A Dtftp.c735 net_set_udp_handler(tftp_handler); in tftp_start()
799 net_set_udp_handler(tftp_handler); in tftp_start_server()
H A Dfastboot.c315 net_set_udp_handler(fastboot_handler); in fastboot_start_server()
H A Dbootp.c818 net_set_udp_handler(dhcp_handler); in bootp_request()
820 net_set_udp_handler(bootp_handler); in bootp_request()
H A Dnfs.c903 net_set_udp_handler(nfs_handler); in nfs_start()
/openbmc/u-boot/drivers/net/
H A Dnetconsole.c120 net_set_udp_handler(nc_handler); in nc_start()
/openbmc/u-boot/include/
H A Dnet.h625 void net_set_udp_handler(rxhand_f *); /* Set UDP RX packet handler */