Searched refs:TCP_QUEUE_OOSEQ (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h40 #define TCP_QUEUE_OOSEQ 1 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h60 #define TCP_QUEUE_OOSEQ 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dpbuf.h132 #if LWIP_TCP && TCP_QUEUE_OOSEQ
148 #endif /* LWIP_TCP && TCP_QUEUE_OOSEQ */
H A Dopt.h956 * TCP_QUEUE_OOSEQ==1: TCP will queue segments that arrive out of order.
959 #ifndef TCP_QUEUE_OOSEQ
960 #define TCP_QUEUE_OOSEQ (LWIP_TCP) macro
1023 * Default is 0 (no limit). Only valid for TCP_QUEUE_OOSEQ==0.
1031 * Default is 0 (no limit). Only valid for TCP_QUEUE_OOSEQ==0.
H A Dtcp.h250 #if TCP_QUEUE_OOSEQ
252 #endif /* TCP_QUEUE_OOSEQ */
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h324 #ifndef TCP_QUEUE_OOSEQ
325 #define TCP_QUEUE_OOSEQ 1 macro
H A Dtcp.h284 #if TCP_QUEUE_OOSEQ
286 #endif /* TCP_QUEUE_OOSEQ */
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c226 #if TCP_QUEUE_OOSEQ
230 #endif /* TCP_QUEUE_OOSEQ */
556 #if TCP_QUEUE_OOSEQ
564 #endif /* TCP_QUEUE_OOSEQ */
721 #if TCP_QUEUE_OOSEQ
978 #if TCP_QUEUE_OOSEQ /* LW */
985 #endif /* TCP_QUEUE_OOSEQ */
H A Dtcp_in.c630 #if TCP_QUEUE_OOSEQ
934 #if TCP_QUEUE_OOSEQ
942 #endif /* TCP_QUEUE_OOSEQ */
981 #if TCP_QUEUE_OOSEQ
1018 #endif /* TCP_QUEUE_OOSEQ */
1027 #if TCP_QUEUE_OOSEQ
1137 #endif /* TCP_QUEUE_OOSEQ */
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h39 #define TCP_QUEUE_OOSEQ 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c401 #if TCP_QUEUE_OOSEQ
405 #endif /* TCP_QUEUE_OOSEQ */
993 #if TCP_QUEUE_OOSEQ
1000 #endif /* TCP_QUEUE_OOSEQ */
1253 #if TCP_QUEUE_OOSEQ
1274 #endif /* TCP_QUEUE_OOSEQ */
1634 #if TCP_QUEUE_OOSEQ
1640 #endif /* TCP_QUEUE_OOSEQ */
1679 #if TCP_QUEUE_OOSEQ
1681 #endif /* TCP_QUEUE_OOSEQ */
[all...]
H A Dtcp_in.c1061 #if TCP_QUEUE_OOSEQ
1100 #endif /* TCP_QUEUE_OOSEQ */
1118 #if TCP_QUEUE_OOSEQ
1120 #endif /* TCP_QUEUE_OOSEQ */
1517 #if TCP_QUEUE_OOSEQ
1568 #endif /* TCP_QUEUE_OOSEQ */
1599 #if TCP_QUEUE_OOSEQ
1636 #endif /* TCP_QUEUE_OOSEQ */
1652 #if TCP_QUEUE_OOSEQ
1798 #endif /* TCP_QUEUE_OOSEQ */
[all...]
H A Dpbuf.c73 #if LWIP_TCP && TCP_QUEUE_OOSEQ
87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ
89 #else /* !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ */
173 #endif /* !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ */

Completed in 895 milliseconds