Home
last modified time | relevance | path

Searched refs:NetContainerResetNetAddr (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_net_container_005.cpp110 int ret = NetContainerResetNetAddr(IFNAME, PEER_IP, NETMASK, GW); in ChildFunc()
167 int ret = NetContainerResetNetAddr(IFNAME, SERVER_IP, NETMASK, GW); in UdpServerThread()
DIt_net_container_009.cpp163 int ret = NetContainerResetNetAddr(IFNAME, PEER_IP, NETMASK, GW); in TcpClientThread()
185 int ret = NetContainerResetNetAddr(IFNAME, SERVER_IP, NETMASK, GW); in ChildFunc()
DIt_net_container_001.cpp86 ret = NetContainerResetNetAddr(IFNAME, PEER_IP, NETMASK, GW); in ChildFunc()
DIt_net_container_002.cpp95 ret = NetContainerResetNetAddr(IFNAME, PEER_IP, NETMASK, GW); in ChildFunc()
/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.h104 int NetContainerResetNetAddr(const char *ifname, const char *ip, const char *netmask, const char *g…
DIt_container_test.cpp202 int NetContainerResetNetAddr(const char *ifname, const char *ip, const char *netmask, const char *g… in NetContainerResetNetAddr() function