Home
last modified time | relevance | path

Searched refs:shortRst01 (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/testsuites/unittest/xts/net/
H A Dacts_net_test.c191 uint16_t shortRst01 = htons(shortInput1); variable
201 ICUNIT_ASSERT_EQUAL(shortRst01, expectZero, shortRst01);
206 ICUNIT_ASSERT_EQUAL(shortRst01, shortInput1, shortRst01);
224 uint16_t shortRst01 = ntohs(shortInput1); variable
234 ICUNIT_ASSERT_EQUAL(shortRst01, expectZero, shortRst01);
239 ICUNIT_ASSERT_EQUAL(shortRst01, shortInput1, shortRst01);
[all...]

Completed in 1 milliseconds