Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/libibverbs/
HDarch.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-11-stable/contrib/ofed/libibumad/
HDumad.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-11-stable/contrib/ofed/infiniband-diags/src/
HDibstat.c79 printf("\tNode GUID: 0x%016" PRIx64 "\n", ntohll(ca->node_guid)); in ca_dump()
81 ntohll(ca->system_guid)); in ca_dump()
190 printf("%sPort GUID: 0x%016" PRIx64 "\n", pre, ntohll(port->port_guid)); in port_dump()
251 printf("0x%016" PRIx64 "\n", ntohll(guids[i])); in ports_list()
HDmcm_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()
HDsmpquery.c406 (i * 8) + j, ntohll(p[0]), ntohll(p[1])); in guid_info()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
HDtst.hton.d90 /after[2] != ntohll(before[2])/
92 printf("%x rather than %x", ntohll(before[2]), after[2]);
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
HDbyteorder.h88 #define ntohll(x) BMASK_64(x) macro
91 #define ntohll(x) BSWAP_64(x) macro
/freebsd-11-stable/contrib/ofed/libibmad/
HDresolve.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()
HDmad.h1805 #ifndef ntohll
1806 #define ntohll bswap_64 macro
1812 #ifndef ntohll
1813 #define ntohll(x) (x) macro
HDfields.c1145 return ntohll(val); in _get_field64()
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
HDtst.hton.d71 trace(ntohll(0x1122334455667788));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.subr.d97 INTFUNC(ntohll(0x1234567890abcdefL))
/freebsd-11-stable/sys/netinet/
HDsctp_uio.h1155 #ifndef ntohll
1157 #define ntohll(x) be64toh(x) macro
/freebsd-11-stable/tools/tools/cxgbtool/
HDcxgbtool.c771 #define ntohll(x) be64toh((x)) macro
801 wr_hdr = ntohll(*p); in get_sge_desc()
812 printf("%016" PRIx64 "%c", ntohll(*p), in get_sge_desc()
/freebsd-11-stable/sys/contrib/rdma/krping/
HDkrping.c109 #define ntohll(x) cpu_to_be64((x)) macro
327 cb->remote_addr = ntohll(cb->recv_buf.buf); in server_recv()
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
HDkrping.c110 #define ntohll(x) cpu_to_be64((x)) macro
334 cb->remote_addr = ntohll(cb->recv_buf.buf); in server_recv()