LwIP + 0/6 examples
CodeScope will show references to LWIP_DNS from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
mbedTLS
STM324x9I_EVAL
Applications
mbedTLS
STM324xG_EVAL
Applications
mbedTLS
 
Symbols
loading...
Files
loading...

LWIP_DNS macro

LWIP_DNS==1: Turn on DNS module. UDP must be available for DNS transport.

Syntax

#define LWIP_DNS 0

Examples

LWIP_DNS is referenced by 6 libraries and example projects.

References

LocationText
opt.h:1095
#define LWIP_DNS 0
api.h:197
#if LWIP_DNS
api.h:359
#if LWIP_DNS
api_lib.c:1256
#if LWIP_DNS
api_msg.c:2110
#if LWIP_DNS
api_msg.h:164
#if LWIP_DNS
api_msg.h:215
#if LWIP_DNS
dhcp.c:120
dns.c:89
#if LWIP_DNS /* don't build if not configured for use in lwipopts.h */
dns.h:44
#if LWIP_DNS
init.c:100
#if (!LWIP_UDP && LWIP_DNS)
init.c:370
#if LWIP_DNS
memp_std.h:105
#if LWIP_DNS && LWIP_SOCKET
memp_std.h:108
netdb.c:40
#if LWIP_DNS && LWIP_SOCKET
netdb.h:39
#if LWIP_DNS && LWIP_SOCKET
opt.h:508
#define LWIP_NUM_SYS_TIMEOUT_INTERNAL (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_NUM_TIMEOUTS + (LWIP_IPV6 * (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD)))
opt.h:1094
#if !defined LWIP_DNS || defined __DOXYGEN__
timeouts.c:101
#if LWIP_DNS