HomeSort by relevance Sort by last modified time
    Searched refs:unicodestr (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-smb.c 25 static int unicodestr = 0; variable
100 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
118 smb_fdata(ndo, param, fmt, param + pcnt, unicodestr);
134 smb_fdata(ndo, data, fmt, data + dcnt, unicodestr);
208 maxbuf, unicodestr);
213 words + 1 + 14 * 2, unicodestr);
220 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);
249 smb_fdata(ndo, param, "BROWSE PACKET\n|Param ", param+paramlen, unicodestr);
    [all...]
smbutil.c 438 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)
811 buf2 = smb_fdata(ndo, buf, fmt, maxbuf, unicodestr);
850 buf = smb_fdata1(ndo, buf, s, maxbuf, unicodestr);
    [all...]

Completed in 184 milliseconds