Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp_impl.h59 void tcp_slowtmr (void);
/lib/liblwip/doc/
Drawapi.txt310 is running, the two timer functions tcp_fasttmr() and tcp_slowtmr()
313 tcp_slowtmr() should be called every TCP_SLOW_INTERVAL milliseconds.
414 Note: you must call tcp_fasttmr() and tcp_slowtmr() at the
/lib/liblwip/src/core/
Dtcp.c149 tcp_slowtmr(); in tcp_tmr()
788 tcp_slowtmr(void) in tcp_slowtmr() function
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c26 tcp_slowtmr(); in test_tcp_tmr()