Home
last modified time | relevance | path

Searched defs:htobe16 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dopenbsd-compat.h22 #define htobe16(x) OSSwapHostToBigInt16((x)) macro
36 #define htobe16(x) htons((x)) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h46 #define htobe16(x) _byteswap_ushort(x) macro
69 #define htobe16(x) OSSwapHostToBigInt16(x) macro
143 #define htobe16(x) (x) macro
150 #define htobe16(x) bswap_16(x) macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h21 # define htobe16(x) OSSwapHostToBigInt16(x) macro
65 # define htobe16(x) htons(x) macro
83 # define htobe16(x) (x) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h45 #define htobe16(x) OSSwapHostToBigInt16(x) macro
119 #define htobe16(x) (x) macro
126 #define htobe16(x) bswap_16(x) macro
/netbsd-src/sys/sys/
H A Dendian.h142 #define htobe16( global() macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h162 #define htobe16(x) (x) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1093 #define htobe16( global() macro
1112 #define htobe16( global() macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c39 #define htobe16(x) BE_16(x) macro
73 #define htobe16(x) __builtin_bswap16(x) macro
89 #define htobe16(x) (x) macro
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c36 #define htobe16 htons macro