Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-smb.c25 static int unicodestr = 0; variable
100 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_findfirst()
118 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr); in trans2_qfsinfo()
134 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr); in trans2_qfsinfo()
208 maxbuf, unicodestr); in print_trans2()
213 words + 1 + 14 * 2, unicodestr); in print_trans2()
220 words + 1 + 10 * 2, unicodestr); in print_trans2()
231 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr); in print_trans2()
232 smb_fdata(ndo, data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr); in print_trans2()
249 smb_fdata(ndo, param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr); in print_browse()
[all …]
Dsmbutil.c438 int unicodestr) in smb_fdata1() argument
624 s = unistr(ndo, buf, &len, (*fmt == 'R') ? 0 : unicodestr); in smb_fdata1()
644 s = unistr(ndo, buf + 1, &len, (*fmt == 'Y') ? 0 : unicodestr); in smb_fdata1()
676 s = unistr(ndo, buf, &stringlen, unicodestr); in smb_fdata1()
798 int unicodestr) in smb_fdata() argument
811 buf2 = smb_fdata(ndo, buf, fmt, maxbuf, unicodestr); in smb_fdata()
850 buf = smb_fdata1(ndo, buf, s, maxbuf, unicodestr); in smb_fdata()