Searched refs:ntohll (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.2-release/contrib/ofed/libibverbs/examples/
H A Ddevice_list.c59 (unsigned long long) ntohll(ibv_get_device_guid(dev_list[i])));
H A Ddevinfo.c59 node_guid = ntohll(node_guid);
/freebsd-10.2-release/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-10.2-release/contrib/ofed/management/libibcommon/include/infiniband/
H A Dcommon.h54 #ifndef ntohll
55 static inline uint64_t ntohll(uint64_t x) { function
65 #ifndef ntohll
66 static inline uint64_t ntohll(uint64_t x) {
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Darch.h42 static inline uint64_t ntohll(uint64_t x) { return bswap_64(x); } function
45 static inline uint64_t ntohll(uint64_t x) { return x; } function
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d71 trace(ntohll(0x1122334455667788));
/freebsd-10.2-release/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h88 #define ntohll(x) BMASK_64(x) macro
91 #define ntohll(x) BSWAP_64(x) macro
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dibstat.c88 printf("\tNode GUID: 0x%016llx\n", (long long unsigned)ntohll(ca->node_guid));
89 printf("\tSystem image GUID: 0x%016llx\n", (long long unsigned)ntohll(ca->system_guid));
133 printf("%sPort GUID: 0x%016llx\n", pre, (long long unsigned)ntohll(port->port_guid));
187 printf("0x%016llx\n", (long long unsigned)ntohll(guids[i]));
H A Dmcm_rereg_test.c284 ntohll(list[i].guid), method, status);
335 ntohll(list[i].guid), status, method);
H A Dsmpquery.c378 ntohll(p[0]), ntohll(p[1]));
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d97 INTFUNC(ntohll(0x1234567890abcdefL))
/freebsd-10.2-release/contrib/ofed/management/libibmad/src/
H A Dfields.c380 return ntohll(val);
/freebsd-10.2-release/contrib/ofed/librdmacm/examples/
H A Drping.c245 cb->remote_addr = ntohll(cb->recv_buf.buf);
625 ntohll(info->buf), ntohl(info->rkey), ntohl(info->size));
/freebsd-10.2-release/sys/netinet/
H A Dsctp_uio.h1146 #ifndef ntohll
1148 #define ntohll(x) be64toh(x) macro
/freebsd-10.2-release/tools/tools/cxgbtool/
H A Dcxgbtool.c772 #define ntohll(x) be64toh((x)) macro
802 wr_hdr = ntohll(*p);
813 printf("%016" PRIx64 "%c", ntohll(*p),
/freebsd-10.2-release/contrib/ofed/librdmacm/src/
H A Dcma.c73 static inline uint64_t ntohll(uint64_t x) { return bswap_64(x); } function
76 static inline uint64_t ntohll(uint64_t x) { return x; } function
/freebsd-10.2-release/sys/contrib/rdma/krping/
H A Dkrping.c105 #define ntohll(x) cpu_to_be64((x)) macro
318 cb->remote_addr = ntohll(cb->recv_buf.buf);

Completed in 196 milliseconds