Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A Ddns.c12 * hostnames that can be queried with the dns_lookup() function.
18 * gethostbyname() then does a dns_lookup() to see if the name is
517 /* Internal implementation for dns_local_lookup and dns_lookup */
636 dns_lookup(const char *name, ip_addr_t *addr LWIP_DNS_ADDRTYPE_ARG(u8_t dns_addrtype)) in dns_lookup() function
655 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
1702 if (dns_lookup(hostname, addr LWIP_DNS_ADDRTYPE_ARG(dns_addrtype)) == ERR_OK) { in dns_gethostbyname_addrtype()
1714 if (dns_lookup(hostname, addr LWIP_DNS_ADDRTYPE_ARG(fallback)) == ERR_OK) { in dns_gethostbyname_addrtype()

Completed in 2 milliseconds