Home
last modified time | relevance | path

Searched refs:LWIP_TCP (Results 1 – 25 of 40) sorted by relevance

12

/third_party/lwip/src/core/
Dinit.c116 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
140 #if (LWIP_TCP && (TCP_WND > 0xffffffff))
143 #if (LWIP_TCP && (TCP_RCV_SCALE > 14))
146 #if (LWIP_TCP && (TCP_WND > (0xFFFFU << TCP_RCV_SCALE)))
149 #if (LWIP_TCP && ((TCP_WND >> TCP_RCV_SCALE) == 0))
153 #if (LWIP_TCP && (TCP_WND > 0xffff))
157 #if (LWIP_TCP && (TCP_SND_QUEUELEN > 0xffff))
160 #if (LWIP_TCP && (TCP_SND_QUEUELEN < 2))
163 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
166 #if (LWIP_TCP && TCP_LISTEN_BACKLOG && ((TCP_DEFAULT_LISTEN_BACKLOG < 0) || (TCP_DEFAULT_LISTEN_BAC…
[all …]
Dtimeouts.c80 #if LWIP_TCP
136 #if LWIP_TCP
270 for (i = (LWIP_TCP ? 1 : 0); i < LWIP_ARRAYSIZE(lwip_cyclic_timers); i++) { in sys_timeouts_init()
Dpbuf.c80 #if LWIP_TCP && TCP_QUEUE_OOSEQ
97 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ
1134 #if LWIP_TCP && TCP_QUEUE_OOSEQ && LWIP_WND_SCALE
Dlowpower.c69 #if LWIP_TCP
/third_party/lwip/src/api/
Dapi_msg.c75 #if LWIP_TCP
108 #if LWIP_TCP
285 #if LWIP_TCP
694 #if LWIP_TCP
784 #if LWIP_TCP
804 #if LWIP_TCP
813 #if LWIP_TCP
854 #if LWIP_TCP
893 #if LWIP_TCP
911 #if LWIP_TCP
[all …]
Dapi_lib.c165 #if LWIP_TCP in netconn_new_with_proto_and_callback()
204 #if LWIP_TCP in netconn_prepare_delete()
436 #if LWIP_TCP in netconn_listen_with_backlog()
473 #if LWIP_TCP in netconn_accept()
634 #if LWIP_TCP in netconn_recv_data()
652 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
675 #if LWIP_TCP
862 #if LWIP_TCP in netconn_recv()
871 #if LWIP_TCP in netconn_recv()
900 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv()
[all …]
Dsockets.c944 #if LWIP_TCP
1084 #if LWIP_TCP
1253 #if LWIP_TCP in lwip_recvfrom_internal()
1359 #if LWIP_TCP in lwip_recvmsg()
1483 #if LWIP_TCP in lwip_sendmsg_internal()
1508 #if LWIP_TCP in lwip_sendmsg_internal()
1670 #if LWIP_TCP in lwip_sendto_internal()
2980 #if LWIP_TCP in lwip_getsockopt_impl()
3154 #if LWIP_TCP in lwip_getsockopt_impl()
3518 #if LWIP_TCP in lwip_setsockopt_impl()
[all …]
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h49 #if LWIP_TCP
55 #if LWIP_ALTCP && LWIP_TCP
Dapi_msg.h126 #if LWIP_TCP
Dtcp_priv.h42 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/third_party/lwip/src/include/lwip/
Dopt.h508 #define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
1220 #if !defined LWIP_TCP || defined __DOXYGEN__
1221 #define LWIP_TCP 1 macro
1261 #define TCP_QUEUE_OOSEQ LWIP_TCP
2172 #define TCP_STATS (LWIP_TCP)
Dpbuf.h257 #if LWIP_TCP && TCP_QUEUE_OOSEQ && NO_SYS && PBUF_POOL_FREE_OOSEQ
311 #if LWIP_TCP && TCP_QUEUE_OOSEQ && LWIP_WND_SCALE
Dtcpbase.h43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dapi.h239 #if LWIP_TCP
278 #if LWIP_TCP
Dtcp.h43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dsockets.h275 #if LWIP_TCP
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2.c102 #if LWIP_TCP
Dsnmp_mib2_tcp.c48 #if LWIP_SNMP && SNMP_LWIP_MIB2 && LWIP_TCP
/third_party/lwip/src/include/lwip/apps/
Dhttp_client.h48 #if LWIP_TCP && LWIP_CALLBACK_API
/third_party/lwip/src/include/netif/ppp/
Dppp_opts.h319 #if !PPPOS_SUPPORT || !PPP_IPV4_SUPPORT || !LWIP_TCP
/third_party/lwip/test/unit/core/
Dtest_pbuf.c12 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !LWIP_WND_SCALE
/third_party/lwip/
D0050-lwip-reuse-ip-port.patch171 #endif /* LWIP_TCP */
D0002-adapt-lstack.patch152 #endif /* LWIP_TCP */
192 #endif /* LWIP_TCP */
195 #if LWIP_TCP
215 #endif /* LWIP_TCP */
2110 #if LWIP_TCP
2119 #endif /* LWIP_TCP */
2152 #if LWIP_TCP
2160 #endif /* LWIP_TCP */
3004 #if LWIP_TCP
4535 #endif /* LWIP_TCP */
[all …]
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c60 #if LWIP_TCP && LWIP_CALLBACK_API
/third_party/lwip/src/apps/http/
Dhttp_client.c61 #if LWIP_TCP && LWIP_CALLBACK_API

12