Home
last modified time | relevance | path

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

123

/lib/lwip/lwip/src/core/
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))
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))
166 #if (LWIP_TCP && LWIP_TCP_SACK_OUT && !TCP_QUEUE_OOSEQ)
235 #if LWIP_NETCONN && LWIP_TCP
299 #if LWIP_TCP
[all …]
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()
/lib/lwip/lwip/contrib/examples/example_app/
A Dlwipcfg.h.ci46 #define LWIP_HTTPD_APP LWIP_TCP
53 #define LWIP_MQTT_APP LWIP_TCP
56 #define LWIP_SHELL_APP LWIP_TCP
60 #define LWIP_TCPECHO_APP LWIP_TCP
67 #define LWIP_LWIPERF_APP LWIP_TCP
A Dlwipopts.h175 #define LWIP_TCP 1 macro
178 #define LWIP_ALTCP (LWIP_TCP)
180 #define LWIP_ALTCP_TLS (LWIP_TCP)
181 #define LWIP_ALTCP_TLS_MBEDTLS (LWIP_TCP)
/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_no_tcp_dualstack.h3 #undef LWIP_TCP
4 #define LWIP_TCP 0 macro
A Dopt_no_tcp_ipv4only.h3 #undef LWIP_TCP
4 #define LWIP_TCP 0 macro
A Dopt_no_tcp_ipv6only.h3 #undef LWIP_TCP
4 #define LWIP_TCP 0 macro
A Dopt_default.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
A Dopt_dualstack.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
A Dopt_ipv4only.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
A Dopt_ipv6only.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
A Dopt_nosys_dual.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
A Dopt_nosys_ipv4.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
A Dopt_nosys_ipv6.h100 #define LWIP_TCP 1 macro
105 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
194 #define TCP_STATS (LWIP_TCP)
/lib/lwip/lwip/src/api/
A Dapi_msg.c75 #if LWIP_TCP
108 #if LWIP_TCP
288 #if LWIP_TCP
658 #if LWIP_TCP
741 #if LWIP_TCP
761 #if LWIP_TCP
768 #if LWIP_TCP
809 #if LWIP_TCP
848 #if LWIP_TCP
866 #if LWIP_TCP
[all …]
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 …]
/lib/lwip/lwip/contrib/examples/mqtt/
A Dmqtt_example.c33 #if LWIP_TCP
115 #if LWIP_TCP in mqtt_example_init()
/lib/lwip/u-boot/
A Dlwipopts.h124 #define LWIP_TCP 1 macro
134 #define LWIP_TCP 0 macro
/lib/lwip/lwip/src/include/lwip/priv/
A Dmemp_std.h49 #if LWIP_TCP
55 #if LWIP_ALTCP && LWIP_TCP
/lib/lwip/lwip/src/include/lwip/
A Dopt.h501 #define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
1262 #if !defined LWIP_TCP || defined __DOXYGEN__
1263 #define LWIP_TCP 1 macro
1303 #define TCP_QUEUE_OOSEQ LWIP_TCP
2234 #define TCP_STATS (LWIP_TCP)
A Dtcpbase.h43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
A Dpbuf.h257 #if LWIP_TCP && TCP_QUEUE_OOSEQ && NO_SYS && PBUF_POOL_FREE_OOSEQ
311 #if LWIP_TCP && TCP_QUEUE_OOSEQ && LWIP_WND_SCALE
/lib/lwip/lwip/contrib/ports/unix/lib/
A Dlwipopts.h342 #define LWIP_TCP 1 macro
/lib/lwip/lwip/contrib/apps/netio/
A Dnetio.c8 #if LWIP_TCP && LWIP_CALLBACK_API
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_mib2.c102 #if LWIP_TCP

Completed in 50 milliseconds

123