Home
last modified time | relevance | path

Searched refs:LWIP_UDP (Results 1 – 12 of 12) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dinit.c72 #if (!LWIP_UDP && LWIP_UDPLITE)
75 #if (!LWIP_UDP && LWIP_SNMP)
78 #if (!LWIP_UDP && LWIP_DHCP)
81 #if (!LWIP_UDP && LWIP_IGMP)
84 #if (!LWIP_UDP && LWIP_SNMP)
87 #if (!LWIP_UDP && LWIP_DNS)
96 #if (LWIP_UDP && (MEMP_NUM_UDP_PCB<=0))
284 #if LWIP_UDP in lwip_init()
Dudp.c51 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
/external/syslinux/core/lwip/src/api/
Dapi_msg.c136 #if LWIP_UDP
498 #if LWIP_UDP
588 #if LWIP_UDP
843 #if LWIP_UDP
899 #if LWIP_UDP
984 #if LWIP_UDP
1032 #if LWIP_UDP
1123 #if LWIP_UDP
1352 #if (LWIP_UDP || LWIP_RAW)
1386 #if LWIP_UDP
[all …]
Dsockets.c761 #if (LWIP_UDP || LWIP_RAW) in lwip_send()
862 #if LWIP_UDP
1497 #if LWIP_UDP
1582 #if LWIP_UDP && LWIP_UDPLITE
1726 #if LWIP_UDP
1815 #if LWIP_UDP && LWIP_UDPLITE
1894 #if LWIP_UDP
1992 #if LWIP_UDP && LWIP_UDPLITE
2106 #if LWIP_UDP
2216 #if LWIP_UDP && LWIP_UDPLITE
Dapi_lib.c401 #if LWIP_TCP && (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
404 #if (LWIP_UDP || LWIP_RAW) in netconn_recv_data()
491 #if (LWIP_UDP || LWIP_RAW) in netconn_recv()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h850 #ifndef LWIP_UDP
851 #define LWIP_UDP 1 macro
1515 #define UDP_STATS (LWIP_UDP)
Dmemp_std.h37 #if LWIP_UDP
Dudp.h37 #if LWIP_UDP /* don't build if not configured for use in lwipopts.h */
Dsockets.h154 #if LWIP_UDP && LWIP_UDPLITE
/external/syslinux/core/lwip/src/include/
Dlwipopts.h10 #define LWIP_UDP 1 macro
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c493 #if LWIP_UDP
/external/syslinux/core/lwip/
DCHANGELOG1654 not set (LWIP_TCP, LWIP_UDP, LWIP_RAW).