Searched refs:GetAddressLength (Results 1 – 7 of 7) sorted by relevance
102 size_t IPAddress::GetAddressLength(Family family) { in GetAddressLength() function in shill::IPAddress115 return GetAddressLength(family) * kBitsPerByte; in GetMaxPrefixLength()165 ByteString address_bytes(GetAddressLength(family)); in GetAddressMaskFromPrefix()199 size_t address_length = GetAddressLength(family_); in SetAddressFromString()235 address_ = ByteString(GetAddressLength(family_)); in SetAddressToDefault()241 if (GetLength() != GetAddressLength(family_) || in IntoString()
67 static size_t GetAddressLength(Family family);106 GetLength() == GetAddressLength(family_); in IsValid()
57 EXPECT_EQ(IPAddress::GetAddressLength(family), good_addr.GetLength()); in TestAddress()123 EXPECT_EQ(4, IPAddress::GetAddressLength(IPAddress::kFamilyIPv4)); in TEST_F()124 EXPECT_EQ(16, IPAddress::GetAddressLength(IPAddress::kFamilyIPv6)); in TEST_F()
284 const int addr_length = IPAddress::GetAddressLength(IPAddress::kFamilyIPv6); in ParseRdnssOption()
99 size_t ip_address_length = IPAddress::GetAddressLength(family); in Parse()155 size_t ip_address_length = IPAddress::GetAddressLength(family); in FormatRequest()
155 IPAddress::GetAddressLength(IPAddress::kFamilyIPv4)) { in ParseIPAddress()158 IPAddress::GetAddressLength(IPAddress::kFamilyIPv6)) { in ParseIPAddress()
245 IPAddress::GetAddressLength(address_.family()) && in ReceiveDNSReply()