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

/barrelfish-master/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.cpp226 InetInterfaceInfo theInetInterfaceInfo; local
228 if (::OTInetGetInterfaceInfo(&theInetInterfaceInfo,kDefaultInetInterface) == noErr)
230 theInetHost = theInetInterfaceInfo.fAddress;
263 InetInterfaceInfo theInetInterfaceInfo; local
265 if (::OTInetGetInterfaceInfo(&theInetInterfaceInfo,kDefaultInetInterface) == noErr)
267 theInetHost = theInetInterfaceInfo.fAddress;
837 InetInterfaceInfo theInetInterfaceInfo; local
839 theOTResult = ::OTInetGetInterfaceInfo(&theInetInterfaceInfo,kDefaultInetInterface);
848 // theInetAddress->fHost = theInetInterfaceInfo.fAddress;
850 ::OTInitInetAddress(theInetAddress,inPortNum,theInetInterfaceInfo
[all...]

Completed in 19 milliseconds