Searched refs:PVAL (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dbyteorder.h58 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos))
59 #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8)
110 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos)) macro
116 #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8)
H A Dsmb_macros.h193 #define smb_len(buf) (PVAL(buf,3)|(PVAL(buf,2)<<8)|((PVAL(buf,1)&1)<<16))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dncpsign_kernel.c25 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos)) macro
31 return PVAL(buf, pos) | PVAL(buf, pos + 1) << 8;

Completed in 40 milliseconds