Searched defs:u_int32_t (Results 1 - 10 of 10) sorted by relevance

/external/tcpdump/missing/
H A Dbittypes.h58 typedef unsigned int u_int32_t; typedef
60 typedef unsigned long u_int32_t; typedef
62 typedef unsigned short u_int32_t; typedef
64 #error "there's no appropriate type for u_int32_t"
/external/qemu/distrib/sdl-1.2.15/src/video/
H A Dmath_private.h24 #define u_int32_t uint32_t macro
54 u_int32_t msw;
55 u_int32_t lsw;
66 u_int32_t lsw;
67 u_int32_t msw;
137 u_int32_t word;
/external/qemu/slirp-android/
H A Dslirp.h31 typedef uint32_t u_int32_t; typedef
67 typedef unsigned short u_int32_t; typedef
71 typedef unsigned int u_int32_t; typedef
/external/qemu/slirp/
H A Dslirp.h28 typedef uint32_t u_int32_t; typedef
75 typedef unsigned short u_int32_t; typedef
79 typedef unsigned int u_int32_t; typedef
/external/kernel-headers/original/linux/
H A Dtypes.h112 typedef __u32 u_int32_t; typedef
H A Dcoda.h129 typedef unsigned int u_int32_t; typedef
165 u_int32_t d_fileno; /* file number of entry */
198 typedef u_int32_t vuid_t;
199 typedef u_int32_t vgid_t;
204 u_int32_t opaque[3];
225 u_int32_t opaque[4];
330 u_int32_t opcode;
331 u_int32_t unique; /* Keep multiple outstanding msgs distinct */
346 u_int32_t opcode;
347 u_int32_t uniqu
[all...]
/external/ppp/pppd/include/net/
H A Dppp_defs.h112 typedef UINT32_T u_int32_t; typedef
114 typedef unsigned int u_int32_t; typedef
122 typedef u_int32_t ext_accm[8];
/external/grub/stage2/
H A Diso9660.h67 typedef unsigned int u_int32_t __attribute__((mode(SI))); typedef
79 u_int32_t l, b;
/external/openssh/
H A Ddefines.h231 typedef uint32_t u_int32_t; typedef
253 typedef unsigned int u_int32_t; typedef
256 typedef unsigned long u_int32_t; typedef
346 typedef u_int32_t in_addr_t;
471 ((((u_int32_t *) (a))[0] == 0) && (((u_int32_t *) (a))[1] == 0) && \
472 (((u_int32_t *) (a))[2] == htonl (0xffff)))
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c333 typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__))); typedef

Completed in 289 milliseconds