Home
last modified time | relevance | path

Searched refs:RIVAL (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dsmbutil.c347 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 Dsmb.h30 #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) macro