Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:wct

400     u_int wct, bcc;
404 wct = words[0];
408 if (wct == 1)
410 else if (wct == 17)
412 else if (wct == 13)
417 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf),
420 smb_print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
441 u_int wct, bcc;
445 wct = words[0];
447 if (wct == 10)
452 if (wct == 3) {
454 } else if (wct == 13) {
461 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf),
464 smb_print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
485 u_int wct, bcc;
490 wct = words[0];
502 maxwords = min(words + 1 + wct * 2, maxbuf);
503 if (wct)
844 int wct;
850 wct = words[0];
851 data = words + 1 + wct * 2;
865 if (wct) {
867 smb_fdata(ndo, words + 1, f1, words + 1 + wct * 2, unicodestr);
896 if (wct == 0)