Searched refs:UCHAR2_TO_UINT16 (Results 1 – 1 of 1) sorted by relevance
177 #define UCHAR2_TO_UINT16(_buf) (((uint16_t)((_buf)[0]) << 8u) | (uint16_t)((_buf)[1])) macro193 UCHAR2_TO_UINT16(ip6), UCHAR2_TO_UINT16(ip6 + 2), ip6[4]); /* print the first 5 bytes */ in IpAddrAnonymousFormat()