Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dinit.c98 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
108 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + L…
115 #if (LWIP_TCP && (TCP_WND > 0xffff))
118 #if (LWIP_TCP && (TCP_SND_QUEUELEN > 0xffff))
121 #if (LWIP_TCP && (TCP_SND_QUEUELEN < 2))
124 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
127 #if (LWIP_TCP && TCP_LISTEN_BACKLOG && (TCP_DEFAULT_LISTEN_BACKLOG < 0) || (TCP_DEFAULT_LISTEN_BACK…
154 #if (LWIP_TCP && ((LWIP_EVENT_API && LWIP_CALLBACK_API) || (!LWIP_EVENT_API && !LWIP_CALLBACK_API)))
181 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
187 #if LWIP_NETCONN && LWIP_TCP
[all …]
Dtimers.c69 #if LWIP_TCP
Dpbuf.c73 #if LWIP_TCP && TCP_QUEUE_OOSEQ
87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ
Dnetif.c327 #if LWIP_TCP in netif_set_ipaddr()
Dtcp_out.c43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dtcp.c45 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dtcp_in.c46 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/src/api/
Dapi_lib.c82 #if LWIP_TCP in netconn_new_with_proto_and_callback()
243 #if LWIP_TCP in netconn_listen_with_backlog()
279 #if LWIP_TCP in netconn_accept()
347 #if LWIP_TCP in netconn_recv_data()
374 #if LWIP_TCP in netconn_recv_data()
404 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
456 #if LWIP_TCP in netconn_recv()
466 #if LWIP_TCP in netconn_recv()
496 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv()
519 #if LWIP_TCP in netconn_recved()
Dapi_msg.c64 #if LWIP_TCP
208 #if LWIP_TCP
524 #if LWIP_TCP
601 #if LWIP_TCP
620 #if LWIP_TCP
629 #if LWIP_TCP
662 #if LWIP_TCP
685 #if LWIP_TCP
694 #if LWIP_TCP
715 #if LWIP_TCP
[all …]
Dsockets.c808 #if LWIP_TCP
1568 #if LWIP_TCP
1797 #if LWIP_TCP
1985 #if LWIP_TCP
2201 #if LWIP_TCP
/lib/liblwip/src/include/lwip/
Dopt.h316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP…
907 #ifndef LWIP_TCP
908 #define LWIP_TCP 1 macro
945 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
1578 #define TCP_STATS (LWIP_TCP)
Dlwipopts.h342 #define LWIP_TCP 1 macro
Dapi.h153 #if LWIP_TCP
183 #if LWIP_TCP
Dmemp_std.h41 #if LWIP_TCP
Dpbuf.h125 #if LWIP_TCP && TCP_QUEUE_OOSEQ
Dtcp.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dsockets.h145 #if LWIP_TCP
Dtcp_impl.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/src/core/snmp/
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
/lib/liblwip/src/core/ipv4/
Dip.c571 #if LWIP_TCP
/lib/liblwip/
DCHANGELOG736 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled
1359 LWIP_TCP==0
1723 Enable to access to these fields with LWIP_TCP=0.
1953 not set (LWIP_TCP, LWIP_UDP, LWIP_RAW).