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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DMacSocket.cpp992 TCall sndCall; local
997 sndCall.addr.buf = (UInt8 *) &hostDNSAddress;
998 sndCall.addr.len = ::OTInitDNSAddress(&hostDNSAddress,inTargetAddressAndPort);
999 sndCall.opt.buf = nil;
1000 sndCall.opt.len = 0;
1001 sndCall.udata.buf = nil;
1002 sndCall.udata.len = 0;
1003 sndCall.sequence = 0;
1009 theOTResult = ::OTConnect(theSocketStruct->mEndPointRef,&sndCall,nil);

Completed in 84 milliseconds