Searched refs:htobe16 (Results 1 – 3 of 3) sorted by relevance
78 #define htobe16(x) __swap16(x) macro98 #define be16toh(x) htobe16(x)
14 return htobe16(x); in htons()
64 ASSERT_EQ(be16, htobe16(le16)); in TEST()