HomeSort by relevance Sort by last modified time
    Searched refs:IsCompatibleAddress (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/p2p/base/
stunport.cc 261 if (!IsCompatibleAddress(address.address())) {
399 if (IsCompatibleAddress(stun_addr)) {
turnport.cc 291 if (!IsCompatibleAddress(server_address_.address)) {
447 if (!IsCompatibleAddress(address.address())) {
611 if (!IsCompatibleAddress(address)) {
    [all...]
port.h 339 bool IsCompatibleAddress(const rtc::SocketAddress& addr);
tcpport.cc 153 if (!IsCompatibleAddress(address.address())) {
relayport.cc 291 if (!IsCompatibleAddress(address.address())) {
port.cc 421 bool Port::IsCompatibleAddress(const rtc::SocketAddress& addr) {
    [all...]

Completed in 354 milliseconds