Searched refs:htobe64 (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/compatibility/bsd/
H A Dendian.h37 #define htobe64(x) bswap64((x)) macro
51 #define htobe64(x) ((uint64_t)(x)) macro
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dkey_wrap.c66 B[0] ^= htobe64(t);
95 B[0] ^= htobe64(t);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c519 t.rx_tsf = htobe64(rstamp);
520 t.beacon_tsf = htobe64(le64toh(ni->ni_tstamp.tsf));
521 t.tsf64 = htobe64(tsf);
522 t.nextslot_tsf = htobe64(nextslot);
532 t.nexttbtt = htobe64(nexttbtt_full);
533 t.next_slot = htobe64(nextslot);
598 t.tsf64_old = htobe64(tsf);
599 t.tsf64_new = htobe64(tsf + tsfdelta);
H A Dif_ath_alq.c180 ap->threadid = htobe64((uint64_t) curthread->td_tid);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h62 #define htobe64(x) bswap64((x)) macro
76 #define htobe64(x) ((uint64_t)(x)) macro
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_alq.c161 r->r_timestamp = htobe64(ticks);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bce/
H A Dif_bcereg.h583 #define bce_htobe64(x) htobe64(x)

Completed in 196 milliseconds