Home
last modified time | relevance | path

Searched refs:DNS_LOCAL_HOSTLIST_IS_DYNAMIC (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/include/lwip/
Ddns.h81 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
123 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
Dopt.h1153 #if !defined DNS_LOCAL_HOSTLIST_IS_DYNAMIC || defined __DOXYGEN__
1154 #define DNS_LOCAL_HOSTLIST_IS_DYNAMIC 0 macro
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h113 #if LWIP_DNS && DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC
/third_party/lwip/src/core/
Ddns.c263 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
439 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC && defined(DNS_LOCAL_HOSTLIST_INIT) in dns_init_local()
477 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_local_iterate()
521 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_lookup_local()
548 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
Dinit.c211 #if (DNS_LOCAL_HOSTLIST && !DNS_LOCAL_HOSTLIST_IS_DYNAMIC && !(defined(DNS_LOCAL_HOSTLIST_INIT)))
/third_party/lwip/
DUPGRADING222 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so
DCHANGELOG1548 * opt.h, memp_std.h, dns.h/.c: DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own
2137 * dns.c: Copy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1 since string
2352 DNS_LOCAL_HOSTLIST_IS_DYNAMIC. Also, DNS_LOOKUP_LOCAL_EXTERN() can be defined