Searched defs:be16toh (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dopenbsd-compat.h21 #define be16toh(x) OSSwapBigToHostInt16((x)) macro
35 #define be16toh(x) ntohs((x)) macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h29 #define be16toh(x) betoh16(x) macro
48 #define be16toh(x) _byteswap_ushort(x) macro
71 #define be16toh(x) OSSwapBigToHostInt16(x) macro
145 #define be16toh(x) (x) macro
152 #define be16toh(x) bswap_16(x) macro
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h29 #define be16toh(x) betoh16(x) macro
47 #define be16toh(x) OSSwapBigToHostInt16(x) macro
121 #define be16toh(x) (x) macro
128 #define be16toh(x) bswap_16(x) macro
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h23 # define be16toh(x) OSSwapBigToHostInt16(x) macro
49 # define be16toh(x) betoh16(x) macro
67 # define be16toh(x) ntohs(x) macro
85 # define be16toh(x) (x) macro
/netbsd-current/sys/arch/hpc/stand/include/machine/
H A Dendian.h194 #define be16toh(x) htobe16(x) macro
/netbsd-current/sys/sys/
H A Dendian.h174 #define be16toh(x) htobe16(x) macro
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c37 #define be16toh(x) BE_16(x) macro
58 #define be16toh(x) betoh16(x) macro
71 #define be16toh(x) __builtin_bswap16(x) macro
87 #define be16toh(x) (x) macro
/netbsd-current/tools/compat/
H A Dcompat_defs.h1131 #define be16toh(x) htobe16(x) macro

Completed in 189 milliseconds