Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H A Dut_netmanager_base_common.cpp537 * @tc.desc: Test UtNetmanagerBaseCommon Ipv4PrefixLen.
543 auto result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
546 result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
549 result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
552 result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
555 result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
558 result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
561 result = CommonUtils::Ipv4PrefixLen(ip); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_lan_management.cpp88 : CommonUtils::Ipv4PrefixLen(inetAddr.netMask_)); in ReleaseLanNetLink()
120 : CommonUtils::Ipv4PrefixLen(inetAddr.netMask_)); in SetIp()
143 : CommonUtils::Ipv4PrefixLen(inetAddr.netMask_)); in DelIp()
H A Dethernet_configuration.cpp266 : static_cast<uint8_t>(CommonUtils::Ipv4PrefixLen(dhcpResult.subNet)); in ConvertToConfiguration()
605 : static_cast<uint32_t>(CommonUtils::Ipv4PrefixLen(netMask.address_)); in ParserIfaceIpAndRoute()
617 : static_cast<uint32_t>(CommonUtils::Ipv4PrefixLen(routeMask)); in ParserIfaceIpAndRoute()
H A Ddev_interface_state.cpp410 : static_cast<uint32_t>(CommonUtils::Ipv4PrefixLen(netMask.address_)); in GetRoutePrefixlen()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp156 int32_t prefixLen = inetAddr.prefixlen_ == 0 ? Ipv4PrefixLen(inetAddr.netMask_) : inetAddr.prefixlen_; in ReleaseBasicNetwork()
172 int32_t prefixLen = inetAddr.prefixlen_ == 0 ? Ipv4PrefixLen(inetAddr.netMask_) : inetAddr.prefixlen_; in ReleaseBasicNetwork()
197 prefixLen = Ipv4PrefixLen(inetAddr.netMask_); in ReleaseVirtualNetwork()
305 : Ipv4PrefixLen(inetAddr.netMask_)); in UpdateIpAddrs()
342 : Ipv4PrefixLen(inetAddr.netMask_)); in HandleUpdateIpAddrs()
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dnetmanager_base_common_utils.h60 int32_t Ipv4PrefixLen(const std::string &ip);
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp246 int32_t Ipv4PrefixLen(const std::string &ip) in Ipv4PrefixLen() function

Completed in 7 milliseconds