Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_optmgmt.c51 #define ALIGN_XTI_opthdr_size (sizeof (t_uscalar_t)) macro
54 (ALIGN_XTI_opthdr_size-1)) & ~(ALIGN_XTI_opthdr_size-1))
56 (((ulong_t)(p) & (ALIGN_XTI_opthdr_size - 1)) == 0)
201 ALIGN_XTI_opthdr_size)) || /* (2) */ in _tx_optmgmt()