Searched refs:net_set_timeout_handler (Results 1 – 14 of 14) sorted by relevance
/u-boot/net/ |
A D | rarp.c | 64 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler() 98 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
|
A D | wol.c | 94 net_set_timeout_handler(wol_timeout, wol_timeout_handler); in wol_start()
|
A D | sntp.c | 117 net_set_timeout_handler(SNTP_TIMEOUT, sntp_timeout_handler); in sntp_start()
|
A D | link_local.c | 105 net_set_timeout_handler(timeout_ms, link_local_timeout); in configure_wait() 188 net_set_timeout_handler(0, NULL); in link_local_timeout()
|
A D | ping.c | 74 net_set_timeout_handler(10000UL, ping_timeout_handler); in ping_start()
|
A D | cdp.c | 227 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()
|
A D | bootp.c | 390 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler() 425 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler() 827 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request() 1098 net_set_timeout_handler(5000, bootp_timeout_handler); in dhcp_handler() 1116 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
|
A D | tftp.c | 664 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler() 720 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler() 859 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start() 912 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()
|
A D | dns.c | 212 net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler); in dns_start()
|
A D | nfs.c | 735 net_set_timeout_handler(nfs_timeout + in nfs_timeout_handler() 845 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_handler() 920 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_start()
|
A D | net.c | 360 net_set_timeout_handler(0, NULL); in net_clear_handlers() 731 net_set_timeout_handler(10000UL, in net_start_again() 789 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler() function
|
/u-boot/drivers/net/ |
A D | netconsole.c | 123 net_set_timeout_handler(net_timeout, nc_timeout_handler); in nc_start()
|
/u-boot/include/ |
A D | net.h | 661 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */
|
/u-boot/drivers/net/phy/ |
A D | ncsi.c | 556 net_set_timeout_handler(1000UL, ncsi_timeout_handler); in ncsi_send_command()
|
Completed in 19 milliseconds