Home | History | Annotate | Download | only in iputils

Lines Matching defs:hp

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