Searched refs:SIVAL (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/tcpdump/ |
H A D | smb.h | 21 #define SIVAL(buf,pos,val) SIVALX((buf),(pos),((uint32)(val))) macro 32 #define RSIVAL(buf,pos,val) SIVAL(buf,pos,IREV(val))
|
H A D | smbutil.c | 81 SIVAL(&x,0,x2); in make_unix_date2()
|