Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/ofed/libibverbs/
HDarch.h44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function
46 #define ntohll ntohll macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDbyteorder.h86 #define ntohll(x) BMASK_64(x) macro
96 ntohll(uint64_t n) in ntohll() function
102 #define ntohll(x) BSWAP_64(x) macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDbyteorder.h68 ntohll(uint64_t n) in ntohll() function
80 ntohll(uint64_t n) in ntohll() function
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
HDbyteorder.h86 #define ntohll(x) BMASK_64(x) macro
89 #define ntohll(x) BSWAP_64(x) macro
/freebsd-13-stable/contrib/ofed/libibumad/
HDumad.h259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function
260 #define ntohll ntohll macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
HDbyteorder.h106 ntohll(uint64_t n) in ntohll() function
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
HDbyteorder.h137 ntohll(uint64_t n) in ntohll() function
/freebsd-13-stable/sys/contrib/rdma/krping/
HDkrping.c109 #define ntohll(x) cpu_to_be64((x)) macro
/freebsd-13-stable/tools/tools/cxgbtool/
HDcxgbtool.c770 #define ntohll(x) be64toh((x)) macro
/freebsd-13-stable/contrib/ofed/libibmad/
HDmad.h1806 #define ntohll bswap_64 macro
1813 #define ntohll(x) (x) macro
/freebsd-13-stable/sys/netinet/
HDsctp_uio.h1147 #define ntohll(x) be64toh(x) macro