Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Drarp.c64 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler()
98 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
H A Dbootp.c372 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler()
400 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler()
802 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request()
1060 net_set_timeout_handler(5000, bootp_timeout_handler); in dhcp_handler()
1078 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
H A Dtftp.c607 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler()
692 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler()
816 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start()
865 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()
H A Dlink_local.c102 net_set_timeout_handler(timeout_ms, link_local_timeout); in configure_wait()
185 net_set_timeout_handler(0, NULL); in link_local_timeout()
H A Dcdp.c227 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_timeout_handler()
360 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_start()
H A Dsntp.c99 net_set_timeout_handler(SNTP_TIMEOUT, sntp_timeout_handler); in sntp_start()
H A Dping.c77 net_set_timeout_handler(10000UL, ping_timeout_handler); in ping_start()
H A Dnet.su
H A Dnfs.c720 net_set_timeout_handler(nfs_timeout + in nfs_timeout_handler()
825 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_handler()
911 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_start()
H A Ddns.c200 net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler); in dns_start()
H A Dnet.c358 net_set_timeout_handler(0, NULL); in net_clear_handlers()
714 net_set_timeout_handler(10000UL, in net_start_again()
772 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler() function
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dnetconsole.c124 net_set_timeout_handler(net_timeout, nc_timeout_handler); in nc_start()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h643 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map