Home
last modified time | relevance | path

Searched refs:be16toh (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_uuid.c280 id->time.x.low, id->time.x.mid, id->time.x.hi, be16toh(id->seq), in snprintf_uuid()
281 be16toh(id->node[0]), be16toh(id->node[1]), be16toh(id->node[2])); in snprintf_uuid()
H A Dsubr_mchain.c405 *x = be16toh(v); in md_get_uint16be()
H A Duipc_ktls.c1901 remain = be16toh(tgr.tls_length); in ktls_decrypt()
/f-stack/freebsd/sys/
H A Dendian.h77 #define be16toh(x) bswap16((x)) macro
91 #define be16toh(x) ((uint16_t)(x)) macro
/f-stack/freebsd/contrib/libnv/
H A Dbsd_nvpair.c667 nvphdr.nvph_namesize = be16toh(nvphdr.nvph_namesize); in nvpair_unpack_header()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c7092 glblMask = be16toh(glblMask); in FM_PCD_MatchTableGetIndexedHashBucket()