Searched refs:shortInput2 (Results 1 – 1 of 1) sorted by relevance
1707 uint16_t shortInput2 = 255; variable1708 uint16_t shortRst2 = htons(shortInput2);1722 EXPECT_EQ(shortInput2, shortRst2);1739 uint16_t shortInput2 = 255; variable1740 uint16_t shortRst2 = ntohs(shortInput2);1754 EXPECT_EQ(shortInput2, shortRst2);