Searched refs:net_set_timeout_handler (Results 1 – 14 of 14) sorted by relevance
| /net/ |
| A D | rarp.c | 57 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_timeout_handler() 90 net_set_timeout_handler(TIMEOUT, rarp_timeout_handler); in rarp_request()
|
| A D | sntp.c | 99 net_set_timeout_handler(SNTP_TIMEOUT, sntp_timeout_handler); in sntp_start()
|
| A D | wol.c | 93 net_set_timeout_handler(wol_timeout, wol_timeout_handler); in wol_start()
|
| A D | link_local.c | 104 net_set_timeout_handler(timeout_ms, link_local_timeout); in configure_wait() 187 net_set_timeout_handler(0, NULL); in link_local_timeout()
|
| A D | bootp.c | 401 net_set_timeout_handler(0, (thand_f *)0); in bootp_handler() 446 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_timeout_handler() 863 net_set_timeout_handler(bootp_timeout, bootp_timeout_handler); in bootp_request() 1162 net_set_timeout_handler(5000, bootp_timeout_handler); in dhcp_handler() 1181 net_set_timeout_handler(0, (thand_f *)0); in dhcp_handler()
|
| A D | cdp.c | 222 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_timeout_handler() 355 net_set_timeout_handler(CDP_TIMEOUT, cdp_timeout_handler); in cdp_start()
|
| A D | ping.c | 73 net_set_timeout_handler(10000UL, ping_timeout_handler); in ping_start()
|
| A D | ping6.c | 89 net_set_timeout_handler(10000UL, ping6_timeout); in ping6_start()
|
| A D | tftp.c | 655 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_handler() 711 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_timeout_handler() 919 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start() 972 net_set_timeout_handler(timeout_ms, tftp_timeout_handler); in tftp_start_server()
|
| A D | dns.c | 210 net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler); in dns_start()
|
| A D | ndisc.c | 169 net_set_timeout_handler(0, NULL); in ip6_send_rs() 214 net_set_timeout_handler(RTR_SOLICITATION_INTERVAL, ip6_send_rs); in ip6_send_rs()
|
| A D | nfs.c | 782 net_set_timeout_handler(nfs_timeout + in nfs_timeout_handler() 896 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_handler() 970 net_set_timeout_handler(nfs_timeout, nfs_timeout_handler); in nfs_start()
|
| A D | net.c | 393 net_set_timeout_handler(0, NULL); in net_clear_handlers() 716 net_set_timeout_handler(0, NULL); in net_loop() 826 net_set_timeout_handler(10000UL, in net_start_again() 884 void net_set_timeout_handler(ulong iv, thand_f *f) in net_set_timeout_handler() function
|
| A D | dhcpv6.c | 690 net_set_timeout_handler(sm_params.rt_ms, dhcp6_timeout_handler); in dhcp6_state_machine() 704 net_set_timeout_handler(0, NULL); in dhcp6_state_machine()
|
Completed in 37 milliseconds