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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dbyteorder.h138 #define SVAL_NC(buf,pos) (*(uint16 *)((char *)(buf) + (pos))) /* Non const version of above. */ macro
147 #define SSVAL(buf,pos,val) SVAL_NC(buf,pos)=((uint16)(val))

Completed in 28 milliseconds