Searched refs:netMaskList (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | dev_interface_state.h | 74 const std::vector<INetAddr> &netMaskList); 75 std::string GetIpv4Prefix(const std::string &ipv4Addr, const std::vector<INetAddr> &netMaskList);
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | dev_interface_state_test.cpp | 151 std::vector<INetAddr> netMaskList; in HWTEST_F() local 152 devInterfaceState.CreateLocalRoute("", ipAddrList, netMaskList); in HWTEST_F() 156 auto result = devInterfaceState.GetIpv4Prefix(testString, netMaskList); in HWTEST_F()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | dev_interface_state.cpp | 356 const std::vector<INetAddr> &netMaskList) in CreateLocalRoute() 366 : GetIpv4Prefix(ipAddr.address_, netMaskList); in CreateLocalRoute() 377 std::string DevInterfaceState::GetIpv4Prefix(const std::string &ipv4Addr, const std::vector<INetAddr> &netMaskList) in GetIpv4Prefix() argument 380 GetTargetNetAddrWithSameFamily(ipv4Addr, netMaskList, maskAddr); in GetIpv4Prefix() 355 CreateLocalRoute(const std::string &iface, const std::vector<INetAddr> &ipAddrList, const std::vector<INetAddr> &netMaskList) CreateLocalRoute() argument
|
Completed in 2 milliseconds