Home
last modified time | relevance | path

Searched defs:IsLinkLocal (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/core/net/
Dip6_address.hpp191 bool IsLinkLocal(void) const in IsLinkLocal() function in ot::Ip6::Prefix
Dip6_address.cpp279 bool Address::IsLinkLocal(void) const in IsLinkLocal() function in ot::Ip6::Address
/external/ot-br-posix/src/common/
Dtypes.hpp211 bool IsLinkLocal(void) const { return (m16[0] & bswap_16(0xffc0)) == bswap_16(0xfe80); } in IsLinkLocal() function in otbr::Ip6Address
/external/openthread/src/posix/platform/
Dudp.cpp78 bool IsLinkLocal(const struct in6_addr &aAddress) in IsLinkLocal() function
/external/cronet/net/base/
Dip_address.cc305 bool IPAddress::IsLinkLocal() const { in IsLinkLocal() function in net::IPAddress
Dip_address_unittest.cc655 TEST(IPAddressTest, IsLinkLocal) { in TEST() argument