/external/tcpdump/ |
print-isakmp.c | 63 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 65 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 67 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 69 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 71 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 73 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 75 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 77 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 79 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int); 81 u_int, const u_char *, u_int32_t, u_int32_t, u_int32_t, int) [all...] |
print-lane.c | 93 lane_print(const u_char *p, u_int length, u_int caplen) 161 u_int
|
print-ether.c | 80 ether_hdr_print(register const u_char *bp, u_int length) 107 ether_print(const u_char *p, u_int length, u_int caplen) 159 u_int 181 u_int length, u_int caplen, u_short *extracted_ether_type)
|
print-l2tp.c | 237 print_string(const u_char *dat, u_int length) 239 u_int i; 246 print_octets(const u_char *dat, u_int length) 248 u_int i; 279 l2tp_result_code_print(const u_char *dat, u_int length) 327 l2tp_q931_cc_print(const u_char *dat, u_int length) 437 l2tp_ppp_discon_cc_print(const u_char *dat, u_int length) 455 u_int len; 475 if (len > (u_int)length) 607 l2tp_print(const u_char *dat, u_int length [all...] |
print-udp.c | 114 u_int ts = *(u_int16_t *)hdr; 122 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); 123 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]); 137 rtp_print(const void *hdr, u_int len, register const struct udphdr *up) 140 u_int *ip = (u_int *)hdr; 141 u_int hasopt, hasext, contype, hasmarker; 142 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); 143 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]); 144 u_int dlen = EXTRACT_16BITS(&up->uh_ulen) - sizeof(*up) - 8 [all...] |
/bionic/libc/netbsd/inet/ |
nsap_addr.c | 50 u_int 53 u_int len = 0; 62 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) {
|
/external/openssh/ |
auth-chall.c | 49 u_int i, numprompts; 50 u_int *echo_on; 84 u_int i, numprompts, *echo_on;
|
hostfile.c | 63 u_int num_entries; 67 extract_salt(const char *s, u_int l, char *salt, size_t salt_len) 70 u_int b64len; 114 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) 120 u_int i, len; 156 hostfile_read_key(char **cpp, u_int *bitsp, Key *ret) 273 if (match_hostname(host, cp, (u_int) (cp2 - cp)) != 1) { 276 hashed_host = host_hash(host, cp, (u_int) (cp2 - cp)); 282 if (strncmp(hashed_host, cp, (u_int) (cp2 - cp)) != 0) 327 u_int i [all...] |
ssh-pkcs11-helper.c | 120 u_int blen; 170 u_int blen, dlen, slen = 0; 209 u_int msg_len; 210 u_int buf_len; 211 u_int consumed; 212 u_int type;
|
msg.c | 47 u_int mlen = buffer_len(m); 68 u_int msg_len;
|
auth2-jpake.c | 76 extern u_int session_id2_len; 140 derive_rawsalt(const char *username, u_char *rawsalt, u_int len) 143 u_int digest_len; 187 pw_encode64(u_int i64) 196 makesalt(u_int want, const char *user) 200 u_int i; 277 u_int secret_len, salt_len; 359 *salt, (u_int)strlen(*salt)); 376 u_int x3_proof_len, x4_proof_len; 428 u_int x1_proof_len, x2_proof_len, x4_s_proof_len [all...] |
monitor.c | 107 extern u_int utmp_len; 122 u_int keyinlen; 124 u_int keyoutlen; 126 u_int ivinlen; 128 u_int ivoutlen; 130 u_int ssh1keylen; 134 u_int ilen; 136 u_int olen; 197 static u_int key_bloblen = 0; 202 static u_int session_id2_len = 0 [all...] |
schnorr.c | 66 const u_char *id, u_int idlen) 69 u_int digest_len; 127 const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p) 220 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen, 221 u_char **sig, u_int *siglen) 257 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen, 359 const BIGNUM *g_x, const u_char *id, u_int idlen, 360 const u_char *sig, u_int siglen) 364 u_int rlen; 452 hash_buffer(const u_char *buf, u_int len, const EVP_MD *md [all...] |
ssh-pkcs11-client.c | 65 u_int l, len; 109 u_int blen, slen = 0; 129 if (slen <= (u_int)RSA_size(rsa)) { 188 u_int blen;
|
/external/qemu/slirp-android/ |
udp.h | 102 struct socket * udp_listen _P((u_int, u_int32_t, u_int, int)); 103 int udp_unlisten _P((u_int));
|
ip.h | 79 u_int ip_v:4; /* version */ 80 u_int ip_hl:4; /* header length */ 82 u_int ip_hl:4; /* header length */ 83 u_int ip_v:4; /* version */ 145 u_int ipt_oflw:4, /* overflow counter */ 148 u_int ipt_flg:4, /* flags, see below */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rusers.h | 29 u_int ut_idle; 34 u_int utmp_array_len;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rusers.h | 29 u_int ut_idle; 34 u_int utmp_array_len;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rusers.h | 29 u_int ut_idle; 34 u_int utmp_array_len;
|
/bionic/libc/include/ |
nsswitch.h | 184 typedef void (*nss_module_unregister_fn)(ns_mtab *, u_int); 185 typedef ns_mtab *(*nss_module_register_fn)(const char *, u_int *, 202 u_int srclistsize; /* size of srclist */ 212 u_int mtabsize; /* size of mtab */
|
/bionic/libc/netbsd/nameser/ |
ns_netint.c | 37 u_int dst;
|
/bionic/libc/private/ |
nsswitch.h | 185 typedef void (*nss_module_unregister_fn)(ns_mtab *, u_int); 186 typedef ns_mtab *(*nss_module_register_fn)(const char *, u_int *, 203 u_int srclistsize; /* size of srclist */ 213 u_int mtabsize; /* size of mtab */
|
/development/ndk/platforms/android-3/include/ |
nsswitch.h | 185 typedef void (*nss_module_unregister_fn)(ns_mtab *, u_int); 186 typedef ns_mtab *(*nss_module_register_fn)(const char *, u_int *, 203 u_int srclistsize; /* size of srclist */ 213 u_int mtabsize; /* size of mtab */
|
/external/ppp/pppd/include/net/ |
slcompress.h | 142 u_int sl_compress_tcp __P((struct mbuf *, 144 int sl_uncompress_tcp __P((u_char **, int, u_int, struct slcompress *)); 145 int sl_uncompress_tcp_core __P((u_char *, int, int, u_int, 146 struct slcompress *, u_char **, u_int *));
|
/external/qemu/slirp/ |
main.h | 33 extern u_int curtime;
|