Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp_impl.h60 void tcp_fasttmr (void);
/lib/liblwip/doc/
Drawapi.txt310 is running, the two timer functions tcp_fasttmr() and tcp_slowtmr()
311 must be called with regular intervals. The tcp_fasttmr() should be
414 Note: you must call tcp_fasttmr() and tcp_slowtmr() at the
/lib/liblwip/src/core/
Dtcp.c144 tcp_fasttmr(); in tcp_tmr()
1046 tcp_fasttmr(void) in tcp_fasttmr() function
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c24 tcp_fasttmr(); in test_tcp_tmr()