Searched refs:htobe64 (Results 76 - 80 of 80) sorted by relevance

1234

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c1050 conn->target_sgl.addr = (__force uint64_t)htobe64((uintptr_t) rs->target_sgl);
1054 conn->data_buf.addr = (__force uint64_t)htobe64((uintptr_t) rs->rbuf);
/freebsd-11-stable/sys/dev/bce/
H A Dif_bcereg.h581 #define bce_htobe64(x) htobe64(x)
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c1235 s->id = htobe64(s->id);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c8206 y = htobe64(y);
/freebsd-11-stable/contrib/unbound/
H A Dconfigure20226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htobe64" >&5
20227 $as_echo_n "checking for htobe64... " >&6; }
20242 unsigned long long x = htobe64(0); printf("%u", (unsigned)x);

Completed in 371 milliseconds

1234