Searched refs:htobe16 (Results 1 – 4 of 4) sorted by relevance
74 #define htobe16(x) __builtin_bswap16(x) macro
46 ASSERT_EQ(be16, htobe16(le16)); in TEST()
98 htobe16((uint16_t)port), (uint16_t)txtRecord.size(), in register_mdns_service()
94 return htobe16(static_cast<unsigned_type>(t)); in toBigEndian()