Searched refs:unicodestr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-smb.c26 static int unicodestr = 0; variable
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);
[all...]
H A Dsmbutil.c437 int unicodestr)
624 s = unistr(ndo, buf, &len, (*fmt == 'R') ? 0 : unicodestr);
644 s = unistr(ndo, buf + 1, &len, (*fmt == 'Y') ? 0 : unicodestr);
676 s = unistr(ndo, buf, &stringlen, unicodestr);
798 int unicodestr)
827 buf2 = smb_fdata(ndo, buf, fmt, maxbuf, unicodestr);
879 buf = smb_fdata1(ndo, buf, s, maxbuf, unicodestr);
435 smb_fdata1(netdissect_options *ndo, const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
796 smb_fdata(netdissect_options *ndo, const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument

Completed in 46 milliseconds