Searched refs:_mac_label_impl_t (Results 1 – 4 of 4) sorted by relevance
76 } _mac_label_impl_t; typedef78 typedef _mac_label_impl_t _blevel_impl_t, /* compatibility */83 _mac_label_impl_t binformation_level;93 _mac_label_impl_t lower_bound;94 _mac_label_impl_t upper_bound;100 typedef _mac_label_impl_t blset_t[NSLS_MAX];111 (((_mac_label_impl_t *)(l))->id == (t))114 (((_mac_label_impl_t *)(l))->id = (t))116 #define _MGETTYPE(l) (((_mac_label_impl_t *)(l))->id)204 ((_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()
1168 adr_char(&adr, (char *)label, sizeof (_mac_label_impl_t)); in au_to_label()