Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h60 void tcp_slowtmr (void);
/external/syslinux/core/lwip/doc/
Drawapi.txt304 is running, the two timer functions tcp_fasttmr() and tcp_slowtmr()
307 tcp_slowtmr() should be called every TCP_SLOW_INTERVAL milliseconds.
408 Note: you must call tcp_fasttmr() and tcp_slowtmr() at the
/external/syslinux/core/lwip/src/core/
Dtcp.c117 tcp_slowtmr(); in tcp_tmr()
750 tcp_slowtmr(void) in tcp_slowtmr() function