Home
last modified time | relevance | path

Searched refs:tcp_tmr (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/core/
H A Dtimeouts.c81 {TCP_TMR_INTERVAL, HANDLER(tcp_tmr)},
149 tcp_tmr(); in tcpip_tcp_timer()
H A Dtcp.c234 tcp_tmr(void) in tcp_tmr() function
/reactos/drivers/network/tcpip/lwip/src/include/lwip/priv/
H A Dtcp_priv.h62 void tcp_tmr (void); /* Must be called every
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG373 * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)
4370 * A new TCP function, tcp_tmr(), now handles both TCP timers.