Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_constants.cc44 const char LOCAL_TLD[] = ".local"; variable
Dp2p_constants.h52 extern const char LOCAL_TLD[];
Dturn_port.cc555 if (absl::EndsWith(remote_candidate.address().hostname(), LOCAL_TLD)) { in CreateConnection()
Dp2p_transport_channel.cc2180 bool use_hostname_address = absl::EndsWith(c.address().hostname(), LOCAL_TLD); in SanitizeRemoteCandidate()