Searched refs:LWIP_TCP (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c101 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
111 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0) + LWIP_CONNECTION_PROXY))
118 #if (LWIP_TCP && (TCP_WND > 0xffff))
121 #if (LWIP_TCP && (TCP_SND_QUEUELEN > 0xffff))
124 #if (LWIP_TCP && (TCP_SND_QUEUELEN < 2))
127 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
130 #if (LWIP_TCP && TCP_LISTEN_BACKLOG && (TCP_DEFAULT_LISTEN_BACKLOG < 0) || (TCP_DEFAULT_LISTEN_BACKLOG > 0xff))
157 #if (LWIP_TCP && ((LWIP_EVENT_API && LWIP_CALLBACK_API) || (!LWIP_EVENT_API && !LWIP_CALLBACK_API)))
184 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
190 #if LWIP_NETCONN && LWIP_TCP
[all...]
H A Dtimers.c74 #if LWIP_TCP
77 #endif /* LWIP_TCP */
85 #if LWIP_TCP
123 #endif /* LWIP_TCP */
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 */
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dapi_lib.c83 #if LWIP_TCP
85 #endif /* LWIP_TCP */
201 #if LWIP_TCP
211 #endif /* LWIP_TCP */
212 #if (LWIP_UDP || LWIP_RAW) && LWIP_TCP
214 #endif /* (LWIP_UDP || LWIP_RAW) && LWIP_TCP */
258 #if LWIP_TCP
275 #else /* LWIP_TCP */
279 #endif /* LWIP_TCP */
293 #if LWIP_TCP
[all...]
H A Dapi_msg.c65 #if LWIP_TCP
208 #if LWIP_TCP
481 #endif /* LWIP_TCP */
521 #if LWIP_TCP
528 #endif /* LWIP_TCP */
603 #if LWIP_TCP
607 #endif /* LWIP_TCP */
621 #if LWIP_TCP
630 #if LWIP_TCP
633 #endif /* LWIP_TCP */
[all...]
H A Dsockets.c869 #if LWIP_TCP
871 #else /* LWIP_TCP */
875 #endif /* LWIP_TCP */
1638 #if LWIP_TCP
1666 #endif /* LWIP_TCP */
1888 #if LWIP_TCP
1925 #endif /* LWIP_TCP */
2093 #if LWIP_TCP
2121 #endif /* LWIP_TCP */
2332 #if LWIP_TCP
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dtcpip.c51 #if LWIP_TCP
83 #endif /* LWIP_TCP */
106 #if LWIP_TCP
H A Dapi_msg.c105 #if LWIP_TCP
269 #endif /* LWIP_TCP */
320 #if LWIP_TCP
357 #if LWIP_TCP
417 #if LWIP_TCP
421 #endif /* LWIP_TCP */
441 #if LWIP_TCP
445 #endif /* LWIP_TCP */
451 #if LWIP_TCP
515 #if LWIP_TCP
[all...]
/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h117 #define LWIP_TCP 1 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h137 #define LWIP_TCP 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h248 * (requires the LWIP_TCP option)
256 * (requires the LWIP_TCP option)
264 * (requires the LWIP_TCP option)
316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0))
920 * LWIP_TCP==1: Turn on TCP.
922 #ifndef LWIP_TCP
923 #define LWIP_TCP 1 macro
960 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
1605 #define TCP_STATS (LWIP_TCP)
H A Dmemp_std.h41 #if LWIP_TCP
45 #endif /* LWIP_TCP */
H A Dpbuf.h132 #if LWIP_TCP && TCP_QUEUE_OOSEQ
148 #endif /* LWIP_TCP && TCP_QUEUE_OOSEQ */
H A Dapi.h180 #if LWIP_TCP
184 #endif /* LWIP_TCP */
210 #if LWIP_TCP
218 #endif /* LWIP_TCP */
H A Dtcp.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
413 #endif /* LWIP_TCP */
H A Dsockets.h193 #if LWIP_TCP
202 #endif /* LWIP_TCP */
H A Dtcp_impl.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
513 #endif /* LWIP_TCP */
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h301 #ifndef LWIP_TCP
302 #define LWIP_TCP 1 macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c179 #if LWIP_TCP
H A Dtcp_out.c56 #if LWIP_TCP
718 #endif /* LWIP_TCP */
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib2.c94 #if LWIP_TCP
221 #if LWIP_TCP
661 #if LWIP_TCP
673 #if LWIP_TCP
685 #if LWIP_TCP
3466 #if LWIP_TCP
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib2.c104 #if LWIP_TCP
233 #if LWIP_TCP
678 #if LWIP_TCP
690 #if LWIP_TCP
702 #if LWIP_TCP
3583 #if LWIP_TCP
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip.c342 #if LWIP_TCP
347 #endif /* LWIP_TCP */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c638 #if LWIP_TCP
642 #endif /* LWIP_TCP */
669 #if LWIP_TCP
674 #endif /* LWIP_TCP */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6.c780 #if LWIP_TCP
786 #endif /* LWIP_TCP */
823 #if LWIP_TCP
829 #endif /* LWIP_TCP */

Completed in 132 milliseconds

12