Searched refs:ISCSI_HTOBE64 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/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) | (uint32_t)ISCSI_NTOHL(((uint32_t)((x) >> 32)))) macro
62 # define ISCSI_BE64TOH(x) ISCSI_HTOBE64(x)
H A Discsiutil.h162 #define ISCSI_HTONLL(a) ISCSI_HTOBE64(a)

Completed in 145 milliseconds