• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/tcpdump/

Lines Matching refs:unicodestr

26 static int unicodestr = 0;
101 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
119 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
135 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr);
209 maxbuf, unicodestr);
214 words + 1 + 14 * 2, unicodestr);
221 words + 1 + 10 * 2, unicodestr);
232 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr);
233 smb_fdata(ndo, data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr);
250 smb_fdata(ndo, param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
256 maxbuf, unicodestr);
262 maxbuf, unicodestr);
268 maxbuf, unicodestr);
274 maxbuf, unicodestr);
280 maxbuf, unicodestr);
286 maxbuf, unicodestr);
292 maxbuf, unicodestr);
298 maxbuf, unicodestr);
304 maxbuf, unicodestr);
309 "BROWSE PACKET:\nType=[B] (ResetBrowser)\nOptions=[B]\n", maxbuf, unicodestr);
313 data = smb_fdata(ndo, data, "Unknown Browser Frame ", maxbuf, unicodestr);
328 unicodestr);
330 smb_fdata(ndo, data, "IPC ", data + datalen, unicodestr);
367 unicodestr);
373 smb_fdata(ndo, data1 + 2, f2, maxbuf - (paramlen + datalen), unicodestr);
391 smb_fdata(ndo, param, f3, min(param + paramlen, maxbuf), unicodestr);
393 smb_fdata(ndo, data, f4, min(data + datalen, maxbuf), unicodestr);
423 unicodestr);
433 maxbuf), unicodestr);
467 unicodestr);
477 maxbuf), unicodestr);
509 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr);
517 maxbuf), unicodestr);
830 unicodestr = flags2 & 0x8000;
834 smb_fdata(ndo, buf, fmt_smbheader, buf + 33, unicodestr);
872 smb_fdata(ndo, words + 1, f1, words + 1 + wct * 2, unicodestr);
890 smb_fdata(ndo, data + 2, f2, data + 2 + bcc, unicodestr);