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

  /external/tcpdump/
print-smb.c 173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf)
209 maxbuf, unicodestr);
245 const u_char *maxbuf = data + datalen; local
257 maxbuf, unicodestr);
263 maxbuf, unicodestr);
269 maxbuf, unicodestr);
275 maxbuf, unicodestr);
281 maxbuf, unicodestr);
287 maxbuf, unicodestr);
293 maxbuf, unicodestr)
931 const u_char *maxbuf; local
1092 const u_char *maxbuf = data + length; local
1255 const u_char *maxbuf = data + length; local
1347 const u_char *maxbuf = data + length; local
1450 const u_char *maxbuf; local
    [all...]
smbutil.c 132 name_interpret(const u_char *in, const u_char *maxbuf, char *out)
137 if (in >= maxbuf)
149 if (in + 1 >= maxbuf)
172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf)
178 if (p >= maxbuf)
189 if ((p + 1) >= maxbuf)
197 if (p >= maxbuf)
211 name_extract(const u_char *buf, int ofs, const u_char *maxbuf, char *name)
213 const u_char *p = name_ptr(buf, ofs, maxbuf);
217 return(name_interpret(p, maxbuf, name))
    [all...]

Completed in 4002 milliseconds