• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/

Lines Matching refs:mEndPointRef

126 	EndpointRef		 			mEndPointRef;
366 if (inSocketNum >= 0 && inSocketNum < kMaxNumSockets && sSockets[inSocketNum].mEndPointRef != kOTInvalidEndpointRef)
406 ioSocket->mEndPointRef = kOTInvalidEndpointRef;
507 theSocketStruct->mEndPointRef = (EndpointRef) cookie;
575 ::OTRcvDisconnect(theSocketStruct->mEndPointRef,nil);
586 ::OTRcvOrderlyDisconnect(theSocketStruct->mEndPointRef);
654 if (theSocketStruct->mEndPointRef != kOTInvalidEndpointRef)
666 theOTResult = ::OTSndDisconnect(theSocketStruct->mEndPointRef, nil);
674 theOTResult = ::OTCloseProvider(theSocketStruct->mEndPointRef);
677 theSocketStruct->mEndPointRef = kOTInvalidEndpointRef;
812 theSocketStruct->mBindRequestedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
820 theSocketStruct->mAssignedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
828 theSocketStruct->mRemoteAddrInfo = (TCall *) ::OTAlloc(theSocketStruct->mEndPointRef,T_CALL,T_ADDR,&theOTResult);
857 theOTResult = ::OTSetSynchronous(theSocketStruct->mEndPointRef);
861 theOTResult = NegotiateIPReuseAddrOption(theSocketStruct->mEndPointRef,true);
865 theOTResult = ::OTSetAsynchronous(theSocketStruct->mEndPointRef);
872 theOTResult = ::OTBind(theSocketStruct->mEndPointRef,theSocketStruct->mBindRequestedAddrInfo,theSocketStruct->mAssignedAddrInfo);
887 theOTResult = ::OTListen(theSocketStruct->mEndPointRef,theSocketStruct->mRemoteAddrInfo);
893 theOTResult = ::OTAccept(theSocketStruct->mEndPointRef,theSocketStruct->mEndPointRef,theSocketStruct->mRemoteAddrInfo);
961 theSocketStruct->mBindRequestedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
967 theSocketStruct->mAssignedAddrInfo = (TBind *) ::OTAlloc(theSocketStruct->mEndPointRef,T_BIND,T_ADDR,&theOTResult);
973 theSocketStruct->mRemoteAddrInfo = (TCall *) ::OTAlloc(theSocketStruct->mEndPointRef,T_CALL,T_ADDR,&theOTResult);
981 theOTResult = ::OTBind(theSocketStruct->mEndPointRef,nil,theSocketStruct->mAssignedAddrInfo);
1009 theOTResult = ::OTConnect(theSocketStruct->mEndPointRef,&sndCall,nil);
1030 theOTResult = ::OTRcvConnect(theSocketStruct->mEndPointRef,nil);
1082 if (theSocketStruct->mEndPointRef != kOTInvalidEndpointRef)
1094 theOTResult = ::OTSndOrderlyDisconnect(theSocketStruct->mEndPointRef);
1102 theOTResult = ::OTSndOrderlyDisconnect(theSocketStruct->mEndPointRef);
1116 ::OTCloseProvider(theSocketStruct->mEndPointRef);
1121 theOTResult = ::OTCloseProvider(theSocketStruct->mEndPointRef);
1124 theSocketStruct->mEndPointRef = kOTInvalidEndpointRef;
1201 theOTResult = ::OTRcv(theSocketStruct->mEndPointRef,(void *) ((unsigned long) outBuff + (unsigned long) totalBytesRead),outBuffLength - totalBytesRead,nil);
1333 theOTResult = ::OTSnd(theSocketStruct->mEndPointRef,(void *) ((unsigned long) inBuff + bytesSent),inBuffLength - bytesSent,0);