Home
last modified time | relevance | path

Searched refs:portNr (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2124 uint16_t portNr = 0; in IncomingRTPFunction() local
2136 if (IPAddressCached(*fromSocket, ipAddress, ipAddressLength, portNr) < in IncomingRTPFunction()
2154 _rtpFilterPort != portNr) in IncomingRTPFunction()
2164 portNr, in IncomingRTPFunction()
2168 _fromPort = portNr; in IncomingRTPFunction()
2175 "Incoming RTP packet from ip:%s port:%d", ipAddress, portNr); in IncomingRTPFunction()
2177 ipAddress, portNr); in IncomingRTPFunction()
2187 uint16_t portNr = 0; in IncomingRTCPFunction() local
2198 if (IPAddress(*fromSocket, ipAddress, ipAddressLength, portNr) < 0) in IncomingRTCPFunction()
2214 _rtcpFilterPort != portNr) in IncomingRTCPFunction()
[all …]