Home
last modified time | relevance | path

Searched defs:maxbuf (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/tcpdump/
H A Dprint-smb.c123 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 Dsmbutil.c117 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 Dutil.c199 char maxbuf[32]; log_roa() local
/openbsd-src/lib/libexpat/tests/
H A Dbasic_tests.c2925 int maxbuf = INT_MAX / 2 + (INT_MAX & 1); // round up without overflow START_TEST() local