Searched refs:__uint32_t (Results 1 - 25 of 27) sorted by relevance

12

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_in_addr_t.h30 typedef __uint32_t in_addr_t; /* base type for internet address */
/darwin-on-arm/xnu/osfmk/mach/arm/
H A D_structs.h14 __uint32_t __exception; /* number of arm exception taken */
15 __uint32_t __fsr; /* Fault status */
16 __uint32_t __far; /* Virtual Fault Address */
22 __uint32_t exception; /* number of arm exception taken */
23 __uint32_t fsr; /* Fault status */
24 __uint32_t far; /* Virtual Fault Address */
33 __uint32_t __esr; /* Exception syndrome */
34 __uint32_t __exception; /* number of arm exception taken */
41 __uint32_t esr; /* Exception syndrome */
42 __uint32_t exceptio
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_systm.h83 typedef __uint32_t n_long; /* long as received from the net */
85 typedef __uint32_t n_time; /* ms since 00:00 GMT, byte rev */
H A Dlro_ext.h59 void tcp_update_lro_seq(__uint32_t, struct in_addr, struct in_addr,
H A Dtcp.h71 typedef __uint32_t tcp_seq;
72 typedef __uint32_t tcp_cc; /* connection count per rfc1644 */
H A Din.h76 typedef __uint32_t in_addr_t; /* base type for internet address */
H A Dudp_usrreq.c214 extern int ChkAddressOK( __uint32_t dstaddr, __uint32_t srcaddr );
1943 ChkAddressOK( __uint32_t dstaddr, __uint32_t srcaddr )
H A Dtcp_lro.c933 tcp_update_lro_seq(__uint32_t rcv_nxt, struct in_addr saddr, struct in_addr daddr,
/darwin-on-arm/xnu/bsd/sys/
H A D_endian.h104 __uint32_t ntohl(__uint32_t);
105 __uint32_t htonl(__uint32_t);
110 #define ntohl(x) ((__uint32_t)(x))
112 #define htonl(x) ((__uint32_t)(x))
133 #define NTOHL(x) (x) = ntohl((__uint32_t)x)
135 #define HTONL(x) (x) = htonl((__uint32_t)x)
H A Dioccom.h81 #define IOC_VOID (__uint32_t)0x20000000
83 #define IOC_OUT (__uint32_t)0x40000000
85 #define IOC_IN (__uint32_t)0x80000000
89 #define IOC_DIRMASK (__uint32_t)0xe0000000
H A D_types.h99 typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
100 typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
105 typedef __uint32_t __darwin_ino_t; /* [???] Used for inodes */
131 typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
133 typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
134 typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
H A Dstat.h175 __uint32_t st_flags; /* user defined flags for file */
176 __uint32_t st_gen; /* file generation number */
221 __uint32_t st_flags; /* user defined flags for file */ \
222 __uint32_t st_gen; /* file generation number */ \
260 __uint32_t st_flags; /* user defined flags for file */
261 __uint32_t st_gen; /* file generation number */
309 __uint32_t st_flags; /* user defined flags for file */
310 __uint32_t st_gen; /* file generation number */
342 __uint32_t st_flags; /* user defined flags for file */
343 __uint32_t st_ge
[all...]
H A Dtypes.h126 typedef __uint32_t in_addr_t; /* base type for internet address */
197 static inline __int32_t major(__uint32_t _x)
199 return (__int32_t)(((__uint32_t)_x >> 24) & 0xff);
202 static inline __int32_t minor(__uint32_t _x)
207 static inline dev_t makedev(__uint32_t _major, __uint32_t _minor)
H A Dtermios.h301 __uint32_t c_iflag; /* input flags */
302 __uint32_t c_oflag; /* output flags */
303 __uint32_t c_cflag; /* control flags */
304 __uint32_t c_lflag; /* local flags */
306 __uint32_t c_ispeed; /* input speed */
307 __uint32_t c_ospeed; /* output speed */
H A Dsocket.h828 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len) + \
834 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len))))
H A Dsocketvar.h289 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len) + \
304 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len)))
/darwin-on-arm/xnu/bsd/arm/
H A D_types.h21 typedef unsigned int __uint32_t; typedef
94 typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */
H A D_param.h18 #define __DARWIN_ALIGNBYTES32 (sizeof(__uint32_t) - 1)
/darwin-on-arm/xnu/bsd/i386/
H A D_types.h45 typedef unsigned int __uint32_t; typedef
116 typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */
H A D_param.h42 #define __DARWIN_ALIGNBYTES32 (sizeof(__uint32_t) - 1)
H A Dtypes.h150 typedef __uint32_t user32_addr_t;
151 typedef __uint32_t user32_size_t;
154 typedef __uint32_t user32_ulong_t;
/darwin-on-arm/xnu/libkern/libkern/
H A D_OSByteOrder.h48 ((__uint32_t)((((__uint32_t)(x) & 0xff000000) >> 24) | \
49 (((__uint32_t)(x) & 0x00ff0000) >> 8) | \
50 (((__uint32_t)(x) & 0x0000ff00) << 8) | \
51 (((__uint32_t)(x) & 0x000000ff) << 24)))
/darwin-on-arm/xnu/osfmk/mach/i386/
H A D_structs.h240 __uint32_t __fpu_ip; /* x87 FPU Instruction Pointer offset */
243 __uint32_t __fpu_dp; /* x87 FPU Instruction Operand(Data) Pointer offset */
246 __uint32_t __fpu_mxcsr; /* MXCSR Register state */
247 __uint32_t __fpu_mxcsrmask; /* MXCSR mask */
277 __uint32_t __fpu_ip; /* x87 FPU Instruction Pointer offset */
280 __uint32_t __fpu_dp; /* x87 FPU Instruction Operand(Data) Pointer offset */
283 __uint32_t __fpu_mxcsr; /* MXCSR Register state */
284 __uint32_t __fpu_mxcsrmask; /* MXCSR mask */
324 __uint32_t fpu_ip; /* x87 FPU Instruction Pointer offset */
327 __uint32_t fpu_d
[all...]
/darwin-on-arm/xnu/libkern/libkern/i386/
H A D_OSByteOrder.h54 __uint32_t
56 __uint32_t _data
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.h162 __uint32_t __u6_addr32[4];
185 __uint32_t sin6_flowinfo; /* IP6 flow information */
187 __uint32_t sin6_scope_id; /* scope zone index */
317 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
318 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
319 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
320 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) == 0))
326 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
327 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
328 (*(const __uint32_t *)(cons
[all...]

Completed in 178 milliseconds

12