Searched refs:DNS_LOCAL_HOSTLIST_IS_DYNAMIC (Results 1 – 21 of 21) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | dns.h | 89 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC 113 #if DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | memp_std.h | 87 #if LWIP_DNS && DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | opt.h | 862 #ifndef DNS_LOCAL_HOSTLIST_IS_DYNAMIC 863 #define DNS_LOCAL_HOSTLIST_IS_DYNAMIC 0 macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | dns.h | 80 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC 118 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | opt.h | 1064 #if !defined DNS_LOCAL_HOSTLIST_IS_DYNAMIC || defined __DOXYGEN__ 1065 #define DNS_LOCAL_HOSTLIST_IS_DYNAMIC 0 macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | dns.h | 81 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC 119 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | opt.h | 1153 #if !defined DNS_LOCAL_HOSTLIST_IS_DYNAMIC || defined __DOXYGEN__ 1154 #define DNS_LOCAL_HOSTLIST_IS_DYNAMIC 0 macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | dns.c | 187 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC 329 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC && defined(DNS_LOCAL_HOSTLIST_INIT) in dns_init_local() 364 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_lookup_local() 383 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | init.c | 166 #if (DNS_LOCAL_HOSTLIST && !DNS_LOCAL_HOSTLIST_IS_DYNAMIC && !(defined(DNS_LOCAL_HOSTLIST_INIT)))
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | memp_std.h | 101 #if LWIP_DNS && DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | memp_std.h | 108 #if LWIP_DNS && DNS_LOCAL_HOSTLIST && DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | dns.c | 263 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC 422 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC && defined(DNS_LOCAL_HOSTLIST_INIT) in dns_init_local() 460 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_local_iterate() 504 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_lookup_local() 531 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | init.c | 203 #if (DNS_LOCAL_HOSTLIST && !DNS_LOCAL_HOSTLIST_IS_DYNAMIC && !(defined(DNS_LOCAL_HOSTLIST_INIT)))
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | dns.c | 264 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC 433 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC && defined(DNS_LOCAL_HOSTLIST_INIT) in dns_init_local() 471 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_local_iterate() 515 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC in dns_lookup_local() 542 #if DNS_LOCAL_HOSTLIST_IS_DYNAMIC
|
| A D | init.c | 208 #if (DNS_LOCAL_HOSTLIST && !DNS_LOCAL_HOSTLIST_IS_DYNAMIC && !(defined(DNS_LOCAL_HOSTLIST_INIT)))
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 88 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so
|
| A D | CHANGELOG | 339 * opt.h, memp_std.h, dns.h/.c: DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own 928 * dns.c: Copy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1 since string 1143 DNS_LOCAL_HOSTLIST_IS_DYNAMIC. Also, DNS_LOOKUP_LOCAL_EXTERN() can be defined
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 187 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so
|
| A D | CHANGELOG | 1295 * opt.h, memp_std.h, dns.h/.c: DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own 1884 * dns.c: Copy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1 since string 2099 DNS_LOCAL_HOSTLIST_IS_DYNAMIC. Also, DNS_LOOKUP_LOCAL_EXTERN() can be defined
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 222 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so
|
| A D | CHANGELOG | 1548 * 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
|
Completed in 736 milliseconds