Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1706 uint16_t shortRst1 = htons(shortInput1); variable
1716 EXPECT_EQ(expectZero, shortRst1);
1721 EXPECT_EQ(shortInput1, shortRst1);
1738 uint16_t shortRst1 = ntohs(shortInput1); variable
1748 EXPECT_EQ(expectZero, shortRst1);
1753 EXPECT_EQ(shortInput1, shortRst1);