Lines Matching refs:sys_timeout
88 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL);
107 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL);
124 sys_timeout(IP_TMR_INTERVAL, ip_reass_timer, NULL);
140 sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
156 sys_timeout(DHCP_COARSE_TIMER_MSECS, dhcp_timer_coarse, NULL);
170 sys_timeout(DHCP_FINE_TIMER_MSECS, dhcp_timer_fine, NULL);
186 sys_timeout(AUTOIP_TMR_INTERVAL, autoip_timer, NULL);
202 sys_timeout(IGMP_TMR_INTERVAL, igmp_timer, NULL);
218 sys_timeout(DNS_TMR_INTERVAL, dns_timer, NULL);
226 sys_timeout(IP_TMR_INTERVAL, ip_reass_timer, NULL);
229 sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
232 sys_timeout(DHCP_COARSE_TIMER_MSECS, dhcp_timer_coarse, NULL);
233 sys_timeout(DHCP_FINE_TIMER_MSECS, dhcp_timer_fine, NULL);
236 sys_timeout(AUTOIP_TMR_INTERVAL, autoip_timer, NULL);
239 sys_timeout(IGMP_TMR_INTERVAL, igmp_timer, NULL);
242 sys_timeout(DNS_TMR_INTERVAL, dns_timer, NULL);
266 sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg)
273 LWIP_ASSERT("sys_timeout: timeout != NULL, pool MEMP_SYS_TIMEOUT is empty", timeout != NULL);
282 LWIP_DEBUGF(TIMERS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" handler=%s arg=%p\n",