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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.xs233 struct hostent * phe;
239 if (!ok && (phe = gethostbyname(host))) {
240 Copy( phe->h_addr, &ip_address, phe->h_length, char );
/osnet-11/usr/src/lib/libexacct/demo/
H A Dexdump.c202 struct hostent *phe; local
209 if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) {
210 (void) printf("%s", phe->h_name);

Completed in 15 milliseconds