Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtimeouts.c75 {TCP_TMR_INTERVAL, HANDLER(tcp_tmr)},
130 tcp_tmr(); in tcpip_tcp_timer()
H A Dtcp.c156 tcp_tmr(void) in tcp_tmr() function
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/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
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtimers.c84 tcp_tmr(); in tcpip_tcp_timer()
H A Dtcp.c141 tcp_tmr(void) in tcp_tmr() function
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp_impl.h54 void tcp_tmr (void); /* Must be called every
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dtcp_priv.h62 void tcp_tmr (void); /* Must be called every
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dtcp_priv.h62 void tcp_tmr (void); /* Must be called every
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCHANGELOG231 * tcp_close does not fail on memory error (instead, FIN is sent from tcp_tmr)
4228 * A new TCP function, tcp_tmr(), now handles both TCP timers.
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DCHANGELOG3084 * A new TCP function, tcp_tmr(), now handles both TCP timers.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DCHANGELOG4011 * A new TCP function, tcp_tmr(), now handles both TCP timers.