Home
last modified time | relevance | path

Searched refs:SUN_SL_ID (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c76 if (!BLTYPE(&slow, SUN_SL_ID)) { in blinset()
83 if (BLTYPE(label, SUN_SL_ID) && in blinset()
143 if (!BLTYPE(&slow, SUN_SL_ID)) { in bslvalid()
150 if (BLTYPE(label, SUN_SL_ID) && in bslvalid()
H A Dbtohex.c64 case SUN_SL_ID: in h_alloc()
H A Dbtos.c152 if (!BLTYPE(label, SUN_SL_ID)) { in bsltos()
181 if (!BLTYPE(&slow, SUN_SL_ID)) { in bsltos()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h129 #define SUN_SL_ID 0x41 /* 36 - total bytes in Sensitivity Label */ macro
198 (((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_ID || \
282 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
291 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
/illumos-gate/usr/src/common/tsol/
H A Dblabel.c183 if (!BLTYPE(&lset[i], SUN_SL_ID)) in blinlset()
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c238 if (!bltype(lab, SUN_SL_ID)) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c638 setbltype(sl, SUN_SL_ID); in tsol_find_unlabeled_label()
736 setbltype(&sl, SUN_SL_ID); in tsol_get_pkt_label()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1300 SETBLTYPE(sl, SUN_SL_ID); in cipso2sl()