Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Duwacom.c202 x = be16toh(x); in uwacom_intr_legacy()
203 y = be16toh(y); in uwacom_intr_legacy()
262 x = be16toh(x); in uwacom_intr()
263 y = be16toh(y); in uwacom_intr()
/openbsd/lib/libc/net/
H A Dntohs.c14 return be16toh(x); in ntohs()
/openbsd/sys/dev/ic/
H A Daic7xxx_cam.h86 #define aic_be16toh(x) be16toh(x)
/openbsd/sys/sys/
H A Dendian.h61 #define be16toh(x) __htobe16(x) macro
/openbsd/usr.bin/file/
H A Dmagic-test.c355 value = be16toh(value); in magic_test_type_short()
495 value = be16toh(value); in magic_test_type_ushort()
1304 wanted = be16toh(s); in magic_test_line()
1314 wanted = be16toh(l); in magic_test_line()
/openbsd/usr.sbin/vmd/
H A Dfw_cfg.c453 be16toh(f->file.selector), f->file.name); in fw_cfg_file_dir()
H A Dvioqcow2.c643 refs = be16toh(refs) + 1; in inc_refs()
/openbsd/sys/dev/i2c/
H A Dietp.c198 sc->ic_type = pattern >= 0x01 ? be16toh(buf) : buf8[1]; in ietp_attach()
/openbsd/lib/libutil/
H A Dimsg-buffer.c463 *value = be16toh(*value); in ibuf_get_n16()
/openbsd/lib/libagentx/
H A Dax.c1213 return be16toh(value); in ax_pdutoh16()
/openbsd/lib/libfido2/src/
H A Dcbor.c1086 attcred->id.len = (size_t)be16toh(id_len); in decode_attcred()
/openbsd/usr.sbin/snmpd/
H A Dax.c1335 return be16toh(value); in ax_pdutoh16()
/openbsd/regress/usr.sbin/snmpd/
H A Dagentx.c78 be16toh(value) : le16toh(value))