Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Socket/
DSocket.xs233 struct hostent * phe; variable
239 if (!ok && (phe = gethostbyname(host))) {
240 Copy( phe->h_addr, &ip_address, phe->h_length, char );