Home
last modified time | relevance | path

Searched refs:_C_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h105 #define _C_LEN 8 /* number of compartments words */ macro
182 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
188 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
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), \
300 ((l)->_iid = SUN_IL_ID, (l)->_i_c_len = _C_LEN, \
314 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
324 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2274 int sens_len = sizeof (sadb_sens_t) + _C_LEN * 4; in ipsec_convert_sl_to_sens()
2289 sens->sadb_sens_sens_len = _C_LEN >> 1; in ipsec_convert_sl_to_sens()
2295 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4); in ipsec_convert_sl_to_sens()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c6061 int baselen = sizeof (sadb_sens_t) + _C_LEN * 4;
6073 ASSERT((_C_LEN & 1) == 0);
6084 sens->sadb_sens_sens_len = _C_LEN >> 1;
6089 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4);
6108 if (bitmap_len > _C_LEN * 4)