Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtimeouts.c166 tcp_timer_needed(void) in tcp_timer_needed() function
448 tcp_timer_needed(void) in tcp_timer_needed() function
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h371 tcp_timer_needed(); \
396 tcp_timer_needed(); \
505 void tcp_timer_needed(void);
/third_party/lwip/
DCHANGELOG1824 * timers.c: patch #7329: tcp_timer_needed prototype was ifdef'ed out for
2141 * timers.c, tcp.h: Call tcp_timer_needed() with NO_SYS==1, too