Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dinit.c98 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
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
260 #if LWIP_TCP
[all …]
A Dtimers.c69 #if LWIP_TCP
A Dpbuf.c73 #if LWIP_TCP && TCP_QUEUE_OOSEQ
87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || !PBUF_POOL_FREE_OOSEQ
A Dnetif.c327 #if LWIP_TCP in netif_set_ipaddr()
A Dtcp_out.c43 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
A Dtcp.c45 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
A Dtcp_in.c46 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/lk-master/external/lib/lwip/api/
A 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()
A 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 …]
A Dsockets.c808 #if LWIP_TCP
1568 #if LWIP_TCP
1797 #if LWIP_TCP
1985 #if LWIP_TCP
2201 #if LWIP_TCP
/lk-master/external/lib/lwip/include/lwip/
A 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)
A Dapi.h153 #if LWIP_TCP
183 #if LWIP_TCP
A Dmemp_std.h41 #if LWIP_TCP
A Dpbuf.h125 #if LWIP_TCP && TCP_QUEUE_OOSEQ
A Dtcp.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
A Dsockets.h145 #if LWIP_TCP
A Dtcp_impl.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/lk-master/external/lib/lwip/core/snmp/
A 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
/lk-master/external/lib/lwip/core/ipv4/
A Dip.c571 #if LWIP_TCP

Completed in 36 milliseconds