Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h107 #define _C_LEN 8 /* number of compartments words */ macro
184 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
190 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
284 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
293 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
302 ((l)->_iid = SUN_IL_ID, (l)->_i_c_len = _C_LEN, \
316 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
326 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
/titanic_50/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2267 int sens_len = sizeof (sadb_sens_t) + _C_LEN * 4; in ipsec_convert_sl_to_sens()
2282 sens->sadb_sens_sens_len = _C_LEN >> 1; in ipsec_convert_sl_to_sens()
2288 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4); in ipsec_convert_sl_to_sens()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dsadb.c5400 int baselen = sizeof (sadb_sens_t) + _C_LEN * 4;
5412 ASSERT((_C_LEN & 1) == 0);
5423 sens->sadb_sens_sens_len = _C_LEN >> 1;
5428 bcopy(&(((_bslabel_impl_t *)sl)->compartments), bitmap, _C_LEN * 4);
5462 if (bitmap_len > _C_LEN * 4)