Searched refs:be16enc (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/bsm/ |
| H A D | audit_internal.h | 95 be16enc((loc), (val)); \
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_ccm.c | 139 be16enc(&staging_block, auth_len); in cbc_mac_start() 147 be16enc(&staging_block, 0xfffe); in cbc_mac_start()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tcpmss.c | 438 be16enc(&tc->th_sum, sum); in correct_mss() 440 be16enc(opt + 2, maxmss); in correct_mss()
|
| H A D | ng_deflate.c | 499 be16enc(priv->outbuf, PROT_COMPD); in ng_deflate_compress() 500 be16enc(priv->outbuf + 2, priv->seqnum); in ng_deflate_compress()
|
| H A D | ng_pptpgre.c | 624 be16enc(&gre->length, (m != NULL) ? m->m_pkthdr.len : 0); in ng_pptpgre_xmit() 625 be16enc(&gre->cid, hpriv->conf.peerCid); in ng_pptpgre_xmit()
|
| H A D | ng_mppc.c | 615 be16enc(mtod(m, void *), header); in ng_mppc_compress()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_uuid.c | 360 be16enc(p + 4, uuid->time_mid); in be_uuid_enc() 361 be16enc(p + 6, uuid->time_hi_and_version); in be_uuid_enc()
|
| /f-stack/freebsd/sys/ |
| H A D | endian.h | 150 be16enc(void *pp, uint16_t u) in be16enc() function
|