Lines Matching refs:phe
2340 struct hostent *phe; in str2tid() local
2384 phe = getipnodebyname((const void *)host_str, in str2tid()
2386 if (phe == 0) { in str2tid()
2387 phe = getipnodebyname((const void *)host_str, in str2tid()
2391 if (phe != NULL) { in str2tid()
2392 if (phe->h_addrtype == AF_INET6) { in str2tid()
2395 phe->h_addr_list[0], 16); in str2tid()
2400 phe->h_addr_list[0], 4); in str2tid()
2403 freehostent(phe); in str2tid()
2830 struct hostent *phe; in print_tid_ex() local
2841 if ((phe = gethostbyaddr((char *)&tidp->at_addr[0], in print_tid_ex()
2843 hostname = phe->h_name; in print_tid_ex()
2856 phe = getipnodebyaddr((const void *)addr, 16, AF_INET6, &err); in print_tid_ex()
2861 if (phe == NULL) { in print_tid_ex()
2864 bufp = phe->h_name; in print_tid_ex()
2871 if (phe) { in print_tid_ex()
2872 freehostent(phe); in print_tid_ex()