Searched refs:__uint16_t (Results 1 - 14 of 14) sorted by relevance

/xnu-2782.1.97/bsd/sys/_types/
H A D_in_port_t.h30 typedef __uint16_t in_port_t;
H A D_nlink_t.h30 typedef __uint16_t nlink_t; /* link count */
/xnu-2782.1.97/bsd/netinet/
H A Din_systm.h82 typedef __uint16_t n_short; /* short as received from the net */
/xnu-2782.1.97/bsd/sys/
H A D_endian.h102 __uint16_t ntohs(__uint16_t);
103 __uint16_t htons(__uint16_t);
111 #define ntohs(x) ((__uint16_t)(x))
113 #define htons(x) ((__uint16_t)(x))
144 #define NTOHS(x) (x) = ntohs((__uint16_t)x)
147 #define HTONS(x) (x) = htons((__uint16_t)x)
H A Dipc.h129 __uint16_t cuid; /* Creator's user ID */
130 __uint16_t cgid; /* Creator's group ID */
131 __uint16_t uid; /* Owner's user ID */
132 __uint16_t gid; /* Owner's group ID */
134 __uint16_t seq; /* Reserved for internal use */
H A Ddirent.h91 __uint16_t d_reclen; /* length of this record */
105 __uint16_t d_reclen; /* length of this record */ \
106 __uint16_t d_namlen; /* length of string in d_name */ \
H A D_types.h70 typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
H A Dstat.h119 __uint16_t st_dev; /* inode's device */
123 __uint16_t st_uid; /* user ID of the file's owner */
124 __uint16_t st_gid; /* group ID of the file's group */
125 __uint16_t st_rdev; /* device type */
H A Dsocket.h461 __uint16_t sp_family; /* address family */
462 __uint16_t sp_protocol; /* protocol */
929 __uint16_t sa_family; /* address family */
/xnu-2782.1.97/libkern/libkern/i386/
H A D_OSByteOrder.h45 __uint16_t
47 __uint16_t _data
50 return ((__uint16_t)((_data << 8) | (_data >> 8)));
/xnu-2782.1.97/osfmk/mach/i386/
H A D_structs.h239 __uint16_t __fpu_fop; /* x87 FPU Opcode */
241 __uint16_t __fpu_cs; /* x87 FPU Instruction Pointer Selector */
242 __uint16_t __fpu_rsrv2; /* reserved */
244 __uint16_t __fpu_ds; /* x87 FPU Instruction Operand(Data) Pointer Selector */
245 __uint16_t __fpu_rsrv3; /* reserved */
276 __uint16_t __fpu_fop; /* x87 FPU Opcode */
278 __uint16_t __fpu_cs; /* x87 FPU Instruction Pointer Selector */
279 __uint16_t __fpu_rsrv2; /* reserved */
281 __uint16_t __fpu_ds; /* x87 FPU Instruction Operand(Data) Pointer Selector */
282 __uint16_t __fpu_rsrv
[all...]
/xnu-2782.1.97/libkern/libkern/
H A D_OSByteOrder.h44 ((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
45 (((__uint16_t)(x) & 0x00ff) << 8)))
72 ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
/xnu-2782.1.97/bsd/i386/
H A D_types.h43 typedef unsigned short __uint16_t; typedef
/xnu-2782.1.97/bsd/netinet6/
H A Din6.h155 __uint16_t __u6_addr16[8];

Completed in 45 milliseconds