Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtimeouts.c83 {TCP_TMR_INTERVAL, HANDLER(tcp_tmr)},
151 tcp_tmr(); in tcpip_tcp_timer()
Dtcp.c248 tcp_tmr(void) in tcp_tmr() function
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h62 void tcp_tmr (void); /* Must be called every
/third_party/lwip/
DCHANGELOG286 * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)
4283 * A new TCP function, tcp_tmr(), now handles both TCP timers.