Searched refs:tcp_fasttmr (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h253 #define tcp_fasttmr lwip_tcp_fasttmr macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h169 #define tcp_fasttmr lwip_tcp_fasttmr macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp_impl.h62 void tcp_fasttmr (void);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c100 /* Call tcp_fasttmr() every 250 ms */
101 tcp_fasttmr();
660 tcp_fasttmr(void) function
667 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h100 void tcp_fasttmr (void);
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c149 /* Call tcp_fasttmr() every 250 ms */
150 tcp_fasttmr();
1129 tcp_fasttmr(void) function
1144 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));

Completed in 55 milliseconds