Home
last modified time | relevance | path

Searched refs:htonll (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Darch.h40 #undef htonll
43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function
45 #define htonll htonll macro
/freebsd/contrib/ofed/libibumad/
H A Dumad.h262 #ifndef htonll
263 #undef htonll
264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function
265 #define htonll htonll macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h99 #define htonll(x) BMASK_64(x) macro
104 htonll(uint64_t n) in htonll() function
115 #define htonll(x) BSWAP_64(x) macro
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d83 /after[2] != htonll(before[2])/
85 printf("%x rather than %x", htonll(before[2]), after[2]);
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c69 res[0] = htonll(z.a); in gcm_generic_mul()
70 res[1] = htonll(z.b); in gcm_generic_mul()
H A Dgcm.c146 counter = htonll(counter + 1); in gcm_mode_encrypt_contiguous_blocks()
240 counter = htonll(counter + 1); in gcm_encrypt_final()
263 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final()
303 counter = htonll(counter + 1); in gcm_decrypt_incomplete_block()
419 counter = htonll(counter + 1); in gcm_decrypt_final()
434 ctx->gcm_len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(pt_len)); in gcm_decrypt_final()
522 len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(iv_len)); in gcm_format_initial_blocks()
619 = htonll(CRYPTO_BYTES2BITS(gcm_param->ulAADLen)); in gcm_init_ctx()
1076 counter = htonll(counter + n); in gcm_incr_counter_block_by()
1273 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final_avx()
[all …]
H A Dccm.c111 counter = htonll(counter + 1); in ccm_mode_encrypt_contiguous_blocks()
460 counter = htonll(counter + 1); in ccm_mode_decrypt_contiguous_blocks()
684 mask = htonll(mask); in ccm_format_initial_blocks()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h77 htonll(uint64_t n) in htonll() function
89 htonll(uint64_t n) in htonll() function
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h85 #define htonll(x) BMASK_64(x) macro
88 #define htonll(x) BSWAP_64(x) macro
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c95 smp->tid = htonll(drmad_tid++); in drsmp_get_init()
120 smp->tid = htonll(drmad_tid++); in smp_get_init()
134 smp->tid = htonll(drmad_tid++); in drsmp_set_init()
H A Dmcm_rereg_test.c318 uint64_t prefix = htonll(0xfe80000000000000ull); in rereg_and_test_port()
319 uint64_t guid = htonll(0x0002c90200223825ull); in rereg_and_test_port()
338 guid = htonll(guid); in rereg_and_test_port()
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h114 htonll(uint64_t n) in htonll() function
126 htonll(uint64_t n)
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h145 htonll(uint64_t n) in htonll() function
157 htonll(uint64_t n)
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d53 trace(htonll(0x1122334455667788));
/freebsd/contrib/ofed/libibmad/
H A Dbm.c81 bm_data.bkey = htonll(call->bkey); in bm_call_via()
H A Dmad.h1808 #ifndef htonll
1809 #define htonll bswap_64 macro
1815 #ifndef htonll
1816 #define htonll(x) (x) macro
H A Dfields.c1135 nval = htonll(val); in _set_field64()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d94 INTFUNC(htonll(0x1234567890abcdefL))
/freebsd/sys/netinet/
H A Dsctp_uio.h1158 #ifndef htonll
1160 #define htonll(x) htobe64(x) macro
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c106 #define htonll(x) cpu_to_be64((x)) macro
763 info->buf = htonll(buf); in krping_format_send()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c1459 bootenv->vbe_version = htonll(bootenv->vbe_version); in vdev_label_write_bootenv()