Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstunport.cc182 emit_local_for_anyaddress_(emit_local_for_anyaddress) { in UDPPort()
210 emit_local_for_anyaddress_(emit_local_for_anyaddress) { in UDPPort()
412 if (!addr->IsAnyIP() || !emit_local_for_anyaddress_ || in MaybeSetDefaultLocalAddress()
Dstunport.h223 bool emit_local_for_anyaddress_; variable