Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp1701 uint32_t intRst1 = htonl(intInput1); variable
1714 EXPECT_EQ(expectZero, intRst1);
1719 EXPECT_EQ(intInput1, intRst1);
1734 uint32_t intRst1 = ntohl(intInput1); variable
1746 EXPECT_EQ(expectZero, intRst1);
1751 EXPECT_EQ(intInput1, intRst1);