Searched refs:timer (Results 1 – 9 of 9) sorted by relevance
| /lib/liblwip/src/core/ipv4/ |
| D | igmp.c | 332 group->timer = 0; /* Not running */ in igmp_lookup_group() 489 group->timer = 0; /* stopped */ in igmp_input() 660 if (group->timer > 0) { in igmp_tmr() 661 group->timer--; in igmp_tmr() 662 if (group->timer == 0) { in igmp_tmr() 705 group->timer = (LWIP_RAND() % (max_time - 1)) + 1; in igmp_start_timer() 719 ((group->timer == 0) || (maxresp < group->timer)))) { in igmp_delaying_member()
|
| D | ip_frag.c | 130 if (r->timer > 0) { in ip_reass_tmr() 131 r->timer--; in ip_reass_tmr() 132 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n",(u16_t)r->timer)); in ip_reass_tmr() 243 } else if (r->timer <= oldest->timer) { in ip_reass_remove_oldest_datagram() 288 ipr->timer = IP_REASS_MAXAGE; in ip_reass_enqueue_new_datagram()
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip_frag.h | 60 u8_t timer; member
|
| D | igmp.h | 84 u16_t timer; member
|
| /lib/liblwip/ |
| D | UPGRADING | 50 * Separated timer implementation from sys.h/.c, moved to timers.h/.c; 51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you 52 still want to use your own timer implementation for NO_SYS==0 (as before). 130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
|
| D | CHANGELOG | 192 * tcp_in.c, tcp_out.c: fixed bug #34517 (persist timer is started although no 193 zero window is received) by starting the persist timer when a zero window is 530 added timers.c/.h: Separated timer implementation from semaphore/mbox 531 implementation, moved timer implementation to timers.c/.h, timers are 565 is present never times out) by starting retransmission timer before checking 688 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading 1554 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Add TCP persist timer 1632 build time options. DNS timer is added in tcpip_thread context. DHCP can set 1700 * snmp.h, mib2.c: enable to remove SNMP timer (which consumne several cycles 2110 * tcp_out.c: BUG20511. Modify persist timer to start when we are [all …]
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 98 snmp_inc_sysuptime(). You should call this from a timer interrupt 99 or a timer signal handler depending on your runtime environment.
|
| D | rawapi.txt | 254 timer for killing connections that have stayed idle for too long, or 266 number of TCP coarse grained timer shots, which typically occurs 310 is running, the two timer functions tcp_fasttmr() and tcp_slowtmr()
|
| D | sys_arch.txt | 16 implement timer scheduling as well but as of lwIP 0.5 this is
|