Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Darch.h43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function
45 #define htonll htonll macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h99 #define htonll(x) BMASK_64(x) macro
104 htonll(uint64_t n) in htonll() function
115 #define htonll(x) BSWAP_64(x) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h77 htonll(uint64_t n) in htonll() function
89 htonll(uint64_t n) in htonll() function
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h85 #define htonll(x) BMASK_64(x) macro
88 #define htonll(x) BSWAP_64(x) macro
/freebsd/contrib/ofed/libibumad/
H A Dumad.h264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function
265 #define htonll htonll macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h114 htonll(uint64_t n) in htonll() function
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h145 htonll(uint64_t n) in htonll() function
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c106 #define htonll(x) cpu_to_be64((x)) macro
/freebsd/contrib/ofed/libibmad/
H A Dmad.h1809 #define htonll bswap_64 macro
1816 #define htonll(x) (x) macro
/freebsd/sys/netinet/
H A Dsctp_uio.h1160 #define htonll(x) htobe64(x) macro