Home
last modified time | relevance | path

Searched refs:src16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp56 const uint16_t *src16 = static_cast<const uint16_t *>(src); in inet_ntop() local
58 tmp, sizeof(tmp), "%x:%x:%x:%x:%x:%x:%x:%x", ntohs(src16[0]), in inet_ntop()
59 ntohs(src16[1]), ntohs(src16[2]), ntohs(src16[3]), ntohs(src16[4]), in inet_ntop()
60 ntohs(src16[5]), ntohs(src16[6]), ntohs(src16[7])); in inet_ntop()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c286 uint16_t *src16; in msix_table_read() local
306 src16 = (uint16_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
307 data = *src16; in msix_table_read()
336 src16 = (uint16_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
337 data = *src16; in msix_table_read()