Searched refs:is_link_local (Results 1 – 12 of 12) sorted by relevance
60 b = addr1.is_link_local(); in test()280 BOOST_ASIO_CHECK(!unspecified_address.is_link_local()); in test()281 BOOST_ASIO_CHECK(!loopback_address.is_link_local()); in test()282 BOOST_ASIO_CHECK(link_local_address.is_link_local()); in test()283 BOOST_ASIO_CHECK(!site_local_address.is_link_local()); in test()284 BOOST_ASIO_CHECK(!v4_mapped_address.is_link_local()); in test()285 BOOST_ASIO_CHECK(!v4_compat_address.is_link_local()); in test()286 BOOST_ASIO_CHECK(!mcast_global_address.is_link_local()); in test()287 BOOST_ASIO_CHECK(!mcast_link_local_address.is_link_local()); in test()288 BOOST_ASIO_CHECK(!mcast_node_local_address.is_link_local()); in test()[all …]
2202 ipaddress.ip_network('169.254.1.0/24').is_link_local)2206 '169.254.100.200/24').is_link_local)2209 '169.255.100.200/24').is_link_local)2244 ipaddress.ip_address('169.254.100.200').is_link_local)2246 ipaddress.ip_address('169.255.100.200').is_link_local)2277 self.assertEqual(True, ipaddress.ip_network('fea0::').is_link_local)2279 'febf:ffff::').is_link_local)2281 'fe7f:ffff::').is_link_local)2282 self.assertEqual(False, ipaddress.ip_network('fec0::').is_link_local)2316 self.assertEqual(True, ipaddress.ip_address('fea0::').is_link_local)[all …]
1071 def is_link_local(self): member in _BaseNetwork1078 return (self.network_address.is_link_local and1079 self.broadcast_address.is_link_local)1376 def is_link_local(self): member in IPv4Address1976 def is_link_local(self): member in IPv6Address
152 BOOST_ASIO_DECL bool is_link_local() const BOOST_ASIO_NOEXCEPT;
217 .. attribute:: is_link_local308 .. attribute:: is_link_local506 .. attribute:: is_link_local718 .. attribute:: is_link_local
166 bool address_v6::is_link_local() const BOOST_ASIO_NOEXCEPT
2512 bool is_link_local = ((ipv6_address->s6_addr[0] == 0xfe)2516 if ((!is_link_local && !is_multicast_link_local)2767 bool is_link_local = ((ipv6_address->s6_addr[0] == 0xfe)2771 if (is_link_local || is_multicast_link_local)
2286 boost_asio/reference/ip__address_v6/is_link_local.html
85991 [[link boost_asio.reference.ip__address_v6.is_link_local [*is_link_local]]]86380 [section:is_link_local ip::address_v6::is_link_local]86382 [indexterm2 boost_asio.indexterm.ip__address_v6.is_link_local..is_link_local..ip::address_v6] 86386 bool is_link_local() const;88634 [[link boost_asio.reference.ip__address_v6.is_link_local [*is_link_local]]]88871 [[link boost_asio.reference.ip__address_v6.is_link_local [*is_link_local]]]