Searched defs:pHostEnt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp676 struct hostent *pHostEnt; local
677 pHostEnt = gethostbyname(pszAddress);
678 if (!pHostEnt)
685 if (pHostEnt->h_addrtype == AF_INET)
690 pAddr->uAddr.IPv4.u = ((struct in_addr *)pHostEnt->h_addr)->s_addr;

Completed in 59 milliseconds