Searched refs:_mac_label_impl_t (Results 1 – 4 of 4) sorted by relevance
74 } _mac_label_impl_t; typedef76 typedef _mac_label_impl_t _blevel_impl_t, /* compatibility */81 _mac_label_impl_t binformation_level;91 _mac_label_impl_t lower_bound;92 _mac_label_impl_t upper_bound;98 typedef _mac_label_impl_t blset_t[NSLS_MAX];109 (((_mac_label_impl_t *)(l))->id == (t))112 (((_mac_label_impl_t *)(l))->id = (t))114 #define _MGETTYPE(l) (((_mac_label_impl_t *)(l))->id)202 ((_mac_label_impl_t *)(l))->id == (t))[all …]
52 static _mac_label_impl_t low;53 static _mac_label_impl_t high;86 hl = (uchar_t *)&(((_mac_label_impl_t *)l)->_c_len); in __hex()152 if (_MEQUAL(&low, (_mac_label_impl_t *)l)) { in l_to_str_internal()158 if (_MEQUAL(&high, (_mac_label_impl_t *)l)) { in l_to_str_internal()231 if (_MEQUAL(&low, (_mac_label_impl_t *)l)) { in label_to_str()236 } else if (_MEQUAL(&high, (_mac_label_impl_t *)l)) { in label_to_str()
108 uchar_t *lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_lclass); in htol()109 size_t len = sizeof (_mac_label_impl_t) - 4; in htol()116 lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_comps); in htol()388 if ((l = malloc(sizeof (_mac_label_impl_t))) == NULL) { in m_label_alloc()424 if ((*d = malloc(sizeof (_mac_label_impl_t))) == NULL) { in m_label_dup()429 (void) memcpy(*d, l, sizeof (_mac_label_impl_t)); in m_label_dup()
1202 adr_char(&adr, (char *)label, sizeof (_mac_label_impl_t)); in au_to_label()