HomeSort by relevance Sort by last modified time
    Searched refs:u_int (Results 1 - 25 of 449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/
sshpty.h 26 void pty_change_window_size(int, u_int, u_int, u_int, u_int);
cipher.h 68 u_int cipher_mask_ssh1(int);
77 const u_char *, u_int, const u_char *, u_int, int);
78 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
79 u_int, u_int, u_int);
80 int cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
81 const u_char *, u_int);
    [all...]
cipher-chachapoly.h 32 const u_char *key, u_int keylen)
34 int chachapoly_crypt(struct chachapoly_ctx *cpctx, u_int seqnr,
35 u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen,
38 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
uuencode.h 27 int uuencode(const u_char *, u_int, char *, size_t);
29 void dump_base64(FILE *, const u_char *, u_int);
monitor_wrap.h 43 int mm_key_sign(Key *, u_char **, u_int *, const u_char *, u_int, const char *);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
64 u_int mm_do_pam_account(void);
66 int mm_sshpam_query(void *, char **, char **, u_int *, char ***, u_int **);
67 int mm_sshpam_respond(void *, u_int, char **);
84 int mm_newkeys_to_blob(int, u_char **, u_int *);
91 int mm_bsdauth_query(void *, char **, char **, u_int *, char ***, u_int **)
    [all...]
buffer.h 34 #define buffer_len(b) ((u_int) sshbuf_len(b))
37 void buffer_append(Buffer *, const void *, u_int);
38 void *buffer_append_space(Buffer *, u_int);
39 int buffer_check_alloc(Buffer *, u_int);
40 void buffer_get(Buffer *, void *, u_int);
42 void buffer_consume(Buffer *, u_int);
43 void buffer_consume_end(Buffer *, u_int);
46 int buffer_get_ret(Buffer *, void *, u_int);
47 int buffer_consume_ret(Buffer *, u_int);
48 int buffer_consume_end_ret(Buffer *, u_int);
    [all...]
session.h 42 u_int row, col, xpixel, ypixel;
46 u_int display_number;
48 u_int screen;
58 u_int num_env;
80 void child_set_env(char ***envp, u_int *envsizep, const char *name,
83 const char *session_get_remote_name_or_ip(struct ssh *, u_int, int);
match.h 22 char *match_list(const char *, const char *, u_int *);
uidswap.c 77 (u_int)pw->pw_uid, (u_int)pw->pw_gid,
78 (u_int)saved_euid, (u_int)saved_egid);
131 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
134 debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno));
137 fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
140 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
151 debug("permanently_drop_suid: %u", (u_int)uid);
153 fatal("setresuid %u: %.100s", (u_int)uid, strerror(errno))
    [all...]
buffer.c 30 buffer_append(Buffer *buffer, const void *data, u_int len)
39 buffer_append_space(Buffer *buffer, u_int len)
50 buffer_check_alloc(Buffer *buffer, u_int len)
62 buffer_get_ret(Buffer *buffer, void *buf, u_int len)
74 buffer_get(Buffer *buffer, void *buf, u_int len)
81 buffer_consume_ret(Buffer *buffer, u_int bytes)
93 buffer_consume(Buffer *buffer, u_int bytes)
100 buffer_consume_end_ret(Buffer *buffer, u_int bytes)
112 buffer_consume_end(Buffer *buffer, u_int bytes)
bitmap.h 36 int bitmap_test_bit(struct bitmap *b, u_int n);
39 int bitmap_set_bit(struct bitmap *b, u_int n);
42 void bitmap_clear_bit(struct bitmap *b, u_int n);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ieee754.h 92 u_int sng_sign:1;
93 u_int sng_exp:SNG_EXPBITS;
94 u_int sng_frac:SNG_FRACBITS;
96 u_int sng_frac:SNG_FRACBITS;
97 u_int sng_exp:SNG_EXPBITS;
98 u_int sng_sign:1;
109 u_int dbl_sign:1;
110 u_int dbl_exp:DBL_EXPBITS;
111 u_int dbl_frach:DBL_FRACHBITS;
112 u_int dbl_fracl:DBL_FRACLBITS;
    [all...]
  /external/libpcap/
pcap-common.h 38 (((((u_int)(y))&0xff)<<24) | \
39 ((((u_int)(y))&0xff00)<<8) | \
40 ((((u_int)(y))&0xff0000)>>8) | \
41 ((((u_int)(y))>>24)&0xff))
43 ((u_short)(((((u_int)(y))&0xff)<<8) | \
44 ((((u_int)(y))&0xff00)>>8)))
53 extern u_int max_snaplen_for_dlt(int dlt);
sf-pcap.h 35 u_int precision, char *errbuf, int *err);
sf-pcapng.h 30 u_int precision, char *errbuf, int *err);
  /external/ipsec-tools/src/libipsec/
libpfkey.h 69 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/libpcap/lbl/
os-ultrix4.h 23 int bcmp(const char *, const char *, u_int);
24 void bcopy(const void *, void *, u_int);
25 void bzero(void *, u_int);
  /external/tcpdump/lbl/
os-ultrix4.h 23 int bcmp(const char *, const char *, u_int);
24 void bcopy(const void *, void *, u_int);
25 void bzero(void *, u_int);
  /external/fsck_msdos/
dosfs.h 46 u_int bpbBytesPerSec; /* bytes per sector */
47 u_int bpbSecPerClust; /* sectors per cluster */
48 u_int bpbResSectors; /* number of reserved sectors */
49 u_int bpbFATs; /* number of bpbFATs */
50 u_int bpbRootDirEnts; /* number of root directory entries */
52 u_int bpbMedia; /* media descriptor */
53 u_int bpbFATsmall; /* number of sectors per FAT */
54 u_int SecPerTrack; /* sectors per track */
55 u_int bpbHeads; /* number of heads */
59 u_int bpbFSInfo; /* FSInfo sector *
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.h 47 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_int, u_int
    [all...]
  /external/tcpdump/
netdissect.h 110 u_int v; /* value */
114 extern const char *tok2strbuf(const struct tok *, const char *, u_int,
118 extern const char *tok2str(const struct tok *, const char *, u_int);
119 extern char *bittok2str(const struct tok *, const char *, u_int);
120 extern char *bittok2str_nosep(const struct tok *, const char *, u_int);
140 typedef u_int (*if_printer) IF_PRINTER_ARGS;
184 register const u_char *bp, register u_int length);
330 extern u_int fn_printztn(netdissect_options *ndo, const u_char *, u_int, const u_char *);
331 extern int fn_printn(netdissect_options *, const u_char *, u_int, const u_char *)
    [all...]
signature.h 28 extern int signature_verify(netdissect_options *, const u_char *, u_int,
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
atomic.h 54 void atomic_set_bit( u_int *, u_int );
55 void atomic_clear_bit( u_int *, u_int );
61 u_int cpsr_save, tmp; \
79 inline_atomic_set_bit( u_int *address, u_int setmask )
85 inline_atomic_clear_bit( u_int *address, u_int clearmask )
cpufunc.h 54 u_int (*cf_id) __P((void));
59 u_int (*cf_control) __P((u_int, u_int));
60 void (*cf_domains) __P((u_int));
61 void (*cf_setttb) __P((u_int));
62 u_int (*cf_faultstatus) __P((void));
63 u_int (*cf_faultaddress) __P((void));
68 void (*cf_tlb_flushID_SE) __P((u_int));
70 void (*cf_tlb_flushI_SE) __P((u_int));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/x86/
ieee.h 70 u_int ext_fracl:EXT_FRACLBITS;
71 u_int ext_frach:EXT_FRACHBITS;
73 u_int ext_int:1;
75 u_int ext_exp:EXT_EXPBITS;
76 u_int ext_sign:1;

Completed in 829 milliseconds

1 2 3 4 5 6 7 8 91011>>