|
| #define | NLHDR_COMMON |
| | Common Object Header. More...
|
| |
| #define | AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR)) |
| | Return true if attribute is available in both objects. More...
|
| |
| #define | AVAILABLE_MISMATCH(A, B, ATTR) (((A)->ce_mask ^ (B)->ce_mask) & (ATTR)) |
| | Return true if attribute is available in only one of both objects. More...
|
| |
| #define | ATTR_MISMATCH(A, B, ATTR, EXPR) |
| | Return true if attributes mismatch. More...
|
| |
| #define | ATTR_DIFF(LIST, ATTR, A, B, EXPR) |
| | Return attribute bit if attribute does not match. More...
|
| |