Home
last modified time | relevance | path

Searched defs:ntohll (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Darch.h44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function
46 #define ntohll ntohll macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h101 #define ntohll(x) BMASK_64(x) macro
111 ntohll(uint64_t n) in ntohll() function
117 #define ntohll(x) BSWAP_64(x) macro
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h84 ntohll(uint64_t n) in ntohll() function
96 ntohll(uint64_t n) in ntohll() function
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h86 #define ntohll(x) BMASK_64(x) macro
89 #define ntohll(x) BSWAP_64(x) macro
/freebsd/contrib/ofed/libibumad/
H A Dumad.h259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function
260 #define ntohll ntohll macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h121 ntohll(uint64_t n) in ntohll() function
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h152 ntohll(uint64_t n) in ntohll() function
/freebsd/crypto/krb5/src/util/support/
H A Dipc_stream.c37 #define ntohll(x) k5_ntohll(x) macro
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c107 #define ntohll(x) cpu_to_be64((x)) macro
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c770 #define ntohll(x) be64toh((x)) macro
/freebsd/contrib/ofed/libibmad/
H A Dmad.h1806 #define ntohll bswap_64 macro
1813 #define ntohll(x) (x) macro
/freebsd/sys/netinet/
H A Dsctp_uio.h1155 #define ntohll(x) be64toh(x) macro