Home
last modified time | relevance | path

Searched refs:ntohll (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Darch.h39 #ifndef ntohll
41 #undef ntohll
44 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/module/icp/algs/modes/
H A Dgcm_generic.c50 v.a = ntohll(y[0]); in gcm_generic_mul()
51 v.b = ntohll(y[1]); in gcm_generic_mul()
54 x = ntohll(x_in[j]); in gcm_generic_mul()
H A Dgcm.c113 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_mode_encrypt_contiguous_blocks()
150 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks()
220 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_encrypt_final()
244 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_encrypt_final()
300 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_decrypt_incomplete_block()
307 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_incomplete_block()
392 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_decrypt_final()
423 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_final()
1126 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_incr_counter_block_by()
1127 uint64_t counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_incr_counter_block_by()
H A Dctr.c90 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask); in ctr_mode_contiguous_blocks()
99 ntohll(ctx->ctr_cb[0] & ctx->ctr_upper_mask); in ctr_mode_contiguous_blocks()
H A Dccm.c110 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask); in ccm_mode_encrypt_contiguous_blocks()
459 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask); in ccm_mode_decrypt_contiguous_blocks()
/freebsd/contrib/ofed/libibumad/
H A Dumad.h257 #ifndef ntohll
258 #undef ntohll
259 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/include/os/freebsd/spl/sys/
H A Dbyteorder.h100 #define ntohll(x) BMASK_64(x) macro
110 ntohll(uint64_t n) in ntohll() function
116 #define ntohll(x) BSWAP_64(x) macro
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d90 /after[2] != ntohll(before[2])/
92 printf("%x rather than %x", ntohll(before[2]), after[2]);
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibstat.c80 printf("\tNode GUID: 0x%016" PRIx64 "\n", ntohll(ca->node_guid)); in ca_dump()
82 ntohll(ca->system_guid)); in ca_dump()
191 printf("%sPort GUID: 0x%016" PRIx64 "\n", pre, ntohll(port->port_guid)); in port_dump()
252 printf("0x%016" PRIx64 "\n", ntohll(guids[i])); in ports_list()
H A Dmcm_rereg_test.c169 " failed\n", ntohll(list[i].guid)); in rereg_send_all()
248 ntohll(list[i].guid), method, status); in rereg_recv_all()
301 ntohll(list[i].guid), status, method); in rereg_query_all()
H A Dsmpquery.c406 (i * 8) + j, ntohll(p[0]), ntohll(p[1])); in guid_info()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h83 ntohll(uint64_t n) in ntohll() function
95 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/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h120 ntohll(uint64_t n) in ntohll() function
132 ntohll(uint64_t n)
/freebsd/contrib/ofed/libibmad/
H A Dresolve.c123 mad_set_field64(selfgid, 0, IB_GID_PREFIX_F, ntohll(port.gid_prefix)); in ib_resolve_guid_via()
124 mad_set_field64(selfgid, 0, IB_GID_GUID_F, ntohll(port.port_guid)); in ib_resolve_guid_via()
H A Dmad.h1805 #ifndef ntohll
1806 #define ntohll bswap_64 macro
1812 #ifndef ntohll
1813 #define ntohll(x) (x) macro
H A Dfields.c1145 return ntohll(val); in _get_field64()
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h151 ntohll(uint64_t n) in ntohll() function
163 ntohll(uint64_t n)
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d71 trace(ntohll(0x1122334455667788));
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d97 INTFUNC(ntohll(0x1234567890abcdefL))
/freebsd/sys/netinet/
H A Dsctp_uio.h1153 #ifndef ntohll
1155 #define ntohll(x) be64toh(x) macro
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c770 #define ntohll(x) be64toh((x)) macro
800 wr_hdr = ntohll(*p); in get_sge_desc()
811 printf("%016" PRIx64 "%c", ntohll(*p), in get_sge_desc()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c107 #define ntohll(x) cpu_to_be64((x)) macro
325 cb->remote_addr = ntohll(cb->recv_buf.buf); in server_recv()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c1342 vbe->vbe_version = ntohll(vbe->vbe_version); in vdev_label_read_bootenv()