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

  /external/tcpdump/
print-smb.c 172 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf)
208 maxbuf, unicodestr);
243 const u_char *maxbuf = data + datalen; local
255 maxbuf, unicodestr);
261 maxbuf, unicodestr);
267 maxbuf, unicodestr);
273 maxbuf, unicodestr);
279 maxbuf, unicodestr);
285 maxbuf, unicodestr);
291 maxbuf, unicodestr)
930 const u_char *maxbuf; local
1100 const u_char *maxbuf = data + length; local
1238 const u_char *maxbuf; local
1279 const u_char *maxbuf = data + length; local
1371 const u_char *maxbuf = data + length; local
1474 const u_char *maxbuf; local
    [all...]
smbutil.c 129 const u_char *in, const u_char *maxbuf, char *out)
134 if (in >= maxbuf)
146 if (in + 1 >= maxbuf)
170 const u_char *buf, int ofs, const u_char *maxbuf)
176 if (p >= maxbuf)
187 if ((p + 1) >= maxbuf)
195 if (p >= maxbuf)
210 const u_char *buf, int ofs, const u_char *maxbuf, char *name)
212 const u_char *p = name_ptr(ndo, buf, ofs, maxbuf);
216 return(name_interpret(ndo, p, maxbuf, name))
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.c 1124 int *bufsize, maxbuf; local
    [all...]

Completed in 70 milliseconds