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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncpsign_kernel.c22 #define BVAL(buf,pos) (((__u8 *)(buf))[pos]) macro
23 #define PVAL(buf,pos) ((unsigned)BVAL(buf,pos))
24 #define BSET(buf,pos,val) (BVAL(buf,pos) = (val))
H A Dncplib_kernel.c110 static inline __u8 BVAL(void* data) function
890 *more = BVAL(buffer + 9);

Completed in 123 milliseconds