Searched refs:_ptrRtpSocket (Results 1 – 2 of 2) sorted by relevance
127 _ptrRtpSocket(NULL), in UdpTransportImpl()333 _ptrRtpSocket = _socket_creator->CreateSocket(_id, _mgr, this, in InitializeReceiveSockets()500 _ptrRtpSocket; in EnableQoS()674 _ptrSendRtpSocket : _ptrRtpSocket); in DisableQoS()762 rtpSock = _ptrRtpSocket; in SetToS()841 noOfReceiveBuffers=_ptrRtpSocket->ReceiveBuffers(); in SetToS()848 _ptrRtpSocket = _socket_creator->CreateSocket( in SetToS()854 rtpSock=_ptrRtpSocket; in SetToS()956 rtpSock = _ptrRtpSocket; in SetPCP()1043 const bool initialized = (_ptrSendRtpSocket || _ptrRtpSocket); in EnableIpV6()[all …]
218 UdpSocketWrapper* _ptrRtpSocket; variable