Searched refs:expAddrs (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | acts_net_test.c | 340 char expAddrs[4][16] = {"10.58.212.100", "0.0.0.0", "255.0.0.0", "255.255.255.255"}; /* 4, 16, common data for test, no special meaning */ variable 351 ICUNIT_ASSERT_STRING_EQUAL(ret, expAddrs[i], ret); 352 ICUNIT_ASSERT_STRING_EQUAL(rstBuff, expAddrs[i], rstBuff);
|
Completed in 2 milliseconds