Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc103 const auto& srflx = STUN_PORT_TYPE; in GetIceCandidatePairCounter() local
123 if (l == host && r == srflx) in GetIceCandidatePairCounter()
129 if (l == srflx && r == host) in GetIceCandidatePairCounter()
131 if (l == srflx && r == srflx) in GetIceCandidatePairCounter()
133 if (l == srflx && r == relay) in GetIceCandidatePairCounter()
135 if (l == srflx && r == prflx) in GetIceCandidatePairCounter()
139 if (l == relay && r == srflx) in GetIceCandidatePairCounter()
147 if (l == prflx && r == srflx) in GetIceCandidatePairCounter()