Searched defs:maxbuf (Results 1 – 2 of 2) sorted by relevance
/external/tcpdump/ |
D | print-smb.c | 173 print_trans2(const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2() 245 const u_char *maxbuf = data + datalen; in print_browse() local 336 print_trans(const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans() 398 print_negprot(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot() 439 …int_sesssetup(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup() 483 …t_lockingandx(const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx() 795 print_smb(const u_char *buf, const u_char *maxbuf) in print_smb() 931 const u_char *maxbuf; in nbt_tcp_print() local 1092 const u_char *maxbuf = data + length; in nbt_udp137_print() local 1255 const u_char *maxbuf = data + length; in nbt_udp138_print() local [all …]
|
D | smbutil.c | 132 name_interpret(const u_char *in, const u_char *maxbuf, char *out) in name_interpret() 172 name_ptr(const u_char *buf, int ofs, const u_char *maxbuf) in name_ptr() 211 name_extract(const u_char *buf, int ofs, const u_char *maxbuf, char *name) in name_extract() 225 name_len(const unsigned char *s, const unsigned char *maxbuf) in name_len() 432 smb_fdata1(const u_char *buf, const char *fmt, const u_char *maxbuf, in smb_fdata1() 791 smb_fdata(const u_char *buf, const char *fmt, const u_char *maxbuf, in smb_fdata()
|