Searched refs:LEN_MASK (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_derparse.h79 #define LEN_MASK 0x7f /* Bits 7 - 1 */ macro
H A Dsmbfs_derparse.c85 nNumLengthBytes = *pbLengthData & LEN_MASK;
169 *pnLength = *pbLengthData & LEN_MASK;

Completed in 23 milliseconds