Searched refs:_bslabel_impl_t (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | label_macro.h | 79 _bslabel_impl_t, /* Sensitivity Label */ typedef 88 _bslabel_impl_t bcl_sensitivity_label; 281 #define BSLLOW(l) _BSLLOW((_bslabel_impl_t *)(l)) 290 #define BSLHIGH(l) _BSLHIGH((_bslabel_impl_t *)(l)) 333 #define BSLUNDEF(l) (((_bslabel_impl_t *)(l))->id = SUN_SL_UN) 346 (*((_bslabel_impl_t *)(l1)) = ((_bclabel_impl_t *)(l2))->_bcl_sl) 350 (((_bclabel_impl_t *)(l1))->_bcl_sl = *((_bslabel_impl_t *)(l2)))
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 1286 uchar_t *q = (uchar_t *)&((_bslabel_impl_t *)sl)->compartments; 1296 LCLASS_SET((_bslabel_impl_t *)sl, opt[3]);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 58 const _bslabel_impl_t *bsl; 70 bsl = (const _bslabel_impl_t *)sl;
|
H A D | tnet.c | 661 LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl); 662 bcopy(tt1->tag_cat, &((_bslabel_impl_t *)sl)->compartments,
|
H A D | sadb.c | 5428 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4); 5466 LCLASS_SET((_bslabel_impl_t *)&sl, sens->sadb_sens_sens_level); 5467 bcopy(bitmap, &((_bslabel_impl_t *)&sl)->compartments,
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 2240 LCLASS_SET((_bslabel_impl_t *)sl, sens->sadb_sens_sens_level); 2241 bcopy(bitmap, &((_bslabel_impl_t *)sl)->compartments, 2288 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4);
|
Completed in 93 milliseconds