Searched refs:__uint8_t (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/sys/_types/
H A D_sa_family_t.h30 typedef __uint8_t sa_family_t;
/xnu-2422.115.4/bsd/sys/
H A Ddirent.h92 __uint8_t d_type; /* file type, see below */
93 __uint8_t d_namlen; /* length of string in d_name */
107 __uint8_t d_type; /* file type, see below */ \
H A Dsocket.h434 __uint8_t sa_len; /* total length */
458 (_SS_ALIGNSIZE - sizeof(__uint8_t) - sizeof(sa_family_t))
460 (_SS_MAXSIZE - sizeof(__uint8_t) - sizeof(sa_family_t) - \
467 __uint8_t ss_len; /* address length */
/xnu-2422.115.4/bsd/i386/
H A D_types.h41 typedef unsigned char __uint8_t; typedef
/xnu-2422.115.4/osfmk/mach/i386/
H A D_structs.h237 __uint8_t __fpu_ftw; /* x87 FPU tag word */
238 __uint8_t __fpu_rsrv1; /* reserved */
274 __uint8_t __fpu_ftw; /* x87 FPU tag word */
275 __uint8_t __fpu_rsrv1; /* reserved */
321 __uint8_t fpu_ftw; /* x87 FPU tag word */
322 __uint8_t fpu_rsrv1; /* reserved */
358 __uint8_t fpu_ftw; /* x87 FPU tag word */
359 __uint8_t fpu_rsrv1; /* reserved */
514 __uint8_t __fpu_ftw; /* x87 FPU tag word */
515 __uint8_t __fpu_rsrv
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Din6.h154 __uint8_t __u6_addr8[16];
176 __uint8_t sin6_len; /* length of this struct(sa_family_t) */
538 #define IPV6_MULTICAST_IF 9 /* __uint8_t; set/get IP6 multicast i/f */
539 #define IPV6_MULTICAST_HOPS 10 /* __uint8_t; set/get IP6 multicast hops */
540 #define IPV6_MULTICAST_LOOP 11 /* __uint8_t; set/get IP6 mcast loopback */
895 extern int inet6_option_append(struct cmsghdr *, const __uint8_t *, int, int);
896 extern __uint8_t *inet6_option_alloc(struct cmsghdr *, int, int, int);
897 extern int inet6_option_next(const struct cmsghdr *, __uint8_t **);
898 extern int inet6_option_find(const struct cmsghdr *, __uint8_t **, int);
913 extern int inet6_opt_append(void *, socklen_t, int, __uint8_t, socklen_
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Din.h379 __uint8_t sin_len;
394 __uint8_t sin_len;

Completed in 50 milliseconds