Searched refs:GetAddressPrefixLength (Results 1 – 7 of 7) sorted by relevance
115 size_t num = GetAddressPrefixLength(); in GetMaskWithInet()158 std::string network = GetAddressWithString() + "/" + std::to_string(GetAddressPrefixLength()); in GetNetwork()
112 inline size_t GetAddressPrefixLength() const in GetAddressPrefixLength() function
324 ipAddress.GetAddressWithString().c_str(), ipAddress.GetAddressPrefixLength()); in IpAddressChange()330 …s ipv4 = Ipv4Address::Create(ipAddress.GetAddressWithString(), ipAddress.GetAddressPrefixLength()); in IpAddressChange()
192 … Ipv6Address prefixIp = (apShareIp.GetAddressPrefixLength() > (IP_V6_ADDR_LEN - EU_I64_ADDR_LEN)) in AssignIpAddr()200 … ipv6 = Ipv6Address::Create(prefixIp.GetAddressWithString(), prefixIp.GetAddressPrefixLength(), 0); in AssignIpAddr()
181 ipv6Prefix = GetIpv6Prefix(ipv6AddrBuf, GetAddressPrefixLength()); in GetPrefix()321 ret += std::to_string(GetAddressPrefixLength()); in GetNetwork()
131 …ent::GetInstance().AddRoute(ifaceName, ipv4.GetAddressWithString(), ipv4.GetAddressPrefixLength()); in StartDhcpServer()
893 ipv4.GetAddressWithString(), ipv4.GetAddressPrefixLength()); in StartDhcpServer()