| /minix3/minix/lib/liblwip/dist/src/core/ |
| H A D | timeouts.c | 134 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer() 153 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcp_timer_needed() 171 sys_timeout(cyclic->interval_ms, cyclic_timer, arg); in cyclic_timer() 182 …sys_timeout(lwip_cyclic_timers[i].interval_ms, cyclic_timer, LWIP_CONST_CAST(void*, &lwip_cyclic_t… in sys_timeouts_init() 204 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug()
|
| /minix3/minix/lib/liblwip/dist/src/include/lwip/ |
| H A D | timeouts.h | 100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) macro 102 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
|
| /minix3/minix/lib/liblwip/dist/src/apps/sntp/ |
| H A D | sntp.c | 273 sys_timeout(sntp_retry_timeout, sntp_request, NULL); in sntp_retry() 413 sys_timeout((u32_t)SNTP_UPDATE_DELAY, sntp_request, NULL); in sntp_recv() 450 sys_timeout((u32_t)SNTP_RECV_TIMEOUT, sntp_try_next_server, NULL); in sntp_send_request() 459 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_request, NULL); in sntp_send_request() 526 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_try_next_server, NULL); in sntp_request() 555 sys_timeout((u32_t)SNTP_STARTUP_DELAY_FUNC, sntp_request, NULL); in sntp_init()
|
| /minix3/minix/lib/liblwip/dist/src/netif/ppp/ |
| H A D | pppol2tp.c | 328 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_connect() 680 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet() 692 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet() 731 sys_timeout(retry_wait, pppol2tp_timeout, l2tp); in pppol2tp_timeout() 745 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_timeout() 753 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_timeout() 767 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_timeout()
|
| H A D | pppoe.c | 608 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_disc_input() 855 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout() 867 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padi_retried), pppoe_timeout, sc); in pppoe_timeout() 874 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout() 936 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect()
|
| H A D | ppp.c | 283 sys_timeout((u32_t)(holdoff*1000), ppp_do_connect, pcb); in ppp_connect()
|
| /minix3/minix/lib/liblwip/dist/src/apps/tftp/ |
| H A D | tftp_server.c | 239 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in recv() 371 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()
|
| /minix3/minix/lib/liblwip/dist/src/include/netif/ppp/ |
| H A D | ppp_impl.h | 534 #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)
|
| /minix3/minix/lib/liblwip/dist/src/api/ |
| H A D | tcpip.c | 132 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
|
| /minix3/minix/lib/liblwip/dist/src/apps/mqtt/ |
| H A D | mqtt.c | 589 sys_timeout(MQTT_CYCLIC_TIMER_INTERVAL*1000, mqtt_cyclic_timer, arg); in mqtt_cyclic_timer() 993 sys_timeout(MQTT_CYCLIC_TIMER_INTERVAL*1000, mqtt_cyclic_timer, client); in mqtt_tcp_connect_cb()
|
| /minix3/minix/lib/liblwip/dist/ |
| H A D | CHANGELOG | 2606 each 10ms (but, it's intrusive if you use sys_timeout feature). Now, you can 3321 like "sys_timeout" in their application threads.
|