Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 11 of 11) sorted by relevance

/f-stack/tools/libutil/
H A Dquotafile.c324 dqb->dqb_bhardlimit = be64toh(dqb64.dqb_bhardlimit); in quota_read64()
325 dqb->dqb_bsoftlimit = be64toh(dqb64.dqb_bsoftlimit); in quota_read64()
326 dqb->dqb_curblocks = be64toh(dqb64.dqb_curblocks); in quota_read64()
327 dqb->dqb_ihardlimit = be64toh(dqb64.dqb_ihardlimit); in quota_read64()
328 dqb->dqb_isoftlimit = be64toh(dqb64.dqb_isoftlimit); in quota_read64()
329 dqb->dqb_curinodes = be64toh(dqb64.dqb_curinodes); in quota_read64()
330 dqb->dqb_btime = be64toh(dqb64.dqb_btime); in quota_read64()
331 dqb->dqb_itime = be64toh(dqb64.dqb_itime); in quota_read64()
/f-stack/freebsd/sys/
H A Dendian.h79 #define be64toh(x) bswap64((x)) macro
93 #define be64toh(x) ((uint64_t)(x)) macro
/f-stack/freebsd/kern/
H A Dsubr_mchain.c453 *x = be64toh(v); in md_get_int64be()
/f-stack/freebsd/netgraph/
H A Dng_patch.c499 val.v8 = be64toh(val.v8); in do_patch()
/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c1070 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size); in nvlist_check_header()
1071 nvlhdrp->nvlh_descriptors = be64toh(nvlhdrp->nvlh_descriptors); in nvlist_check_header()
H A Dbsd_nvpair.c668 nvphdr.nvph_datasize = be64toh(nvphdr.nvph_datasize); in nvpair_unpack_header()
/f-stack/freebsd/netinet/
H A Dsctp_uio.h1150 #define ntohll(x) be64toh(x)
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1150 #define ntohll(x) be64toh(x)
/f-stack/freebsd/net/
H A Dpfvar.h1387 #define PF_IDHASH(s) (be64toh((s)->id) % (pf_hashmask + 1))
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1280 pt->cur_bytes = (unsigned long long)be64toh(pt->cur_bytes); in pfsync_update_net_tdb()
H A Dpf.c1297 (unsigned long long)be64toh(s->id), in pf_state_insert()
1326 ih = &V_pf_idhash[(be64toh(id) % (pf_hashmask + 1))]; in pf_find_state_byid()