Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-smb.c23 static int unicodestr = 0; variable
100 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_findfirst()
117 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_qfsinfo()
133 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr); in trans2_qfsinfo()
204 maxbuf, unicodestr); in print_trans2()
209 words + 1 + 14 * 2, unicodestr); in print_trans2()
216 words + 1 + 10 * 2, unicodestr); in print_trans2()
226 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr); in print_trans2()
227 smb_fdata(ndo, data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr); in print_trans2()
243 smb_fdata(ndo, param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr); in print_browse()
[all …]
H A Dsmbutil.c467 int unicodestr) in smb_fdata1() argument
662 buf = unistr(ndo, &strbuf, buf, 0, 1, (*fmt == 'R') ? 0 : unicodestr); in smb_fdata1()
676 buf = unistr(ndo, &strbuf, buf + 1, 0, 1, (*fmt == 'Y') ? 0 : unicodestr); in smb_fdata1()
714 buf = unistr(ndo, &strbuf, buf, stringlen, 0, unicodestr); in smb_fdata1()
831 int unicodestr) in smb_fdata() argument
859 buf2 = smb_fdata(ndo, buf, fmt, maxbuf, unicodestr); in smb_fdata()
911 buf = smb_fdata1(ndo, buf, s, maxbuf, unicodestr); in smb_fdata()