Searched refs:_localPortRTCP (Results 1 – 2 of 2) sorted by relevance
118 _localPortRTCP(0), in UdpTransportImpl()272 _localPortRTCP = rtcpPort; in InitializeReceiveSockets()274 _localPortRTCP = _localPort + 1; in InitializeReceiveSockets()281 _localPortRTCP); in InitializeReceiveSockets()370 rtcpPort = _localPortRTCP; in ReceiveSocketInformation()1424 recAddr._sockaddr_in.sin_port = Htons(_localPortRTCP); in BindLocalRTCPSocket()1429 "Failed to bind to port:%d ", _localPortRTCP); in BindLocalRTCPSocket()1444 stLclName._sockaddr_in6.sin6_port = Htons(_localPortRTCP); in BindLocalRTCPSocket()1451 "Failed to bind to port:%d ", _localPortRTCP); in BindLocalRTCPSocket()1538 rtcpPort = (_srcPortRTCP != 0) ? _srcPortRTCP : _localPortRTCP; in SourcePorts()[all …]
202 uint16_t _localPortRTCP; variable