Searched refs:htonll (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/
H A Darch.h40 #undef htonll macro
43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } function
45 #define htonll htonll macro
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d53 trace(htonll(0x1122334455667788));
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h87 #define htonll(x) BMASK_64(x) macro
90 #define htonll(x) BSWAP_64(x) macro
/freebsd-11-stable/contrib/ofed/libibumad/
H A Dumad.h262 #ifndef htonll
263 #undef htonll macro
264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } function
265 #define htonll htonll macro
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d94 INTFUNC(htonll(0x1234567890abcdefL))
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dbm.c81 bm_data.bkey = htonll(call->bkey);
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);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c95 smp->tid = htonll(drmad_tid++);
120 smp->tid = htonll(drmad_tid++);
134 smp->tid = htonll(drmad_tid++);
H A Dmcm_rereg_test.c318 uint64_t prefix = htonll(0xfe80000000000000ull);
319 uint64_t guid = htonll(0x0002c90200223825ull);
338 guid = htonll(guid);
/freebsd-11-stable/sys/netinet/
H A Dsctp_uio.h1160 #ifndef htonll
1162 #define htonll(x) htobe64(x) macro
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c108 #define htonll(x) cpu_to_be64((x)) macro
766 info->buf = htonll(buf);
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c109 #define htonll(x) cpu_to_be64((x)) macro
981 info->buf = htonll(buf);

Completed in 114 milliseconds