Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/net/
H A Dacts_net_test.c56 struct ifconf ifcf = {0}; variable
57 (void)memset_s(&ifcf, sizeof(struct ifconf), 0, sizeof(struct ifconf));
58 ifcf.ifc_len = 5 * sizeof(struct ifreq); /* 5, common data for test, no special meaning */
59 ifcf.ifc_buf = (char *)ifre;
60 int ret = ioctl(udpFd, SIOCGIFCONF, (char *)&ifcf);
67 int ifrCount = ifcf.ifc_len / sizeof(struct ifreq);

Completed in 2 milliseconds