Home
last modified time | relevance | path

Searched refs:IsPrivateIP (Results 1 – 25 of 48) sorted by path

12

/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Daddr_util.py81 def IsPrivateIP(ip): function
104 use_bits = IsPrivateIP(ip)
124 if IsPrivateIP(ip):
128 use_bits = IsPrivateIP(ip)
H A Dreporter.py412 if (addr_util.IsPrivateIP(row['ip']) or addr_util.IsLoopbackIP(row['ip'])
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dsocketaddress.cc218 bool SocketAddress::IsPrivateIP() const { in IsPrivateIP() function in rtc::SocketAddress
H A Dsocketaddress.h140 bool IsPrivateIP() const;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Djseptransport.cc107 if (cand.address().IsPrivateIP()) { in VerifyCandidate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/client/
H A Dbasicportallocator.cc913 if ((filter & CF_REFLEXIVE) && !c.address().IsPrivateIP()) { in CheckCandidateFilter()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dsocketaddress.cc217 bool SocketAddress::IsPrivateIP() const { in IsPrivateIP() function in rtc::SocketAddress
H A Dsocketaddress.h144 bool IsPrivateIP() const;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dsocketaddress.cc217 bool SocketAddress::IsPrivateIP() const { in IsPrivateIP() function in rtc::SocketAddress
H A Dsocketaddress.h144 bool IsPrivateIP() const;
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dsocketaddress.cc217 bool SocketAddress::IsPrivateIP() const { in IsPrivateIP() function in rtc::SocketAddress
H A Dsocketaddress.h140 bool IsPrivateIP() const;
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dsocketaddress.cc233 bool SocketAddress::IsPrivateIP() const { in IsPrivateIP() function in talk_base::SocketAddress
H A Dsocketaddress.h153 bool IsPrivateIP() const;
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dtransport.cc291 if (cand.address().IsPrivateIP()) { in VerifyCandidate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dice_transport_internal.cc42 if (cand.address().IsPrivateIP()) { in VerifyCandidate()
H A Dturn_port.cc889 server_address_.address.IsPrivateIP()) { in OnAllocateError()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/client/
H A Dbasic_port_allocator.cc132 if ((filter & CF_REFLEXIVE) && !c.address().IsPrivateIP()) { in IsAllowedByCandidateFilter()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection.cc2566 if (candidate.address().IsPrivateIP()) { in ReportIceCandidateCollected()
2633 if (candidate.address().IsPrivateIP()) { in ReportRemoteIceCandidateAdded()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dsocket_address.cc212 bool SocketAddress::IsPrivateIP() const { in IsPrivateIP() function in rtc::SocketAddress
H A Dsocket_address.h150 bool IsPrivateIP() const;
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/steamwebrtc/
H A Dice_session.cpp450 if ( addr.IsPrivateIP() ) in GetICECandidateType()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/
H A Dsteamnetworkingsockets_internal.h471 inline bool IsPrivateIP( uint32 unIP ) in IsPrivateIP() function
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/hashicorp/memberlist/
H A Dmemberlist.go367 if !IsPrivateIP(ip.String()) {
392 if !IsPrivateIP(addrStr) && !isLoopbackIP(addrStr) && !m.config.EncryptionEnabled() {
H A Dutil.go131 if !IsPrivateIP(ip.String()) {
314 func IsPrivateIP(ip_str string) bool { func

12