Home
last modified time | relevance | path

Searched refs:_bslabel_impl_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h77 _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 Dtn_ipopt.c58 const _bslabel_impl_t *bsl; in tsol2cipso_tt1()
70 bsl = (const _bslabel_impl_t *)sl; in tsol2cipso_tt1()
H A Dtnet.c661 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 Dsadb.c6089 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 Dsnoop_ip.c1286 uchar_t *q = (uchar_t *)&((_bslabel_impl_t *)sl)->compartments; in cipso2sl()
1296 LCLASS_SET((_bslabel_impl_t *)sl, opt[3]); in cipso2sl()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2247 LCLASS_SET((_bslabel_impl_t *)sl, sens->sadb_sens_sens_level); in ipsec_convert_sens_to_bslabel()
2248 bcopy(bitmap, &((_bslabel_impl_t *)sl)->compartments, in ipsec_convert_sens_to_bslabel()
2295 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4); in ipsec_convert_sl_to_sens()