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

/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h80 #define LEN_MASK 0x7f /* Bits 7 - 1 */ macro
H A Dderparse.c86 nNumLengthBytes = *pbLengthData & LEN_MASK;
165 *pnLength = *pbLengthData & LEN_MASK;

Completed in 119 milliseconds