Searched defs:IsLinkLocal (Results 1 – 6 of 6) sorted by relevance
191 bool IsLinkLocal(void) const in IsLinkLocal() function in ot::Ip6::Prefix
279 bool Address::IsLinkLocal(void) const in IsLinkLocal() function in ot::Ip6::Address
211 bool IsLinkLocal(void) const { return (m16[0] & bswap_16(0xffc0)) == bswap_16(0xfe80); } in IsLinkLocal() function in otbr::Ip6Address
78 bool IsLinkLocal(const struct in6_addr &aAddress) in IsLinkLocal() function
305 bool IPAddress::IsLinkLocal() const { in IsLinkLocal() function in net::IPAddress
655 TEST(IPAddressTest, IsLinkLocal) { in TEST() argument