Searched defs:IsLinkLocal (Results 1 – 4 of 4) sorted by relevance
224 bool IsLinkLocal(void) const { return (m16[0] & bswap_16(0xffc0)) == bswap_16(0xfe80); } in IsLinkLocal() function in otbr::Ip6Address
333 bool IPAddress::IsLinkLocal() const { in IsLinkLocal() function in net::IPAddress
655 TEST(IPAddressTest, IsLinkLocal) { in TEST() argument
71 bool Prefix::IsLinkLocal(void) const in IsLinkLocal() function in ot::Ip6::Prefix