Home
last modified time | relevance | path

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 Dtimeouts.h105 void sys_untimeout(sys_timeout_handler handler, void *arg);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dtimeouts.h105 void sys_untimeout(sys_timeout_handler handler, void *arg);
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sntp/
A Dsntp.c346 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 Dppp_impl.h534 #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 Dppp_impl.h534 #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 Dpppoe.c293 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 Dpppol2tp.c247 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 Dppp.c329 sys_untimeout(ppp_do_connect, pcb); in ppp_close()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtimeouts.c273 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_client.c48 sys_untimeout(tftp_tmr, NULL); in close_handle()
A Dtftp_server.c100 sys_untimeout(tftp_tmr, NULL); in close_handle()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dtcpip.c140 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Ddhcp.c1980 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