HomeSort by: relevance | last modified time | path
    Searched refs:unicodestr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-smb.c 28 static int unicodestr = 0; variable
105 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
122 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
138 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr);
209 maxbuf, unicodestr);
214 words + 1 + 14 * 2, unicodestr);
221 words + 1 + 10 * 2, unicodestr);
231 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr);
232 smb_fdata(ndo, data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr);
248 smb_fdata(ndo, param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
    [all...]
smbutil.c 472 int unicodestr)
667 buf = unistr(ndo, &strbuf, buf, 0, 1, (*fmt == 'R') ? 0 : unicodestr);
681 buf = unistr(ndo, &strbuf, buf + 1, 0, 1, (*fmt == 'Y') ? 0 : unicodestr);
719 buf = unistr(ndo, &strbuf, buf, stringlen, 0, unicodestr);
836 int unicodestr)
864 buf2 = smb_fdata(ndo, buf, fmt, maxbuf, unicodestr);
916 buf = smb_fdata1(ndo, buf, s, maxbuf, unicodestr);

Completed in 24 milliseconds