Searched refs:hostnamelen (Results 1 – 1 of 1) sorted by relevance
1487 dns_enqueue(const char *name, size_t hostnamelen, dns_found_callback found, in dns_enqueue() argument1588 namelen = LWIP_MIN(hostnamelen, DNS_MAX_NAME_LENGTH - 1); in dns_enqueue()1662 size_t hostnamelen; in dns_gethostbyname_addrtype() local1677 hostnamelen = strlen(hostname); in dns_gethostbyname_addrtype()1678 if (hostnamelen >= DNS_MAX_NAME_LENGTH) { in dns_gethostbyname_addrtype()1723 if (strstr(hostname, ".local") == &hostname[hostnamelen] - 6) { in dns_gethostbyname_addrtype()1739 return dns_enqueue(hostname, hostnamelen, found, callback_arg LWIP_DNS_ADDRTYPE_ARG(dns_addrtype) in dns_gethostbyname_addrtype()