Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/net/
H A Dacts_net_test.c193 uint16_t shortRst02 = htons(shortInput2); variable
202 ICUNIT_ASSERT_EQUAL(shortRst02, expectForSinput2, shortRst02);
207 ICUNIT_ASSERT_EQUAL(shortRst02, shortInput2, shortRst02);
226 uint16_t shortRst02 = ntohs(shortInput2); variable
235 ICUNIT_ASSERT_EQUAL(shortRst02, expectForSinput2, shortRst02);
240 ICUNIT_ASSERT_EQUAL(shortRst02, shortInput2, shortRst02);
[all...]

Completed in 2 milliseconds