Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 13 of 13) sorted by relevance

/f-stack/tools/libutil/
H A Dquotafile.c390 dqb64.dqb_bhardlimit = htobe64(dqb->dqb_bhardlimit); in quota_write64()
391 dqb64.dqb_bsoftlimit = htobe64(dqb->dqb_bsoftlimit); in quota_write64()
392 dqb64.dqb_curblocks = htobe64(dqb->dqb_curblocks); in quota_write64()
393 dqb64.dqb_ihardlimit = htobe64(dqb->dqb_ihardlimit); in quota_write64()
394 dqb64.dqb_isoftlimit = htobe64(dqb->dqb_isoftlimit); in quota_write64()
395 dqb64.dqb_curinodes = htobe64(dqb->dqb_curinodes); in quota_write64()
396 dqb64.dqb_btime = htobe64(dqb->dqb_btime); in quota_write64()
397 dqb64.dqb_itime = htobe64(dqb->dqb_itime); in quota_write64()
/f-stack/freebsd/sys/
H A Dendian.h72 #define htobe64(x) bswap64((x)) macro
86 #define htobe64(x) ((uint64_t)(x)) macro
/f-stack/freebsd/net80211/
H A Dieee80211_alq.c161 r->r_timestamp = htobe64(ticks); in ieee80211_alq_log()
/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c209 ad.seq = htobe64(seqno); in ktls_ocf_tls_cbc_encrypt()
355 ad.seq = htobe64(seqno); in ktls_ocf_tls12_gcm_encrypt()
431 ad.seq = htobe64(seqno); in ktls_ocf_tls12_gcm_decrypt()
475 *(uint64_t *)(nonce + 4) ^= htobe64(seqno); in ktls_ocf_tls13_gcm_encrypt()
H A Dcbc_mac.c143 uint64_t sizeVal = htobe64(ctx->authDataLength); in AES_CBC_MAC_Reinit()
/f-stack/freebsd/net/
H A Ddebugnet.c290 htobe64(auxdata->dp_offset_start + sent_so_far); in debugnet_send()
293 dn_msg_hdr->mh_offset = htobe64(sent_so_far); in debugnet_send()
/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmrsa.c158 nlm_rsa_ucode_data[i] = htobe64(nlm_rsa_ucode_data[i]); in xlp_rsa_init()
/f-stack/freebsd/kern/
H A Dsubr_mchain.c185 x = htobe64(x); in mb_put_int64be()
/f-stack/freebsd/netgraph/
H A Dng_patch.c538 val.v8 = htobe64(val.v8); in do_patch()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c856 p2p->frag[pos] = htobe64(desc); in xlpge_tx()
866 p2p->frag[pos-1] |= htobe64((uint64_t)P2D_EOP << 62); in xlpge_tx()
/f-stack/freebsd/netinet/
H A Dsctp_uio.h1155 #define htonll(x) htobe64(x)
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1155 #define htonll(x) htobe64(x)
/f-stack/freebsd/netpfil/pf/
H A Dpf.c1278 s->id = htobe64(s->id); in pf_state_insert()