Searched defs:maxbuf (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.sbin/tcpdump/ |
H A D | print-smb.c | 123 static void print_trans2(uchar *words,uchar *dat,uchar *buf,uchar *maxbuf) in print_trans2() 178 const uchar *maxbuf = data + datalen; in print_browse() local 240 static void print_trans(uchar *words,uchar *data1,uchar *buf,uchar *maxbuf) in print_trans() 285 static void print_negprot(uchar *words,uchar *data,uchar *buf,uchar *maxbuf) in print_negprot() 308 static void print_sesssetup(uchar *words,uchar *data,uchar *buf,uchar *maxbuf) in print_sesssetup() 496 static void print_smb(const uchar *buf, const uchar *maxbuf) in print_smb() 585 const uchar *maxbuf = data + length; in nbt_tcp_print() local 659 const uchar *maxbuf = data + length; in nbt_udp137_print() local 782 const uchar *maxbuf = data + length; in nbt_udp138_print() local 800 void netbeui_print(u_short control, const uchar *data, const uchar *maxbuf) in netbeui_print() [all …]
|
H A D | smbutil.c | 117 static int name_interpret(const uchar *in,const uchar *maxbuf,char *out) in name_interpret() 163 static const uchar *name_ptr(const uchar *buf,int ofs,const uchar *maxbuf) in name_ptr() 200 static int name_extract(const uchar *buf,int ofs,const uchar *maxbuf,char *name) in name_extract() 213 static int name_len(const unsigned char *s, const unsigned char *maxbuf) in name_len() 304 static const uchar *fdata1(const uchar *buf, const char *fmt, const uchar *maxbuf) in fdata1() 514 const uchar *fdata(const uchar *buf, const char *fmt, const uchar *maxbuf) in fdata()
|
/openbsd-src/usr.sbin/bgpd/ |
H A D | util.c | 199 char maxbuf[32]; log_roa() local
|
/openbsd-src/lib/libexpat/tests/ |
H A D | basic_tests.c | 2925 int maxbuf = INT_MAX / 2 + (INT_MAX & 1); // round up without overflow START_TEST() local
|