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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c56 u32_t tcp_ticks; variable
88 tcp_ticks = 0;
479 ++tcp_ticks;
531 if ((u32_t)(tcp_ticks - pcb->tmr) >
540 if((u32_t)(tcp_ticks - pcb->tmr) > (pcb->keepalive + TCP_MAXIDLE) / TCP_SLOW_INTERVAL) {
547 else if((u32_t)(tcp_ticks - pcb->tmr) > (pcb->keepalive + pcb->keep_cnt * TCP_KEEPINTVL) / TCP_SLOW_INTERVAL) {
558 (u32_t)tcp_ticks - pcb->tmr >=
568 if ((u32_t)(tcp_ticks - pcb->tmr) >
577 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {
628 if ((u32_t)(tcp_ticks
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c98 u32_t tcp_ticks; variable
869 ++tcp_ticks;
959 if ((u32_t)(tcp_ticks - pcb->tmr) >
971 if((u32_t)(tcp_ticks - pcb->tmr) >
981 else if((u32_t)(tcp_ticks - pcb->tmr) >
995 (u32_t)tcp_ticks - pcb->tmr >= pcb->rto * TCP_OOSEQ_TIMEOUT) {
1014 if ((u32_t)(tcp_ticks - pcb->tmr) >
1023 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {
1093 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {
1317 (u32_t)(tcp_ticks
[all...]
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h278 #define tcp_ticks lwip_tcp_ticks macro
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h200 #define tcp_ticks lwip_tcp_ticks macro

Completed in 55 milliseconds