Lines Matching defs:hp
1812 struct hostent *hp = NULL;1822 hp = gethostbyaddr((__u8*)addr, sizeof(struct in6_addr), AF_INET6);1826 if (!hp1828 || idna_to_unicode_lzlz(hp->h_name, &s, 0) != IDNA_SUCCESS1833 return hp ? (s ? s : hp->h_name) : pr_addr_n(addr);