Searched defs:ntohll (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/ofed/libibmad/
H A Dmad.h1806 #define ntohll bswap_64 macro
1813 #define ntohll(x) (x) macro
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.h258 #undef ntohll macro
259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } function
260 #define ntohll ntohll macro
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Darch.h41 #undef ntohll macro
44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } function
46 #define ntohll ntohll macro
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h88 #define ntohll(x) BMASK_64(x) macro
91 #define ntohll(x) BSWAP_64(x) macro
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c110 #define ntohll(x) cpu_to_be64((x)) macro
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c771 #define ntohll(x) be64toh((x)) macro
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c109 #define ntohll(x) cpu_to_be64((x)) macro
/freebsd-11-stable/sys/netinet/
H A Dsctp_uio.h1157 #define ntohll(x) be64toh(x) macro

Completed in 208 milliseconds