Searched defs:tcp_tmr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c98 tcp_tmr(void) function
104 /* Call tcp_tmr() every 500 ms, i.e., every other timer
105 tcp_tmr() is called. */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c127 /** Timer counter to handle calling slow-timer from tcp_tmr() */
147 tcp_tmr(void) function
153 /* Call tcp_tmr() every 500 ms, i.e., every other timer
154 tcp_tmr() is called. */
856 * Automatically called from tcp_tmr().
1126 * Automatically called from tcp_tmr().
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h281 #define tcp_tmr lwip_tcp_tmr macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h203 #define tcp_tmr lwip_tcp_tmr macro

Completed in 53 milliseconds