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 | 77 _bslabel_impl_t, /* Sensitivity Label */ typedef 86 _bslabel_impl_t bcl_sensitivity_label; 279 #define BSLLOW(l) _BSLLOW((_bslabel_impl_t *)(l)) 288 #define BSLHIGH(l) _BSLHIGH((_bslabel_impl_t *)(l)) 331 #define BSLUNDEF(l) (((_bslabel_impl_t *)(l))->id = SUN_SL_UN) 344 (*((_bslabel_impl_t *)(l1)) = ((_bclabel_impl_t *)(l2))->_bcl_sl) 348 (((_bclabel_impl_t *)(l1))->_bcl_sl = *((_bslabel_impl_t *)(l2)))
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | tn_ipopt.c | 58 const _bslabel_impl_t *bsl; in tsol2cipso_tt1() 70 bsl = (const _bslabel_impl_t *)sl; in tsol2cipso_tt1()
|
H A D | tnet.c | 661 LCLASS_SET((_bslabel_impl_t *)sl, tt1->tag_sl); in cipso_to_sl() 662 bcopy(tt1->tag_cat, &((_bslabel_impl_t *)sl)->compartments, in cipso_to_sl()
|
H A D | sadb.c | 6089 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4); 6112 LCLASS_SET((_bslabel_impl_t *)&sl, 6114 bcopy(bitmap, &((_bslabel_impl_t *)&sl)->compartments,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 1287 uchar_t *q = (uchar_t *)&((_bslabel_impl_t *)sl)->compartments; in cipso2sl() 1297 LCLASS_SET((_bslabel_impl_t *)sl, opt[3]); in cipso2sl()
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 2358 LCLASS_SET((_bslabel_impl_t *)sl, sens->sadb_sens_sens_level); in ipsec_convert_sens_to_bslabel() 2359 bcopy(bitmap, &((_bslabel_impl_t *)sl)->compartments, in ipsec_convert_sens_to_bslabel() 2406 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4); in ipsec_convert_sl_to_sens()
|