HomeSort by relevance Sort by last modified time
    Searched refs:SMBMIN (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-smb.c 366 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(data + 2 + EXTRACT_LE_16BITS(data)
    [all...]
smb.h 10 #define SMBMIN(a,b) ((a)<(b)?(a):(b))
smbutil.c 306 n = SMBMIN(8, i % 16);
    [all...]

Completed in 549 milliseconds