Searched refs:LWIP_DNS (Results 1 - 14 of 14) sorted by relevance

/external/syslinux/core/lwip/src/include/
H A Dlwipopts.h9 #define LWIP_DNS 1 macro
43 #define LWIP_DNS 1 macro
/external/syslinux/core/lwip/src/include/lwip/
H A Dapi_msg.h127 #if LWIP_DNS
143 #endif /* LWIP_DNS */
161 #if LWIP_DNS
163 #endif /* LWIP_DNS */
H A Ddns.h39 #if LWIP_DNS /* don't build if not configured for use in lwipopts.h */
122 #endif /* LWIP_DNS */
H A Dmemp_std.h84 #if LWIP_DNS && LWIP_SOCKET
86 #endif /* LWIP_DNS && LWIP_SOCKET */
87 #if LWIP_DNS && DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC
89 #endif /* LWIP_DNS && DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC */
H A Dnetdb.h34 #if LWIP_DNS && LWIP_SOCKET
122 #endif /* LWIP_DNS && LWIP_SOCKET */
H A Dopt.h790 * LWIP_DNS==1: Turn on DNS module. UDP must be available for DNS
793 #ifndef LWIP_DNS
794 #define LWIP_DNS 0 macro
H A Dapi.h242 #if LWIP_DNS
244 #endif /* LWIP_DNS */
/external/syslinux/core/lwip/src/core/
H A Dinit.c87 #if (!LWIP_UDP && LWIP_DNS)
151 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT))
299 #if LWIP_DNS
301 #endif /* LWIP_DNS */
H A Dtimers.c205 #if LWIP_DNS
219 #endif /* LWIP_DNS */
240 #if LWIP_DNS
242 #endif /* LWIP_DNS */
H A Ddns.c77 #if LWIP_DNS /* don't build if not configured for use in lwipopts.h */
975 #endif /* LWIP_DNS */
H A Ddhcp.c507 #if LWIP_DNS
509 #endif /* LWIP_DNS */
564 #if LWIP_DNS
573 #endif /* LWIP_DNS */
/external/syslinux/core/lwip/src/api/
H A Dnetdb.c38 #if LWIP_DNS && LWIP_SOCKET
352 #endif /* LWIP_DNS && LWIP_SOCKET */
H A Dapi_lib.c701 #if LWIP_DNS
738 #endif /* LWIP_DNS*/
H A Dapi_msg.c1489 #if LWIP_DNS
1533 #endif /* LWIP_DNS */

Completed in 145 milliseconds