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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dbyteorder.h77 IVALS(buf,pos) signed version of IVAL()
87 RIVALS(buf,pos) - like IVALS() but for NMB byte ordering
121 #define IVALS(buf,pos) ((int32)IVAL(buf,pos)) macro
143 #define IVALS(buf,pos) (*(const int32 *)((const char *)(buf) + (pos))) macro
161 #define RIVALS(buf,pos) IREV(IVALS(buf,pos))
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dreply.c2425 startpos = (SMB_OFF_T)IVALS(inbuf,smb_vwv2);
H A Dtrans2.c3453 int32 timeout = IVALS(inbuf,smb_timeout);

Completed in 66 milliseconds