Home
last modified time | relevance | path

Searched refs:sys_untimeout (Results 1 – 13 of 13) sorted by relevance

/lib/lwip/lwip/test/unit/core/
A Dtest_timers.c65 sys_untimeout(lwip_cyclic_timer, &test_cyclic); in do_test_cyclic_timers()
173 sys_untimeout(dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 0)); in do_test_timers()
174 sys_untimeout(dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 1)); in do_test_timers()
175 sys_untimeout(dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 2)); in do_test_timers()
218 sys_untimeout(dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 0)); in START_TEST()
/lib/lwip/lwip/src/apps/sntp/
A Dsntp.c379 sys_untimeout(sntp_request, NULL); in sntp_retry()
534 sys_untimeout(sntp_try_next_server, NULL); in sntp_recv()
535 sys_untimeout(sntp_request, NULL); in sntp_recv()
582 sys_untimeout(sntp_try_next_server, NULL); in sntp_send_request()
592 sys_untimeout(sntp_request, NULL); in sntp_send_request()
661 sys_untimeout(sntp_try_next_server, NULL); in sntp_request()
721 sys_untimeout(sntp_request, NULL); in sntp_stop()
722 sys_untimeout(sntp_try_next_server, NULL); in sntp_stop()
/lib/lwip/lwip/src/include/lwip/
A Dtimeouts.h112 void sys_untimeout(sys_timeout_handler handler, void *arg);
/lib/lwip/lwip/src/include/netif/ppp/
A Dppp_impl.h537 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh…
538 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0)
539 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
/lib/lwip/lwip/src/netif/ppp/
A Dpppol2tp.c254 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_destroy()
342 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_disconnect()
532 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
719 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
731 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
A Dpppoe.c317 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy()
621 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
635 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
972 sys_untimeout(pppoe_timeout, sc); in pppoe_disconnect()
1211 sys_untimeout(pppoe_timeout, sc);
A Dppp.c343 sys_untimeout(ppp_do_connect, pcb); in ppp_close()
/lib/lwip/lwip/src/apps/tftp/
A Dtftp.c124 sys_untimeout(tftp_req_tmr, NULL); in clear_req()
141 sys_untimeout(tftp_tmr, NULL); in close_handle()
/lib/lwip/lwip/src/core/
A Dtimeouts.c317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
/lib/lwip/lwip/src/api/
A Dtcpip.c194 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg()
/lib/lwip/lwip/src/apps/mdns/
A Dmdns.c1785 sys_untimeout(mdns_probe_and_announce, netif); in mdns_probe_conflict()
2440 sys_untimeout(mdns_probe_and_announce, netif); in mdns_resp_remove_netif()
2776 sys_untimeout(mdns_probe_and_announce, netif); in mdns_resp_restart_delay()
A Dmdns_out.c1124 sys_untimeout(handler, netif); in mdns_set_timeout()
/lib/lwip/lwip/src/apps/mqtt/
A Dmqtt.c558 sys_untimeout(mqtt_cyclic_timer, client); in mqtt_close()

Completed in 40 milliseconds