Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:wct

399     u_int wct, bcc;
403 wct = words[0];
407 if (wct == 1)
409 else if (wct == 17)
411 else if (wct == 13)
416 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf),
419 print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
440 u_int wct, bcc;
444 wct = words[0];
446 if (wct == 10)
451 if (wct == 3) {
453 } else if (wct == 13) {
460 smb_fdata(ndo, words + 1, f1, min(words + 1 + wct * 2, maxbuf),
463 print_data(ndo, words + 1, min(wct * 2, PTR_DIFF(maxbuf, words + 1)));
484 u_int wct, bcc;
489 wct = words[0];
501 maxwords = min(words + 1 + wct * 2, maxbuf);
502 if (wct)
841 int wct;
847 wct = words[0];
848 data = words + 1 + wct * 2;
862 if (wct) {
864 smb_fdata(ndo, words + 1, f1, words + 1 + wct * 2, unicodestr);
893 if (wct == 0)