Home
last modified time | relevance | path

Searched refs:__uint16_t (Results 1 – 22 of 22) sorted by relevance

/dragonfly/sys/sys/
H A Dendian.h65 #define htole16(x) ((__uint16_t)(x))
72 #define le16toh(x) ((__uint16_t)(x))
76 #define htobe16(x) ((__uint16_t)(x))
83 #define be16toh(x) ((__uint16_t)(x))
93 static __inline __uint16_t
117 static __inline __uint16_t
142 be16enc(void *pp, __uint16_t u) in be16enc()
171 le16enc(void *pp, __uint16_t u) in le16enc()
H A Dtypes.h60 typedef __uint16_t u_int16_t;
108 typedef __uint16_t in_port_t;
120 typedef __uint16_t mode_t; /* permissions */
H A Duuid.h51 __uint16_t time_mid;
52 __uint16_t time_hi_and_version;
H A Dstat.h76 typedef __uint16_t mode_t; /* permissions */
105 __uint16_t st_padding1;
H A Dstdint.h74 typedef __uint16_t uint16_t;
H A Ddirent.h70 __uint16_t d_namlen; /* strlen(d_name) */
H A Dipc.h63 typedef __uint16_t mode_t; /* permissions */
H A Dsocket.h256 __uint16_t sp_family; /* address family */
257 __uint16_t sp_protocol; /* protocol */
H A Dmman.h41 typedef __uint16_t mode_t; /* permissions */
/dragonfly/include/
H A Dutmpx.h95 __uint16_t e_termination; /* termination status */
96 __uint16_t e_exit; /* exit status */
115 __uint16_t ut_session; /* session id used for windowing */
H A Dstdint.h42 typedef __uint16_t uint16_t;
H A Dspawn.h37 typedef __uint16_t mode_t;
H A Dstring.h48 typedef __uint16_t mode_t;
H A Dnetdb.h69 typedef __uint16_t in_port_t;
/dragonfly/sys/cpu/x86_64/include/
H A Dendian.h133 __extension__ ({ __uint16_t __X = (x); \
172 static __inline __always_inline __uint16_t
173 __bswap16(__uint16_t _x) in __bswap16()
H A Dstdint.h52 typedef unsigned short __uint16_t; typedef
108 typedef __uint16_t __uint_least16_t;
/dragonfly/include/arpa/
H A Dinet.h74 typedef __uint16_t in_port_t;
79 typedef __uint16_t uint16_t;
/dragonfly/sys/dev/misc/evdev/
H A Dfreebsd-bitstring.h76 static __inline __uint16_t
77 __bitcount16(__uint16_t _x) in __bitcount16()
/dragonfly/contrib/tcpdump/
H A Dnetdissect-stdinc.h337 __uint16_t __u6_addr16[8];
/dragonfly/sys/netinet/
H A Din.h55 typedef __uint16_t in_port_t;
/dragonfly/sys/netinet6/
H A Din6.h101 typedef __uint16_t uint16_t;
/dragonfly/sys/net/pf/
H A Dpfvar.h227 #define NTOHS(x) (x) = ntohs((__uint16_t)(x))
228 #define HTONS(x) (x) = htons((__uint16_t)(x))