Searched refs:ifrCount (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | acts_net_test.c | 67 int ifrCount = ifcf.ifc_len / sizeof(struct ifreq); variable 68 ICUNIT_GOTO_EQUAL(ifrCount, 2, ifrCount, EXIT); /* 2, common data for test, no special meaning */ 69 ICUNIT_ASSERT_WITHIN_EQUAL(ifrCount, 2, INT_MAX, ifrCount); /* 2, common data for test, no special meaning */ 71 for (int i = 0; i < ifrCount; i++) {
|
Completed in 2 milliseconds