Home
last modified time | relevance | path

Searched refs:tcp_fasttmr (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/core/
H A Dlowpower.c74 {TCP_FAST_INTERVAL, tcp_fasttmr, tcp_fast_tmr_tick TCP_FASTTMR_NAME},
H A Dtcp.c250 /* Call tcp_fasttmr() every 250 ms */ in tcp_tmr()
251 tcp_fasttmr(); in tcp_tmr()
1657 tcp_fasttmr(void) function
1672 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));
1679 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: pending FIN\n"));
/third_party/lwip/src/include/lwip/priv/
H A Dtcp_priv.h68 void tcp_fasttmr (void);
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c36 tcp_fasttmr(); in test_tcp_tmr()

Completed in 7 milliseconds