Searched refs:udpFd (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/net/ |
H A D | acts_net_test.c | 52 int udpFd = socket(AF_INET, SOCK_DGRAM, 0); variable 53 ICUNIT_ASSERT_NOT_EQUAL(udpFd, -1, udpFd); /* -1, common data for test, no special meaning */ 60 int ret = ioctl(udpFd, SIOCGIFCONF, (char *)&ifcf); 77 ret = ioctl(udpFd, SIOCGIFHWADDR, &ifrTmp); 85 ret = close(udpFd);
|
Completed in 1 milliseconds