Home
last modified time | relevance | path

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

12

/btstack/3rd-party/lwip/core/src/core/
H A 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 …]
H A 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()
H A Dpbuf.c80 #if LWIP_TCP && TCP_QUEUE_OOSEQ
97 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ
1100 #if LWIP_TCP && TCP_QUEUE_OOSEQ && LWIP_WND_SCALE
/btstack/3rd-party/lwip/core/src/api/
H A 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 …]
H A 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 …]
H A Dsockets.c908 #if LWIP_TCP
1047 #if LWIP_TCP
1204 #if LWIP_TCP in lwip_recvfrom()
1310 #if LWIP_TCP in lwip_recvmsg()
1419 #if LWIP_TCP in lwip_sendmsg()
1444 #if LWIP_TCP in lwip_sendmsg()
1594 #if LWIP_TCP in lwip_sendto()
2896 #if LWIP_TCP in lwip_getsockopt_impl()
3070 #if LWIP_TCP in lwip_getsockopt_impl()
3431 #if LWIP_TCP in lwip_setsockopt_impl()
[all …]
/btstack/platform/lwip/port/
H A Dlwipopts.h90 #ifndef LWIP_TCP
91 #define LWIP_TCP 1 macro
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dmemp_std.h49 #if LWIP_TCP
55 #if LWIP_ALTCP && LWIP_TCP
H A Dapi_msg.h126 #if LWIP_TCP
H A Dtcp_priv.h42 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dopt.h508 #define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
1259 #if !defined LWIP_TCP || defined __DOXYGEN__
1260 #define LWIP_TCP 1 macro
1300 #define TCP_QUEUE_OOSEQ LWIP_TCP
2225 #define TCP_STATS (LWIP_TCP)
H A Dtcpbase.h43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
H A Dpbuf.h257 #if LWIP_TCP && TCP_QUEUE_OOSEQ && NO_SYS && PBUF_POOL_FREE_OOSEQ
310 #if LWIP_TCP && TCP_QUEUE_OOSEQ && LWIP_WND_SCALE
H A Dapi.h239 #if LWIP_TCP
278 #if LWIP_TCP
H A Dtcp.h43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
H A Dsockets.h279 #if LWIP_TCP
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2.c102 #if LWIP_TCP
H A Dsnmp_mib2_tcp.c48 #if LWIP_SNMP && SNMP_LWIP_MIB2 && LWIP_TCP
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dhttp_client.h48 #if LWIP_TCP && LWIP_CALLBACK_API
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dppp_opts.h319 #if !PPPOS_SUPPORT || !PPP_IPV4_SUPPORT || !LWIP_TCP
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c60 #if LWIP_TCP && LWIP_CALLBACK_API
/btstack/3rd-party/lwip/core/src/apps/http/
H A Dhttp_client.c61 #if LWIP_TCP && LWIP_CALLBACK_API
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c706 #if LWIP_TCP
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dip6.c1075 #if LWIP_TCP
/btstack/3rd-party/lwip/core/src/apps/mqtt/
H A Dmqtt.c62 #if LWIP_TCP && LWIP_CALLBACK_API

12