Home
last modified time | relevance | path

Searched refs:GetNetworkPart (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/net/
Dip_address.cc303 IPAddress IPAddress::GetNetworkPart() const { in GetNetworkPart() function in shill::IPAddress
318 return GetNetworkPart().Equals(b_prefixed.GetNetworkPart()); in CanReachAddress()
Dip_address.h151 IPAddress GetNetworkPart() const;
Dip_address_unittest.cc359 EXPECT_TRUE(expected_network.Equals(address.GetNetworkPart())); in TEST_P()
/system/connectivity/shill/
Dconnection.cc445 local().GetNetworkPart().ToString().c_str(), in GetSubnetName()