Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dinit.c99 #if (LWIP_TCP && (MEMP_NUM_TCP_PCB<=0))
102 #if (LWIP_TCP && (TCP_WND > 0xffff))
105 #if (LWIP_TCP && (TCP_SND_QUEUELEN > 0xffff))
108 #if (LWIP_TCP && (TCP_SND_QUEUELEN < 2))
111 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
114 #if (LWIP_TCP && TCP_LISTEN_BACKLOG && (TCP_DEFAULT_LISTEN_BACKLOG < 0) || (TCP_DEFAULT_LISTEN_BACK…
147 #if (LWIP_TCP && ((LWIP_EVENT_API && LWIP_CALLBACK_API) || (!LWIP_EVENT_API && !LWIP_CALLBACK_API)))
151 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + L…
166 #if (TCP_QUEUE_OOSEQ && !LWIP_TCP)
184 #if LWIP_TCP && LWIP_NETIF_TX_SINGLE_PBUF && !TCP_OVERSIZE
[all …]
Dtimers.c67 #if LWIP_TCP
Dnetif.c323 #if LWIP_TCP in netif_set_ipaddr()
Dpbuf.c87 #if !LWIP_TCP || !TCP_QUEUE_OOSEQ || NO_SYS
Dtcp.c45 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dtcp_out.c43 #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 */
/external/syslinux/core/lwip/src/api/
Dapi_msg.c64 #if LWIP_TCP
208 #if LWIP_TCP
516 #if LWIP_TCP
593 #if LWIP_TCP
614 #if LWIP_TCP
623 #if LWIP_TCP
650 #if LWIP_TCP
673 #if LWIP_TCP
682 #if LWIP_TCP
703 #if LWIP_TCP
[all …]
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()
401 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
453 #if LWIP_TCP in netconn_recv()
463 #if LWIP_TCP in netconn_recv()
510 #if LWIP_TCP in netconn_recved()
Dsockets.c806 #if LWIP_TCP
1553 #if LWIP_TCP
1777 #if LWIP_TCP
1963 #if LWIP_TCP
2174 #if LWIP_TCP
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h883 #ifndef LWIP_TCP
884 #define LWIP_TCP 1 macro
921 #define TCP_QUEUE_OOSEQ (LWIP_TCP)
1523 #define TCP_STATS (LWIP_TCP)
Dapi.h153 #if LWIP_TCP
178 #if LWIP_TCP
Dmemp_std.h41 #if LWIP_TCP
Dtcp.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
Dsockets.h143 #if LWIP_TCP
Dtcp_impl.h37 #if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
/external/syslinux/core/lwip/src/include/
Dlwipopts.h11 #define LWIP_TCP 1 macro
/external/syslinux/core/lwip/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
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c502 #if LWIP_TCP
/external/syslinux/core/lwip/
DCHANGELOG437 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled
1060 LWIP_TCP==0
1424 Enable to access to these fields with LWIP_TCP=0.
1654 not set (LWIP_TCP, LWIP_UDP, LWIP_RAW).