Searched refs:RIVAL (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/tcpdump/ |
H A D | smbutil.c | 347 unsigned int x = reverse?RIVAL(buf,0):IVAL(buf,0); in fdata1() 355 unsigned int x1 = reverse?RIVAL(buf,0):IVAL(buf,0); in fdata1() 356 unsigned int x2 = reverse?RIVAL(buf,4):IVAL(buf,4); in fdata1() 376 unsigned int x = reverse?RIVAL(buf,0):IVAL(buf,0); in fdata1()
|
H A D | smb.h | 30 #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) macro
|