Searched defs:IsLinkLocal (Results 1 – 4 of 4) sorted by relevance
| /external/openthread/src/core/net/ | ||
| D | ip6_address.cpp | 71 bool Prefix::IsLinkLocal(void) const in IsLinkLocal() function in ot::Ip6::Prefix |
| /external/ot-br-posix/src/common/ | ||
| D | types.hpp | 211 bool IsLinkLocal(void) const { return (m16[0] & bswap_16(0xffc0)) == bswap_16(0xfe80); } in IsLinkLocal() function in otbr::Ip6Address |
| /external/cronet/net/base/ | ||
| D | ip_address.cc | 301 bool IPAddress::IsLinkLocal() const { in IsLinkLocal() function in net::IPAddress |
| D | ip_address_unittest.cc | 655 TEST(IPAddressTest, IsLinkLocal) { in TEST() argument |