Searched defs:maxbuf (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dsmbutil.c132 name_interpret(const u_char *in, const u_char *maxbuf, char *out) argument
137 if (in >= maxbuf)
149 if (in + 1 >= maxbuf)
172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf) argument
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) argument
213 const u_char *p = name_ptr(buf, ofs, maxbuf);
217 return(name_interpret(p, maxbuf, nam
225 name_len(const unsigned char *s, const unsigned char *maxbuf) argument
432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, int unicodestr) argument
[all...]
H A Dprint-smb.c173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) argument
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, unicodest
336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) argument
398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
439 print_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
483 print_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
795 print_smb(const u_char *buf, const u_char *maxbuf) argument
931 const u_char *maxbuf; local
1092 const u_char *maxbuf = data + length; local
1255 const u_char *maxbuf; local
1295 const u_char *maxbuf = data + length; local
1387 const u_char *maxbuf = data + length; local
1490 const u_char *maxbuf; local
[all...]

Completed in 956 milliseconds