Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
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/
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/netif/ppp/
Dppp_impl.h535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh…
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/include/lwip/
Dtimeouts.h116 void sys_untimeout(sys_timeout_handler handler, void *arg);
Dlowpower.h157 void sys_untimeout(sys_timeout_handler handler, void *arg);
/third_party/lwip/src/netif/ppp/
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()
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);
Dppp.c342 sys_untimeout(ppp_do_connect, pcb); in ppp_close()
/third_party/lwip/src/core/
Dtimeouts.c319 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
Dlowpower.c429 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
/third_party/lwip/src/apps/tftp/
Dtftp_server.c108 sys_untimeout(tftp_tmr, NULL); in close_handle()
/third_party/lwip/src/api/
Dtcpip.c194 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg()
/third_party/lwip/src/apps/mdns/
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/
Dmqtt.c558 sys_untimeout(mqtt_cyclic_timer, client); in mqtt_close()
/third_party/libcoap/src/
Dnet.c3634 sys_untimeout(coap_retransmittimer_execute, (void*)ctx); in coap_retransmittimer_restart()