Searched defs:u_int8_t (Results 1 - 8 of 8) sorted by relevance

/external/tcpdump/missing/
H A Dbittypes.h32 typedef unsigned char u_int8_t; typedef
34 typedef unsigned int u_int8_t; typedef
36 #error "there's no appropriate type for u_int8_t"
/external/qemu/slirp-android/
H A Dslirp.h29 typedef uint8_t u_int8_t; typedef
51 typedef unsigned char u_int8_t; typedef
260 u_int8_t tcp_tos _P((struct socket *));
/external/qemu/slirp/
H A Dslirp.h26 typedef uint8_t u_int8_t; typedef
59 typedef unsigned char u_int8_t; typedef
310 u_int8_t tcp_tos _P((struct socket *));
/external/kernel-headers/original/linux/
H A Dtypes.h108 typedef __u8 u_int8_t; typedef
H A Dcoda.h125 typedef unsigned char u_int8_t; typedef
167 u_int8_t d_type; /* file type, see below */
168 u_int8_t d_namlen; /* length of string in d_name */
/external/grub/stage2/
H A Diso9660.h63 typedef unsigned int u_int8_t __attribute__((mode(QI))); typedef
71 u_int8_t l,b;
82 typedef u_int8_t iso_date_t[7];
95 u_int8_t name[1];
100 u_int8_t id[5];
102 u_int8_t _unused1[1];
103 u_int8_t system_id[32];
104 u_int8_t volume_id[32];
105 u_int8_t _unused2[8];
107 u_int8_t _unused
[all...]
/external/openssh/
H A Ddefines.h229 typedef uint8_t u_int8_t; typedef
235 typedef unsigned char u_int8_t; typedef
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c331 typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__))); typedef

Completed in 298 milliseconds