Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dprint-smb.c170 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2()
240 const u_char *maxbuf = data + datalen; in print_browse() local
328 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans()
396 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot()
433 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup()
473 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx()
780 const u_char *buf, const u_char *maxbuf) in print_smb()
911 const u_char *maxbuf; in nbt_tcp_print() local
1081 const u_char *maxbuf = data + length; in nbt_udp137_print() local
1222 const u_char *maxbuf; in smb_tcp_print() local
[all …]
H A Dsmbutil.c141 const u_char *in, const u_char *maxbuf, char *out) in name_interpret()
184 const u_char *buf, u_int ofs, const u_char *maxbuf) in name_ptr()
223 const u_char *buf, u_int ofs, const u_char *maxbuf, char *name) in name_extract()
238 const u_char *s, const u_char *maxbuf) in name_len()
468 const u_char *buf, const char *fmt, const u_char *maxbuf, in smb_fdata1()
831 const u_char *buf, const char *fmt, const u_char *maxbuf, in smb_fdata()
/aosp_15_r20/libcore/ojluni/src/main/native/
H A Dnet_util_md.c1111 int *bufsize, maxbuf; in NET_SetSockOpt() local
/aosp_15_r20/external/expat/expat/tests/
H A Dbasic_tests.c2980 int maxbuf = INT_MAX / 2 + (INT_MAX & 1); // round up without overflow in START_TEST() local