Searched refs:__uint8_t (Results 1 – 16 of 16) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ ! |
| H A D | endian.h | 124 const __uint8_t *p = (const __uint8_t *)pp; in be16dec() 132 const __uint8_t *p = (const __uint8_t *)pp; in be32dec() 140 const __uint8_t *p = (const __uint8_t *)pp; in be64dec() 148 const __uint8_t *p = (const __uint8_t *)pp; in le16dec() 156 const __uint8_t *p = (const __uint8_t *)pp; in le32dec() 164 const __uint8_t *p = (const __uint8_t *)pp; in le64dec() 172 __uint8_t *p = (__uint8_t *)pp; in be16enc() 181 __uint8_t *p = (__uint8_t *)pp; in be32enc() 192 __uint8_t *p = (__uint8_t *)pp; in be64enc() 201 __uint8_t *p = (__uint8_t *)pp; in le16enc() [all …]
|
| H A D | dirent.h | 92 __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 D | socket.h | 448 __uint8_t sa_len; /* total length */ 460 __uint8_t sa_len; 483 (_SS_ALIGNSIZE - sizeof(__uint8_t) - sizeof(sa_family_t)) 485 (_SS_MAXSIZE - sizeof(__uint8_t) - sizeof(sa_family_t) - \ 492 __uint8_t ss_len; /* address length */
|
| H A D | vsock.h | 50 __uint8_t svm_len; /* total length */
|
| H A D | socket_private.h | 759 __uint8_t mpkl_proto; /* see net/multi_layer_pkt_log.h */ 764 __uint8_t mpkl_proto; /* see net/multi_layer_pkt_log.h */
|
| /xnu-12377.61.12/osfmk/mach/i386/ ! |
| H A D | _structs.h | 288 __uint8_t __fpu_ftw; /* x87 FPU tag word */ 289 __uint8_t __fpu_rsrv1; /* reserved */ 325 __uint8_t __fpu_ftw; /* x87 FPU tag word */ 326 __uint8_t __fpu_rsrv1; /* reserved */ 371 __uint8_t __fpu_ftw; /* x87 FPU tag word */ 372 __uint8_t __fpu_rsrv1; /* reserved */ 434 __uint8_t fpu_ftw; /* x87 FPU tag word */ 435 __uint8_t fpu_rsrv1; /* reserved */ 471 __uint8_t fpu_ftw; /* x87 FPU tag word */ 472 __uint8_t fpu_rsrv1; /* reserved */ [all …]
|
| /xnu-12377.61.12/bsd/netinet6/ ! |
| H A D | in6.h | 161 __uint8_t __u6_addr8[16]; 183 __uint8_t sin6_len; /* length of this struct(sa_family_t) */ 776 extern int inet6_option_append(struct cmsghdr *, const __uint8_t *, int, int); 777 extern __uint8_t *inet6_option_alloc(struct cmsghdr *, int, int, int); 778 extern int inet6_option_next(const struct cmsghdr *, __uint8_t **); 779 extern int inet6_option_find(const struct cmsghdr *, __uint8_t **, int); 794 extern int inet6_opt_append(void *, socklen_t, int, __uint8_t, socklen_t, 795 __uint8_t, void **); 799 extern int inet6_opt_next(void *, socklen_t, int, __uint8_t *, socklen_t *, 801 extern int inet6_opt_find(void *, socklen_t, int, __uint8_t, socklen_t *,
|
| /xnu-12377.61.12/bsd/sys/_types/ ! |
| H A D | _sa_family_t.h | 31 typedef __uint8_t sa_family_t;
|
| /xnu-12377.61.12/bsd/i386/ ! |
| H A D | _types.h | 66 typedef unsigned char __uint8_t; typedef
|
| /xnu-12377.61.12/bsd/arm/ ! |
| H A D | _types.h | 42 typedef unsigned char __uint8_t; typedef
|
| /xnu-12377.61.12/bsd/netinet/ ! |
| H A D | in_private.h | 93 __uint8_t sin_len;
|
| H A D | in.h | 386 __uint8_t sin_len;
|
| /xnu-12377.61.12/bsd/miscfs/devfs/ ! |
| H A D | devfs_fdesc_support.c | 648 dp->d_namlen = (__uint8_t)scnprintf(dp->d_name, sizeof(dp->d_name), in devfs_devfd_readdir()
|
| H A D | devfs_vnops.c | 1488 dirent.d_namlen = (__uint8_t) strlen(name_node->de_name); in devfs_readdir()
|
| /xnu-12377.61.12/bsd/kern/ ! |
| H A D | uipc_syscalls.c | 3334 sa->sa_len = (__uint8_t)buflen; in sockargs() 3383 sa->sa_len = (__uint8_t)len; in getsockaddr() 3423 ss->ss_len = (__uint8_t)len; in getsockaddr_s()
|
| H A D | uipc_socket2.c | 1231 static_assert(sizeof(asa->sa_len) == sizeof(__uint8_t)); in sbconcat_mbufs()
|