Lines Matching refs:trusted_ip
145 const IPAddress trusted_ip, in PinHostRoute() argument
147 return connection->PinHostRoute(trusted_ip, gateway); in PinHostRoute()
796 IPAddress trusted_ip(IPAddress::kFamilyIPv4); in TEST_F() local
799 EXPECT_FALSE(PinHostRoute(connection, trusted_ip, gateway)); in TEST_F()
805 EXPECT_FALSE(PinHostRoute(connection, trusted_ip, gateway)); in TEST_F()
808 ASSERT_TRUE(trusted_ip.SetAddressAndPrefixFromString(kTrustedIP)); in TEST_F()
813 EXPECT_TRUE(PinHostRoute(connection, trusted_ip, in TEST_F()
818 RequestRouteToHost(IsIPAddress(trusted_ip, trusted_ip.prefix()), in TEST_F()
821 EXPECT_FALSE(PinHostRoute(connection, trusted_ip, gateway)); in TEST_F()
824 RequestRouteToHost(IsIPAddress(trusted_ip, trusted_ip.prefix()), in TEST_F()
827 EXPECT_TRUE(PinHostRoute(connection, trusted_ip, gateway)); in TEST_F()
842 IPAddress trusted_ip(IPAddress::kFamilyIPv4); in TEST_F() local
846 local, &peer, &gateway, trusted_ip)); in TEST_F()
857 local, &peer, &gateway, trusted_ip)); in TEST_F()
874 local, &peer, &gateway, trusted_ip)); in TEST_F()
886 local, &peer, &gateway, trusted_ip)); in TEST_F()
896 local, &peer, &gateway, trusted_ip)); in TEST_F()
905 local, &peer, &gateway, trusted_ip)); in TEST_F()
914 ASSERT_TRUE(trusted_ip.SetAddressAndPrefixFromString( in TEST_F()
917 local, &peer, &gateway, trusted_ip)); in TEST_F()