Searched refs:u_int (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/external/openssh/
H A Dmatch.h18 int match_pattern_list(const char *, const char *, u_int, int);
19 int match_hostname(const char *, const char *, u_int);
22 char *match_list(const char *, const char *, u_int *);
H A Dsshpty.h26 void pty_change_window_size(int, u_int, u_int, u_int, u_int);
H A Dmonitor_wrap.h43 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
67 u_int mm_do_pam_account(void);
69 int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **);
70 int mm_sshpam_respond(void *, u_int, char **);
91 int mm_newkeys_to_blob(int, u_char **, u_int *);
98 int mm_bsdauth_query(void *, char **, char **, u_int *, cha
[all...]
H A Dbuffer.h21 u_int alloc; /* Number of bytes allocated for data. */
22 u_int offset; /* Offset of first byte containing data. */
23 u_int end; /* Offset of last byte containing data. */
30 u_int buffer_len(const Buffer *);
33 void buffer_append(Buffer *, const void *, u_int);
34 void *buffer_append_space(Buffer *, u_int);
36 int buffer_check_alloc(Buffer *, u_int);
38 void buffer_get(Buffer *, void *, u_int);
40 void buffer_consume(Buffer *, u_int);
41 void buffer_consume_end(Buffer *, u_int);
[all...]
H A Djpake.h56 u_int client_id_len;
62 u_int server_id_len;
74 u_int h_k_cid_sessid_len;
78 u_int h_k_sid_sessid_len;
89 void jpake_step1(struct modp_group *, u_char **, u_int *,
91 u_char **, u_int *, u_char **, u_int *);
95 const u_char *, u_int, const u_char *, u_int,
96 const u_char *, u_int, cons
[all...]
H A Duuencode.h27 int uuencode(const u_char *, u_int, char *, size_t);
29 void dump_base64(FILE *, const u_char *, u_int);
H A Dkey.h65 u_int type; /* SSH2_CERT_TYPE_USER or SSH2_CERT_TYPE_HOST */
68 u_int nprincipals;
98 u_char *key_fingerprint_raw(Key *, enum fp_type, u_int *);
103 u_int key_size(const Key *);
105 Key *key_generate(int, u_int);
121 u_int key_curve_nid_to_bits(int);
130 Key *key_from_blob(const u_char *, u_int);
131 int key_to_blob(const Key *, u_char **, u_int *);
136 int key_sign(const Key *, u_char **, u_int *, const u_char *, u_int);
[all...]
H A Ddispatch.h38 void dispatch_range(u_int, u_int, dispatch_fn *);
H A Dauthfd.h79 const char *, u_int, u_int);
84 const char *, u_int, u_int);
88 u_int, u_char[16]);
91 ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, u_int *, u_char *,
92 u_int);
H A Dpacket.h32 void packet_set_encryption_key(const u_char *, u_int, int);
33 u_int packet_get_encryption_key(u_char *);
34 void packet_set_protocol_flags(u_int);
35 u_int packet_get_protocol_flags(void);
44 void packet_put_int(u_int value);
51 void packet_put_string(const void *buf, u_int len);
53 void packet_put_raw(const void *buf, u_int len);
59 void packet_process_incoming(const char *buf, u_int len);
63 u_int packet_get_char(void);
64 u_int packet_get_in
[all...]
H A Duidswap.c72 (u_int)pw->pw_uid, (u_int)pw->pw_gid,
73 (u_int)saved_euid, (u_int)saved_egid);
128 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
131 debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno));
134 fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
137 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
146 debug("permanently_drop_suid: %u", (u_int)uid);
149 fatal("setresuid %u: %.100s", (u_int)ui
[all...]
H A Dcipher.h71 u_int cipher_mask_ssh1(int);
77 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
78 const u_char *, u_int, int);
79 void cipher_crypt(CipherContext *, u_char *, const u_char *, u_int);
82 u_int cipher_blocksize(const Cipher *);
83 u_int cipher_keylen(const Cipher *);
84 u_int cipher_is_cbc(const Cipher *);
86 u_int cipher_get_number(const Cipher *);
87 void cipher_get_keyiv(CipherContext *, u_char *, u_int);
H A Dschnorr.h30 int hash_buffer(const u_char *, u_int, const EVP_MD *, u_char **, u_int *);
34 void debug3_buf(const u_char *, u_int, const char *, ...)
44 const u_char *id, u_int idlen, BIGNUM **r_p, BIGNUM **e_p);
47 const BIGNUM *x, const BIGNUM *g_x, const u_char *id, u_int idlen,
48 u_char **sig, u_int *siglen);
51 const EVP_MD *evp_md, const BIGNUM *g_x, const u_char *id, u_int idlen,
56 const BIGNUM *g_x, const u_char *id, u_int idlen,
57 const u_char *sig, u_int siglen);
H A Dcanohost.h17 const char *get_remote_name_or_ip(u_int, int);
H A Dsshlogin.h18 time_t get_last_login_time(uid_t, const char *, char *, u_int);
/external/qemu/slirp/
H A Dif.h46 u_int out_pkts; /* Output packets */
47 u_int out_bytes; /* Output bytes */
48 u_int out_errpkts; /* Output Error Packets */
49 u_int out_errbytes; /* Output Error Bytes */
50 u_int in_pkts; /* Input packets */
51 u_int in_bytes; /* Input bytes */
52 u_int in_errpkts; /* Input Error Packets */
53 u_int in_errbytes; /* Input Error Bytes */
55 u_int bytes_saved; /* Number of bytes that compression "saved" */
59 u_int in_mba
[all...]
/external/qemu/slirp-android/
H A Dif.h46 u_int out_pkts; /* Output packets */
47 u_int out_bytes; /* Output bytes */
48 u_int out_errpkts; /* Output Error Packets */
49 u_int out_errbytes; /* Output Error Bytes */
50 u_int in_pkts; /* Input packets */
51 u_int in_bytes; /* Input bytes */
52 u_int in_errpkts; /* Input Error Packets */
53 u_int in_errbytes; /* Input Error Bytes */
55 u_int bytes_saved; /* Number of bytes that compression "saved" */
59 u_int in_mba
[all...]
/external/tcpdump/
H A Dinterface.h143 extern int fn_printn(const u_char *, u_int, const u_char *);
144 extern int fn_printzp(const u_char *, u_int, const u_char *);
161 extern const char *isonsap_string(const u_char *, register u_int);
172 extern void ascii_print(const u_char *, u_int);
174 u_int, u_int);
175 extern void hex_and_ascii_print(const char *, const u_char *, u_int);
176 extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int);
177 extern void hex_print(const char *, const u_char *, u_int);
[all...]
H A Ddecode_prefix.h36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, char *buf, u_int buflen);
H A Dnetdissect.h140 register const u_char *bp, register u_int length);
223 extern int fn_printn(const u_char *, u_int, const u_char *);
248 extern void eap_print(netdissect_options *,const u_char *, u_int);
252 extern void arp_print(netdissect_options *,const u_char *, u_int, u_int);
254 u_int, const u_char *);
256 u_int, const u_char *);
257 extern void ip_print(netdissect_options *,const u_char *, u_int);
259 const u_char *bp, u_int length, u_int n
[all...]
/external/ipsec-tools/src/libipsec/
H A Dlibpfkey.h69 u_int type;
70 u_int satype;
71 u_int mode;
76 u_int wsize;
78 u_int e_type, e_keylen; /* Encryption alg and keylen */
79 u_int a_type, a_keylen; /* Authentication alg and key */
80 u_int flags;
103 int ipsec_check_keylen __P((u_int, u_int, u_int));
[all...]
/external/fsck_msdos/
H A Ddosfs.h49 u_int BytesPerSec; /* bytes per sector */
50 u_int SecPerClust; /* sectors per cluster */
51 u_int ResSectors; /* number of reserved sectors */
52 u_int FATs; /* number of FATs */
53 u_int RootDirEnts; /* number of root directory entries */
54 u_int Media; /* media descriptor */
55 u_int FATsmall; /* number of sectors per FAT */
56 u_int SecPerTrack; /* sectors per track */
57 u_int Heads; /* number of heads */
61 u_int FSInf
[all...]
/external/ipsec-tools/src/racoon/
H A Dpfkey.h47 extern void pfkey_flush_sadb __P((u_int));
66 extern u_int pfkey2ipsecdoi_proto __P((u_int));
67 extern u_int ipsecdoi2pfkey_proto __P((u_int));
68 extern u_int pfkey2ipsecdoi_mode __P((u_int));
69 extern u_int ipsecdoi2pfkey_mode __P((u_int));
71 extern int pfkey_convertfromipsecdoi __P(( u_int, u_in
[all...]
/external/libpcap/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);
/external/tcpdump/lbl/
H A Dos-ultrix4.h25 int bcmp(const char *, const char *, u_int);
26 void bcopy(const void *, void *, u_int);
27 void bzero(void *, u_int);

Completed in 321 milliseconds

1234567891011>>