Home
last modified time | relevance | path

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

12

/third_party/lwip/src/core/
Dinit.c113 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
137 #if (LWIP_TCP && (TCP_WND > 0xffffffff))
140 #if (LWIP_TCP && (TCP_RCV_SCALE > 14))
143 #if (LWIP_TCP && (TCP_WND > (0xFFFFU << TCP_RCV_SCALE)))
146 #if (LWIP_TCP && ((TCP_WND >> TCP_RCV_SCALE) == 0))
150 #if (LWIP_TCP && (TCP_WND > 0xffff))
154 #if (LWIP_TCP && (TCP_SND_QUEUELEN > 0xffff))
157 #if (LWIP_TCP && (TCP_SND_QUEUELEN < 2))
160 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
163 #if (LWIP_TCP && TCP_LISTEN_BACKLOG && ((TCP_DEFAULT_LISTEN_BACKLOG < 0) || (TCP_DEFAULT_LISTEN_BAC…
[all …]
Dtimeouts.c78 #if LWIP_TCP
134 #if LWIP_TCP
268 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
/third_party/lwip/src/api/
Dapi_msg.c75 #if LWIP_TCP
108 #if LWIP_TCP
285 #if LWIP_TCP
655 #if LWIP_TCP
738 #if LWIP_TCP
758 #if LWIP_TCP
767 #if LWIP_TCP
808 #if LWIP_TCP
847 #if LWIP_TCP
865 #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.c940 #if LWIP_TCP
1080 #if LWIP_TCP
1249 #if LWIP_TCP in lwip_recvfrom_internal()
1355 #if LWIP_TCP in lwip_recvmsg()
1479 #if LWIP_TCP in lwip_sendmsg_internal()
1504 #if LWIP_TCP in lwip_sendmsg_internal()
1666 #if LWIP_TCP in lwip_sendto_internal()
2976 #if LWIP_TCP in lwip_getsockopt_impl()
3150 #if LWIP_TCP in lwip_getsockopt_impl()
3511 #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/
Dtcpbase.h43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
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
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/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
/third_party/lwip/src/core/ipv4/
Dip4.c706 #if LWIP_TCP
/third_party/lwip/src/core/ipv6/
Dip6.c1075 #if LWIP_TCP
/third_party/lwip/src/apps/mqtt/
Dmqtt.c62 #if LWIP_TCP && LWIP_CALLBACK_API

12