Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1707 uint16_t shortInput2 = 255; variable
1708 uint16_t shortRst2 = htons(shortInput2);
1722 EXPECT_EQ(shortInput2, shortRst2);
1739 uint16_t shortInput2 = 255; variable
1740 uint16_t shortRst2 = ntohs(shortInput2);
1754 EXPECT_EQ(shortInput2, shortRst2);