| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | timers.c | 88 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer() 124 sys_timeout(IP_TMR_INTERVAL, ip_reass_timer, NULL); in ip_reass_timer() 140 sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL); in arp_timer() 186 sys_timeout(AUTOIP_TMR_INTERVAL, autoip_timer, NULL); in autoip_timer() 202 sys_timeout(IGMP_TMR_INTERVAL, igmp_timer, NULL); in igmp_timer() 218 sys_timeout(DNS_TMR_INTERVAL, dns_timer, NULL); in dns_timer() 226 sys_timeout(IP_TMR_INTERVAL, ip_reass_timer, NULL); in sys_timeouts_init() 229 sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL); in sys_timeouts_init() 236 sys_timeout(AUTOIP_TMR_INTERVAL, autoip_timer, NULL); in sys_timeouts_init() 239 sys_timeout(IGMP_TMR_INTERVAL, igmp_timer, NULL); in sys_timeouts_init() [all …]
|
| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_timers.c | 53 sys_timeout(test_cyclic.interval_ms, lwip_cyclic_timer, &test_cyclic); in do_test_cyclic_timers() 70 sys_timeout(test_cyclic.interval_ms, lwip_cyclic_timer, &test_cyclic); in do_test_cyclic_timers() 103 sys_timeout(20, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 0)); in START_TEST() 104 sys_timeout( 5, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 2)); in START_TEST() 113 sys_timeout(10, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 1)); in START_TEST() 134 sys_timeout(10, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 0)); in do_test_timers() 136 sys_timeout(20, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 1)); in do_test_timers() 138 sys_timeout( 5, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 2)); in do_test_timers() 197 sys_timeout(LWIP_UINT32_MAX / 4, dummy_handler, LWIP_PTR_NUMERIC_CAST(void*, 0)); in START_TEST()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| 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()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) macro 83 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| 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);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | timeouts.h | 107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) macro 109 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
|
| /components/net/lwip/lwip-2.0.3/src/apps/sntp/ |
| 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()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | timeouts.c | 153 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer() 174 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcp_timer_needed() 271 …sys_timeout(lwip_cyclic_timers[i].interval_ms, lwip_cyclic_timer, LWIP_CONST_CAST(void *, &lwip_cy… in sys_timeouts_init() 290 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) in sys_timeout_debug()
|
| /components/net/lwip/lwip-2.1.2/src/apps/sntp/ |
| A D | sntp.c | 374 sys_timeout(sntp_retry_timeout, sntp_request, NULL); in sntp_retry() 520 sys_timeout(sntp_update_delay, sntp_request, NULL); in sntp_recv() 561 sys_timeout((u32_t)SNTP_RECV_TIMEOUT, sntp_try_next_server, NULL); in sntp_send_request() 570 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_request, NULL); in sntp_send_request() 638 sys_timeout((u32_t)SNTP_RETRY_TIMEOUT, sntp_try_next_server, NULL); in sntp_request() 669 sys_timeout((u32_t)SNTP_STARTUP_DELAY_FUNC, sntp_request, NULL); in sntp_init()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | bridgeif_fdb.c | 187 sys_timeout(BRIDGEIF_AGE_TIMER_MS, bridgeif_age_tmr, arg); in bridgeif_age_tmr() 209 sys_timeout(BRIDGEIF_AGE_TIMER_MS, bridgeif_age_tmr, fdb); in bridgeif_fdb_init()
|
| A D | zepif.c | 102 sys_timeout(LOWPAN6_TMR_INTERVAL, zep_lowpan_timer, arg); in zep_lowpan_timer() 285 sys_timeout(LOWPAN6_TMR_INTERVAL, zep_lowpan_timer, NULL); in zepif_init()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppol2tp.c | 328 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_connect() 704 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet() 716 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_dispatch_control_packet() 756 sys_timeout(retry_wait, pppol2tp_timeout, l2tp); in pppol2tp_timeout() 771 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_timeout() 780 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_timeout() 795 sys_timeout(PPPOL2TP_CONTROL_TIMEOUT, pppol2tp_timeout, l2tp); in pppol2tp_timeout()
|
| A D | pppoe.c | 610 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_disc_input() 858 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout() 871 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padi_retried), pppoe_timeout, sc); in pppoe_timeout() 879 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout() 941 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| 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()
|
| 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()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_oe.c | 515 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_dispatch_disc_pkt() 773 sys_timeout(retry_wait, pppoe_timeout, sc); in pppoe_timeout() 785 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padi_retried), pppoe_timeout, sc); in pppoe_timeout() 792 sys_timeout(PPPOE_DISC_TIMEOUT * (1 + sc->sc_padr_retried), pppoe_timeout, sc); in pppoe_timeout() 823 sys_timeout(PPPOE_DISC_TIMEOUT, pppoe_timeout, sc); in pppoe_connect() 840 sys_timeout(20, pppoe_timeout, sc); in pppoe_disconnect()
|
| A D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(…
|
| /components/net/lwip/lwip-2.0.3/src/apps/tftp/ |
| 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()
|
| /components/net/lwip/lwip-2.1.2/src/apps/tftp/ |
| A D | tftp_server.c | 238 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in recv() 377 sys_timeout(TFTP_TIMER_MSECS, tftp_tmr, NULL); in tftp_tmr()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A 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)
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| 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)
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | tcpip.c | 123 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | tcpip.c | 132 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | tcpip.c | 184 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg()
|
| /components/net/lwip/lwip-2.0.3/src/apps/mqtt/ |
| A D | mqtt.c | 590 sys_timeout(MQTT_CYCLIC_TIMER_INTERVAL*1000, mqtt_cyclic_timer, arg); in mqtt_cyclic_timer() 994 sys_timeout(MQTT_CYCLIC_TIMER_INTERVAL*1000, mqtt_cyclic_timer, client); in mqtt_tcp_connect_cb()
|