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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-smb.c366 smb_fdata(words + 1, f1, SMBMIN(words + 1 + 2 * words[0], maxbuf),
386 smb_fdata(param, f3, SMBMIN(param + paramlen, maxbuf), unicodestr);
388 smb_fdata(data, f4, SMBMIN(data + datalen, maxbuf), unicodestr);
417 smb_fdata(words + 1, f1, SMBMIN(words + 1 + wct * 2, maxbuf),
420 print_data(words + 1, SMBMIN(wct * 2, PTR_DIFF(maxbuf, words + 1)));
427 smb_fdata(data + 2, f2, SMBMIN(data + 2 + EXTRACT_LE_16BITS(data),
430 print_data(data + 2, SMBMIN(EXTRACT_LE_16BITS(data), PTR_DIFF(maxbuf, data + 2)));
461 smb_fdata(words + 1, f1, SMBMIN(words + 1 + wct * 2, maxbuf),
464 print_data(words + 1, SMBMIN(wct * 2, PTR_DIFF(maxbuf, words + 1)));
471 smb_fdata(data + 2, f2, SMBMIN(dat
[all...]
H A Dsmb.h10 #define SMBMIN(a,b) ((a)<(b)?(a):(b)) macro
H A Dsmbutil.c306 n = SMBMIN(8, i % 16);

Completed in 98 milliseconds