Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
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/src/lib/libc/net/
Dntohs.c14 return be16toh(x); in ntohs()
/openbsd/src/sys/dev/ic/
Daic7xxx_cam.h86 #define aic_be16toh(x) be16toh(x)
/openbsd/src/sys/sys/
Dendian.h61 #define be16toh(x) __htobe16(x) macro
/openbsd/src/usr.bin/file/
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/src/usr.sbin/vmd/
Dfw_cfg.c453 be16toh(f->file.selector), f->file.name); in fw_cfg_file_dir()
Dvioqcow2.c643 refs = be16toh(refs) + 1; in inc_refs()
/openbsd/src/sys/dev/i2c/
Dietp.c198 sc->ic_type = pattern >= 0x01 ? be16toh(buf) : buf8[1]; in ietp_attach()
/openbsd/src/lib/libutil/
Dimsg-buffer.c463 *value = be16toh(*value); in ibuf_get_n16()
/openbsd/src/lib/libagentx/
Dax.c1213 return be16toh(value); in ax_pdutoh16()
/openbsd/src/usr.sbin/snmpd/
Dax.c1335 return be16toh(value); in ax_pdutoh16()
/openbsd/src/lib/libfido2/src/
Dcbor.c1086 attcred->id.len = (size_t)be16toh(id_len); in decode_attcred()
/openbsd/src/regress/usr.sbin/snmpd/
Dagentx.c78 be16toh(value) : le16toh(value))