Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/iscsi/dist/include/
H A Dcompat.h50 # define ISCSI_HTOBE64(x) htobe64(x) macro
54 # define ISCSI_HTOBE64(x) (x) = OSSwapBigToHostInt64((u_int64_t)(x)) macro
56 # define ISCSI_HTOBE64(x) (x) macro
58 # define ISCSI_HTOBE64(x) (x) = __bswap64((u_int64_t)(x)) macro
60 # define ISCSI_HTOBE64(x) (((uint64_t)(ISCSI_NTOHL((uint32_t)(((x) << 32) >> 32))) << 32) | (uin… macro