Searched defs:htonll (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ofed/libibverbs/
H A Darch.h40 #undef htonll macro
43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } function
45 #define htonll htonll macro
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h87 #define htonll(x) BMASK_64(x) macro
90 #define htonll(x) BSWAP_64(x) macro
/freebsd-12-stable/contrib/ofed/libibumad/
H A Dumad.h263 #undef htonll macro
264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } function
265 #define htonll htonll macro
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping.c108 #define htonll(x) cpu_to_be64((x)) macro
/freebsd-12-stable/sys/netinet/
H A Dsctp_uio.h1163 #define htonll(x) htobe64(x) macro
/freebsd-12-stable/contrib/ofed/libibmad/
H A Dmad.h1809 #define htonll bswap_64 macro
1816 #define htonll(x) (x) macro

Completed in 188 milliseconds