Home
last modified time | relevance | path

Searched refs:__htobe16 (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/sys/
Dendian.h53 #define htobe16(x) __htobe16(x)
61 #define be16toh(x) __htobe16(x)
86 #define betoh16(x) __htobe16(x)
95 #define htons(x) __htobe16(x)
97 #define ntohs(x) __htobe16(x)
D_endian.h98 #define __htobe16 __swap16 macro
125 #define __htobe16(x) ((__uint16_t)(x)) macro
155 #define __bemtoh16(_x) __htobe16(*(__uint16_t *)(_x))
161 #define __htobem16(_x, _v) (*(__uint16_t *)(_x) = __htobe16(_v))
/openbsd/src/include/arpa/
Dinet.h68 #define htons(x) __htobe16(x)
70 #define ntohs(x) __htobe16(x)
/openbsd/src/sys/netinet/
Din.h48 #define htons(x) __htobe16(x)
50 #define ntohs(x) __htobe16(x)