Home
last modified time | relevance | path

Searched refs:htobe32 (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_alq.c168 r->r_flags = htobe32(flags); in ieee80211_alq_log()
169 r->r_op = htobe32(op); in ieee80211_alq_log()
170 r->r_len = htobe32(len + sizeof(struct ieee80211_alq_rec)); in ieee80211_alq_log()
171 r->r_threadid = htobe32((uint32_t) curthread->td_tid); in ieee80211_alq_log()
/f-stack/tools/libutil/
H A Dquotafile.c189 dqh.dqh_version = htobe32(Q_DQHDR64_VERSION); in quota_open()
190 dqh.dqh_hdrlen = htobe32(sizeof(struct dqhdr64)); in quota_open()
191 dqh.dqh_reclen = htobe32(sizeof(struct dqblk64)); in quota_open()
559 dqh.dqh_version = htobe32(Q_DQHDR64_VERSION); in quota_convert()
560 dqh.dqh_hdrlen = htobe32(sizeof(struct dqhdr64)); in quota_convert()
561 dqh.dqh_reclen = htobe32(sizeof(struct dqblk64)); in quota_convert()
/f-stack/freebsd/sys/
H A Dendian.h71 #define htobe32(x) bswap32((x)) macro
85 #define htobe32(x) ((uint32_t)(x)) macro
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c308 lenblock.d[1] = htobe32(authdatalen * 8); in armv8_aes_encrypt_gcm()
309 lenblock.d[3] = htobe32(len * 8); in armv8_aes_encrypt_gcm()
373 lenblock.d[1] = htobe32(authdatalen * 8); in armv8_aes_decrypt_gcm()
374 lenblock.d[3] = htobe32(len * 8); in armv8_aes_decrypt_gcm()
/f-stack/freebsd/arm64/qoriq/clk/
H A Dqoriq_clkgen.c102 bus_write_4(sc->res, addr, htobe32(val)); in qoriq_clkgen_write_4()
140 bus_write_4(sc->res, addr, htobe32(reg)); in qoriq_clkgen_modify_4()
/f-stack/freebsd/mips/nlm/hal/
H A Ducore_loader.h54 nlm_store_word_daddr(addr, htobe32(p[i])); in nlm_ucore_load_image()
/f-stack/freebsd/opencrypto/
H A Dcbc_mac.c137 uint32_t sizeVal = htobe32(ctx->authDataLength); in AES_CBC_MAC_Reinit()
H A Dcryptosoft.c439 *blkp = htobe32(crp->crp_payload_length * 8); in swcr_gmac()
585 *blkp = htobe32(crp->crp_aad_length * 8); in swcr_gcm()
587 *blkp = htobe32(crp->crp_payload_length * 8); in swcr_gcm()
/f-stack/freebsd/arm64/qoriq/
H A Dqoriq_therm.c110 val = sc->little_endian ? htole32(val): htobe32(val); in WR4()
H A Dls1046_gpio.c170 val = htobe32(val); in qoriq_gpio_reg_write()
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_fastpath.c69 seg->mmo_control_31_0 = htobe32(mmo_control_31_0); in set_metadata_seg()
/f-stack/freebsd/kern/
H A Dsubr_mchain.c171 x = htobe32(x); in mb_put_uint32be()
/f-stack/freebsd/net/
H A Ddebugnet.c291 dn_msg_hdr->mh_aux2 = htobe32(auxdata->dp_aux2); in debugnet_send()
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c426 maclo = htobe32(RD4(sc, GENET_UMAC_MAC0)); in gen_get_eaddr()
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c1363 *(uint32_t *)&iv[12] = htobe32(1); in ccp_collect_iv()