Add 'unflatten' to doxygen/dot processing
[senf.git] / Socket / Protocols / Raw / EUI64.cci
index 6b40b7f..6f51aa1 100644 (file)
@@ -68,6 +68,18 @@ prefix_ bool senf::EUI64::isMACCompatible()
     return (*this)[3] == 0xffu && (*this)[4] == 0xfeu;
 }
 
+prefix_ bool senf::EUI64::local()
+    const
+{
+    return (*this)[0]&0x02;
+}
+
+prefix_ bool senf::EUI64::group()
+    const
+{
+    return (*this)[0]&0x01;
+}
+
 prefix_ bool senf::EUI64::boolean_test()
     const
 {