Searched refs:sys_untimeout (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | timeouts.h | 105 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | timeouts.h | 105 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/ |
A D | sntp.c | 346 sys_untimeout(sntp_try_next_server, NULL); in sntp_recv() 347 sys_untimeout(sntp_request, NULL); in sntp_recv() 575 sys_untimeout(sntp_request, NULL); in sntp_stop()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | ppp_impl.h | 534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… 535 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0) 536 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | ppp_impl.h | 534 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… 535 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0) 536 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppoe.c | 293 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy() 602 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input() 615 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input() 952 sys_untimeout(pppoe_timeout, sc); in pppoe_disconnect() 1186 sys_untimeout(pppoe_timeout, sc);
|
A D | pppol2tp.c | 247 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_destroy() 336 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_disconnect() 676 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet() 688 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
|
A D | ppp.c | 329 sys_untimeout(ppp_do_connect, pcb); in ppp_close()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | timeouts.c | 273 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/ |
A D | tftp_client.c | 48 sys_untimeout(tftp_tmr, NULL); in close_handle()
|
A D | tftp_server.c | 100 sys_untimeout(tftp_tmr, NULL); in close_handle()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | tcpip.c | 140 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | dhcp.c | 1980 sys_untimeout(dhcp_check_status, NULL); in dhcp_check_status() 1994 sys_untimeout(dhcp_check_status, NULL); in dhcp_stop_timeout_check()
|
Completed in 25 milliseconds