Home
last modified time | relevance | path

Searched refs:sys_untimeout (Results 1 - 16 of 16) sorted by relevance

/third_party/lwip/test/unit/core/
H 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()
/third_party/lwip/src/apps/sntp/
H A Dsntp.c374 sys_untimeout(sntp_request, NULL); in sntp_retry()
516 sys_untimeout(sntp_try_next_server, NULL); in sntp_recv()
517 sys_untimeout(sntp_request, NULL); in sntp_recv()
564 sys_untimeout(sntp_try_next_server, NULL); in sntp_send_request()
574 sys_untimeout(sntp_request, NULL); in sntp_send_request()
643 sys_untimeout(sntp_try_next_server, NULL); in sntp_request()
703 sys_untimeout(sntp_request, NULL); in sntp_stop()
704 sys_untimeout(sntp_try_next_server, NULL); in sntp_stop()
/third_party/lwip/src/include/lwip/
H A Dtimeouts.h116 void sys_untimeout(sys_timeout_handler handler, void *arg);
H A Dlowpower.h157 void sys_untimeout(sys_timeout_handler handler, void *arg);
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(0)
536 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0)
537 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c300 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy()
600 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
614 sys_untimeout(pppoe_timeout, sc); in pppoe_disc_input()
953 sys_untimeout(pppoe_timeout, sc); in pppoe_disconnect()
1192 sys_untimeout(pppoe_timeout, sc);
H A Dpppol2tp.c251 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_destroy()
339 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_disconnect()
521 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
703 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
715 sys_untimeout(pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet()
H A Dppp.c342 sys_untimeout(ppp_do_connect, pcb); in ppp_close()
/third_party/libcoap/src/
H A Dcoap_io_lwip.c64 sys_untimeout(coap_io_process_timeout, (void *)context); in coap_io_process_timeout()
96 sys_untimeout(coap_io_process_timeout, (void *)context); in coap_io_process()
H A Dcoap_net.c588 sys_untimeout(coap_io_process_timeout, (void *)context); in coap_free_context()
/third_party/lwip/src/core/
H A Dtimeouts.c319 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
H A Dlowpower.c429 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c108 sys_untimeout(tftp_tmr, NULL); in close_handle()
/third_party/lwip/src/api/
H A Dtcpip.c194 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg()
467 * call sys_untimeout in tcpip_thread
/third_party/lwip/src/apps/mdns/
H A Dmdns.c1839 sys_untimeout(mdns_probe, pkt->netif); in mdns_handle_response()
2123 sys_untimeout(mdns_probe, netif); in mdns_resp_remove_netif()
2368 sys_untimeout(mdns_probe, netif); in mdns_resp_restart()
/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c558 sys_untimeout(mqtt_cyclic_timer, client); in mqtt_close()

Completed in 22 milliseconds