Searched refs:SVAL (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/tcpdump/ |
H A D | print-smb.c | 76 level = SVAL(param,0); in trans2_qfsinfo() 134 pcnt = SVAL(words+1,9*2); in print_trans2() 135 dcnt = SVAL(words+1,11*2); in print_trans2() 139 pcnt = SVAL(words+1,3*2); in print_trans2() 140 dcnt = SVAL(words+1,6*2); in print_trans2() 519 int num = SVAL(buf,7); in print_smb() 551 v = SVAL(words+1,2*i); in print_smb() 560 int bcc = SVAL(data,0); in print_smb() 566 command = SVAL(words,1); in print_smb() 567 words = buf + SVAL(words,3); in print_smb() [all …]
|
H A D | smb.h | 14 #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8) macro 15 #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) 18 #define SVALS(buf,pos) ((int16)SVAL(buf,pos)) 29 #define RSVAL(buf,pos) SREV(SVAL(buf,pos))
|
H A D | smbutil.c | 318 write_bits(SVAL(buf,0),attrib_fmt); in fdata1() 368 unsigned int x = reverse?RSVAL(buf,0):SVAL(buf,0); in fdata1() 384 unsigned int x = reverse?RSVAL(buf,0):SVAL(buf,0); in fdata1()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | funcargs.c | 602 } SVAL; typedef 609 void recurse (SVAL a, int depth) in recurse() 612 SVAL a; in recurse() 625 SVAL s; s.s = 5; s.i = 5; s.l = 5; in test_struct_args()
|