Searched refs:NetContainerGetLocalIP (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_002.cpp | 75 ret = NetContainerGetLocalIP("eth0", oldIp, IpLen); in ChildFunc() 85 ret = NetContainerGetLocalIP("eth0", newIp, IpLen); in ChildFunc() 101 ret = NetContainerGetLocalIP(IFNAME, newIp, IpLen); in ChildFunc() 123 ret = NetContainerGetLocalIP("eth0", oldIp, IpLen); in ItNetContainer002() 136 ret = NetContainerGetLocalIP("eth0", newIp, IpLen); in ItNetContainer002()
|
H A D | It_net_container_001.cpp | 76 ret = NetContainerGetLocalIP("eth0", oldIp, IpLen); in ChildFunc() 92 ret = NetContainerGetLocalIP(IFNAME, newIp, IpLen); in ChildFunc() 114 ret = NetContainerGetLocalIP("eth0", oldIp, IpLen); in ItNetContainer001() 127 ret = NetContainerGetLocalIP("eth0", newIp, IpLen); in ItNetContainer001()
|
H A D | It_net_container_009.cpp | 168 ret = NetContainerGetLocalIP(IFNAME, newIp, IpLen); in TcpClientThread() 190 ret = NetContainerGetLocalIP(IFNAME, newIp, IpLen); in ChildFunc()
|
/kernel/liteos_a/testsuites/unittest/container/ |
H A D | It_container_test.h | 106 int NetContainerGetLocalIP(const char *ifname, char *ip, int ipLen);
|
H A D | It_container_test.cpp | 217 int NetContainerGetLocalIP(const char *ifname, char *ip, int ipLen) in NetContainerGetLocalIP() function
|
Completed in 3 milliseconds