Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1705 uint16_t shortInput1 = 0; variable
1706 uint16_t shortRst1 = htons(shortInput1);
1721 EXPECT_EQ(shortInput1, shortRst1);
1737 uint16_t shortInput1 = 0; variable
1738 uint16_t shortRst1 = ntohs(shortInput1);
1753 EXPECT_EQ(shortInput1, shortRst1);