/third_party/lwip/test/unit/core/ |
D | test_timers.c | 65 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/ |
D | sntp.c | 374 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/ |
D | ppp_impl.h | 535 #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/ |
D | timeouts.h | 116 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
D | lowpower.h | 157 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
/third_party/lwip/src/netif/ppp/ |
D | pppol2tp.c | 251 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()
|
D | pppoe.c | 300 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);
|
D | ppp.c | 342 sys_untimeout(ppp_do_connect, pcb); in ppp_close()
|
/third_party/lwip/src/core/ |
D | timeouts.c | 319 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
|
D | lowpower.c | 429 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
|
/third_party/lwip/src/apps/tftp/ |
D | tftp_server.c | 108 sys_untimeout(tftp_tmr, NULL); in close_handle()
|
/third_party/lwip/src/api/ |
D | tcpip.c | 194 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg()
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 1839 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/ |
D | mqtt.c | 558 sys_untimeout(mqtt_cyclic_timer, client); in mqtt_close()
|
/third_party/libcoap/src/ |
D | net.c | 3634 sys_untimeout(coap_retransmittimer_execute, (void*)ctx); in coap_retransmittimer_restart()
|