Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-smb.c173 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2()
243 const u_char *maxbuf = data + datalen; in print_browse() local
331 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans()
399 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot()
437 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup()
478 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx()
785 const u_char *buf, const u_char *maxbuf) in print_smb()
917 const u_char *maxbuf; in nbt_tcp_print() local
1087 const u_char *maxbuf = data + length; in nbt_udp137_print() local
1229 const u_char *maxbuf; in smb_tcp_print() local
[all …]
Dsmbutil.c144 const u_char *in, const u_char *maxbuf, char *out) in name_interpret()
187 const u_char *buf, u_int ofs, const u_char *maxbuf) in name_ptr()
226 const u_char *buf, u_int ofs, const u_char *maxbuf, char *name) in name_extract()
241 const u_char *s, const u_char *maxbuf) in name_len()
471 const u_char *buf, const char *fmt, const u_char *maxbuf, in smb_fdata1()
835 const u_char *buf, const char *fmt, const u_char *maxbuf, in smb_fdata()
/netbsd/src/crypto/external/bsd/libsaslc/dist/src/
Dbuffer.c59 size_t maxbuf; /* allocated length of payload buffer (maxbuf) */ member
85 size_t maxbuf; /* allocated length of payload buffer */ member
117 saslc__buffer_create(saslc_sess_t *sess, size_t maxbuf) in saslc__buffer_create()
217 saslc__buffer32_create(saslc_sess_t *sess, size_t maxbuf) in saslc__buffer32_create()
Dmech_digestmd5.c171 size_t maxbuf; member
184 size_t maxbuf; member
1598 size_t maxbuf; in saslc__mech_digestmd5_parse_challenge() local
1958 const char *maxbuf; in saslc__mech_digestmd5_response_data() local
2079 maxpayload(size_t maxbuf, size_t blksize) in maxpayload()
2180 char *cipher, *maxbuf, *realm; in saslc__mech_digestmd5_reply() local
Dmech_gssapi.c673 wrap_size_limit(saslc_sess_t *sess, OM_uint32 maxbuf) in wrap_size_limit()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dcyrus.c141 ber_len_t maxbuf; in sb_sasl_cyrus_init() local
/netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/
Dmisc.c319 unsigned maxbuf = 128; in pgp_push_error() local
/netbsd/src/external/cddl/osnet/dist/cmd/zdb/
Dzdb.c735 char maxbuf[32]; in dump_metaslab_stats() local
/netbsd/src/external/mit/expat/dist/tests/
Dbasic_tests.c3111 int maxbuf = INT_MAX / 2 + (INT_MAX & 1); // round up without overflow in START_TEST() local