Home
last modified time | relevance | path

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

/u-boot/net/
A Drarp.c59 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler()
93 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
A Dwget.c148 net_set_timeout_handler(0, NULL); in wget_fail()
170 net_set_timeout_handler(wget_timeout + in wget_timeout_handler()
289 net_set_timeout_handler(wget_timeout, wget_timeout_handler); in wget_handler()
423 net_set_timeout_handler(wget_timeout, wget_timeout_handler); in wget_start()
A Dwol.c94 net_set_timeout_handler(wol_timeout, wol_timeout_handler); in wol_start()
A Dlink_local.c105 net_set_timeout_handler(timeout_ms, link_local_timeout); in configure_wait()
188 net_set_timeout_handler(0, NULL); in link_local_timeout()
A Dsntp.c117 net_set_timeout_handler(SNTP_TIMEOUT, sntp_timeout_handler); in sntp_start()
A Dbootp.c386 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler()
421 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler()
823 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request()
1093 net_set_timeout_handler(5000, bootp_timeout_handler); in dhcp_handler()
1111 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
A Dcdp.c224 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_timeout_handler()
357 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_start()
A Dping6.c90 net_set_timeout_handler(10000UL, ping6_timeout); in ping6_start()
A Dping.c74 net_set_timeout_handler(10000UL, ping_timeout_handler); in ping_start()
A Dtftp.c651 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler()
707 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler()
928 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start()
981 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()
A Ddns.c212 net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler); in dns_start()
A Dndisc.c170 net_set_timeout_handler(0, NULL); in ip6_send_rs()
215 net_set_timeout_handler(RTR_SOLICITATION_INTERVAL, ip6_send_rs); in ip6_send_rs()
A Dnfs.c775 net_set_timeout_handler(nfs_timeout + in nfs_timeout_handler()
889 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_handler()
964 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_start()
A Dnet.c388 net_set_timeout_handler(0, NULL); in net_clear_handlers()
705 net_set_timeout_handler(0, NULL); in net_loop()
815 net_set_timeout_handler(10000UL, in net_start_again()
873 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler() function
A Ddhcpv6.c683 net_set_timeout_handler(sm_params.rt_ms, dhcp6_timeout_handler); in dhcp6_state_machine()
697 net_set_timeout_handler(0, NULL); in dhcp6_state_machine()
/u-boot/drivers/net/
A Dnetconsole.c123 net_set_timeout_handler(net_timeout, nc_timeout_handler); in nc_start()
/u-boot/include/
A Dnet.h609 void net_set_timeout_handler(ulong, thand_f *);/* Set timeout handler */
/u-boot/drivers/net/phy/
A Dncsi.c557 net_set_timeout_handler(1000UL, ncsi_timeout_handler); in ncsi_send_command()

Completed in 40 milliseconds