Lines Matching defs:wct
401 u_int wct, bcc;
404 wct = GET_U_1(words);
408 if (wct == 1)
410 else if (wct == 17)
412 else if (wct == 13)
417 smb_fdata(ndo, words + 1, f1, ND_MIN(words + 1 + wct * 2, maxbuf),
421 ND_MIN(wct * 2, ND_BYTES_BETWEEN(words + 1, maxbuf)));
439 u_int wct, bcc;
442 wct = GET_U_1(words);
444 if (wct == 10)
449 if (wct == 3) {
451 } else if (wct == 13) {
458 smb_fdata(ndo, words + 1, f1, ND_MIN(words + 1 + wct * 2, maxbuf),
462 ND_MIN(wct * 2, ND_BYTES_BETWEEN(words + 1, maxbuf)));
480 u_int wct, bcc;
484 wct = GET_U_1(words);
495 maxwords = ND_MIN(words + 1 + wct * 2, maxbuf);
496 if (wct)
836 int wct;
841 wct = GET_U_1(words);
842 data = words + 1 + wct * 2;
857 if (wct) {
859 smb_fdata(ndo, words + 1, f1, words + 1 + wct * 2, unicodestr);
887 if (wct == 0)