Searched refs:IsOnMesh (Results 1 – 5 of 5) sorted by relevance
148 bool IsOnMesh(const Ip6::Address &aAddress) const;
211 bool LeaderBase::IsOnMesh(const Ip6::Address &aAddress) const in IsOnMesh() function in ot::NetworkData::LeaderBase228 if (entry->IsOnMesh()) in IsOnMesh()
562 else if (Get<NetworkData::Leader>().IsOnMesh(ip6Header.GetDestination())) in UpdateIp6RouteFtd()608 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetDestinationAddress())); in SendIcmpErrorIfDstUnreach()748 Get<NetworkData::Leader>().IsOnMesh(ip6Headers.GetSourceAddress())) in UpdateRoutes()
1014 bool IsOnMesh(void) const { return (HostSwap16(mFlags) & kOnMeshFlag) != 0; } in IsOnMesh() function in ot::NetworkData::BorderRouterEntry
1428 if (Get<NetworkData::Leader>().IsOnMesh(aAddress)) in IsOnLink()