Symbol: _bslabel_impl_t
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
1287
uchar_t *q = (uchar_t *)&((_bslabel_impl_t *)sl)->compartments;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
1297
LCLASS_SET((_bslabel_impl_t *)sl, opt[3]);
usr/src/lib/libipsecutil/common/ipsec_util.c
2359
LCLASS_SET((_bslabel_impl_t *)sl, sens->sadb_sens_sens_level);
usr/src/lib/libipsecutil/common/ipsec_util.c
2360
bcopy(bitmap, &((_bslabel_impl_t *)sl)->compartments,
usr/src/lib/libipsecutil/common/ipsec_util.c
2407
bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4);
usr/src/uts/common/inet/ip/sadb.c
6089
bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4);
usr/src/uts/common/inet/ip/sadb.c
6112
LCLASS_SET((_bslabel_impl_t *)&sl,
usr/src/uts/common/inet/ip/sadb.c
6114
bcopy(bitmap, &((_bslabel_impl_t *)&sl)->compartments,
usr/src/uts/common/inet/ip/tn_ipopt.c
58
const _bslabel_impl_t *bsl;
usr/src/uts/common/inet/ip/tn_ipopt.c
70
bsl = (const _bslabel_impl_t *)sl;
usr/src/uts/common/inet/ip/tnet.c
661
LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl);
usr/src/uts/common/inet/ip/tnet.c
662
bcopy(tt1->tag_cat, &((_bslabel_impl_t *)sl)->compartments,
usr/src/uts/common/sys/tsol/label_macro.h
279
#define BSLLOW(l) _BSLLOW((_bslabel_impl_t *)(l))
usr/src/uts/common/sys/tsol/label_macro.h
288
#define BSLHIGH(l) _BSLHIGH((_bslabel_impl_t *)(l))
usr/src/uts/common/sys/tsol/label_macro.h
331
#define BSLUNDEF(l) (((_bslabel_impl_t *)(l))->id = SUN_SL_UN)
usr/src/uts/common/sys/tsol/label_macro.h
344
(*((_bslabel_impl_t *)(l1)) = ((_bclabel_impl_t *)(l2))->_bcl_sl)
usr/src/uts/common/sys/tsol/label_macro.h
348
(((_bclabel_impl_t *)(l1))->_bcl_sl = *((_bslabel_impl_t *)(l2)))
usr/src/uts/common/sys/tsol/label_macro.h
86
_bslabel_impl_t bcl_sensitivity_label;