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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.cpp221 InetAddress *theInetAddress = (InetAddress *) theSocketStruct->mAssignedAddrInfo->addr.buf; local
222 InetHost theInetHost = theInetAddress->fHost;
237 ConcatLongIntToCStr(theInetAddress->fPort,tempString,sizeof(tempString));
258 InetAddress *theInetAddress = (InetAddress *) theSocketStruct->mRemoteAddrInfo->addr.buf; local
259 InetHost theInetHost = theInetAddress->fHost;
274 ConcatLongIntToCStr(theInetAddress->fPort,tempString,sizeof(tempString));
844 InetAddress *theInetAddress = (InetAddress *) theSocketStruct->mBindRequestedAddrInfo->addr.buf; local
846 // theInetAddress->fAddressType = AF_INET;
847 // theInetAddress->fPort = inPortNum;
848 // theInetAddress
[all...]

Completed in 72 milliseconds