Lines Matching defs:words

168              const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf)
173 const u_char *w = words + 1;
177 ND_TCHECK_1(words);
186 if (GET_U_1(words) == 0) {
201 if (GET_U_1(words) == 8) {
202 smb_fdata(ndo, words + 1,
207 smb_fdata(ndo, words + 1,
209 words + 1 + 14 * 2, unicodestr);
214 smb_fdata(ndo, words + 1,
216 words + 1 + 10 * 2, unicodestr);
326 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf)
331 const u_char *w = words + 1;
356 smb_fdata(ndo, words + 1, f1,
357 ND_MIN(words + 1 + 2 * GET_U_1(words), maxbuf),
394 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf)
399 wct = GET_U_1(words);
412 smb_fdata(ndo, words + 1, f1, ND_MIN(words + 1 + wct * 2, maxbuf),
415 smb_data_print(ndo, words + 1,
416 ND_MIN(wct * 2, ND_BYTES_BETWEEN(words + 1, maxbuf)));
432 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf)
437 wct = GET_U_1(words);
453 smb_fdata(ndo, words + 1, f1, ND_MIN(words + 1 + wct * 2, maxbuf),
456 smb_data_print(ndo, words + 1,
457 ND_MIN(wct * 2, ND_BYTES_BETWEEN(words + 1, maxbuf)));
473 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf)
479 wct = GET_U_1(words);
482 if (GET_U_1(words + 7) & 0x10)
490 maxwords = ND_MIN(words + 1 + wct * 2, maxbuf);
492 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr);
786 const u_char *words, *maxwords, *data;
835 words = buf + smboffset;
836 wct = GET_U_1(words);
837 data = words + 1 + wct * 2;
850 (*fn->descript.fn)(ndo, words, data, buf, maxbuf);
854 smb_fdata(ndo, words + 1, f1, words + 1 + wct * 2, unicodestr);
859 for (i = 0; words + 1 + 2 * i < maxwords; i++) {
860 v = GET_LE_U_2(words + 1 + 2 * i);
884 command = GET_U_1(words + 1);
887 newsmboffset = GET_LE_U_2(words + 3);