Lines Matching refs:timer
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
2381 * tcp_out.c: Fix for bug #20075 : "A problem with keep-alive timer and TCP flags"
2495 timer is reset to fix bug#19434, with help from Oleg Tyshev.
2862 (currently TCP_WND/2). This avoids waiting for a timer to expire to send a
3114 * ARP timer now implemented.