Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/ip/
Daddress_v6.cpp63 b = addr1.is_site_local(); in test()
292 BOOST_ASIO_CHECK(!unspecified_address.is_site_local()); in test()
293 BOOST_ASIO_CHECK(!loopback_address.is_site_local()); in test()
294 BOOST_ASIO_CHECK(!link_local_address.is_site_local()); in test()
295 BOOST_ASIO_CHECK(site_local_address.is_site_local()); in test()
296 BOOST_ASIO_CHECK(!v4_mapped_address.is_site_local()); in test()
297 BOOST_ASIO_CHECK(!v4_compat_address.is_site_local()); in test()
298 BOOST_ASIO_CHECK(!mcast_global_address.is_site_local()); in test()
299 BOOST_ASIO_CHECK(!mcast_link_local_address.is_site_local()); in test()
300 BOOST_ASIO_CHECK(!mcast_node_local_address.is_site_local()); in test()
[all …]
/third_party/boost/libs/asio/include/boost/asio/ip/
Daddress_v6.hpp155 BOOST_ASIO_DECL bool is_site_local() const BOOST_ASIO_NOEXCEPT;
/third_party/boost/boost/asio/ip/
Daddress_v6.hpp155 BOOST_ASIO_DECL bool is_site_local() const BOOST_ASIO_NOEXCEPT;
/third_party/python/Lib/
Dipaddress.py1986 def is_site_local(self): member in IPv6Address
2242 def is_site_local(self): member in IPv6Network
2253 return (self.network_address.is_site_local and
2254 self.broadcast_address.is_site_local)
/third_party/python/Lib/test/
Dtest_ipaddress.py2264 self.assertEqual(True, ipaddress.ip_network('fecf::').is_site_local)
2266 'feff:ffff:ffff:ffff::').is_site_local)
2268 'fbf:ffff::').is_site_local)
2269 self.assertEqual(False, ipaddress.ip_network('ff00::').is_site_local)
2303 self.assertEqual(True, ipaddress.ip_address('fecf::').is_site_local)
2305 'feff:ffff:ffff:ffff::').is_site_local)
2307 'fbf:ffff::').is_site_local)
2308 self.assertEqual(False, ipaddress.ip_address('ff00::').is_site_local)
/third_party/boost/libs/asio/include/boost/asio/ip/impl/
Daddress_v6.ipp171 bool address_v6::is_site_local() const BOOST_ASIO_NOEXCEPT
/third_party/boost/boost/asio/ip/impl/
Daddress_v6.ipp171 bool address_v6::is_site_local() const BOOST_ASIO_NOEXCEPT
/third_party/python/Doc/library/
Dipaddress.rst313 .. attribute:: is_site_local
750 .. attribute:: is_site_local
/third_party/boost/doc/html/
Dasio_HTML.manifest2294 boost_asio/reference/ip__address_v6/is_site_local.html
/third_party/boost/libs/asio/doc/
Dreference.qbk86031 [[link boost_asio.reference.ip__address_v6.is_site_local [*is_site_local]]]
86492 [section:is_site_local ip::address_v6::is_site_local]
86494 [indexterm2 boost_asio.indexterm.ip__address_v6.is_site_local..is_site_local..ip::address_v6]
86498 bool is_site_local() const;
88674 [[link boost_asio.reference.ip__address_v6.is_site_local [*is_site_local]]]
88911 [[link boost_asio.reference.ip__address_v6.is_site_local [*is_site_local]]]