Searched refs:tcp_tmr (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c60 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
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtimers.c87 * Timer callback function that calls tcp_tmr() and reschedules itself.
97 tcp_tmr();
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-new/src/include/lwip/
H A Dtcp_impl.h56 void tcp_tmr (void); /* Must be called every
60 intervals (instead of calling tcp_tmr()). */
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h52 void tcp_tmr (void); /* Must be called every
98 intervals (instead of calling tcp_tmr()). */
/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. */

Completed in 71 milliseconds