Searched refs:arp_gateway (Results 1 – 13 of 13) sorted by relevance
/system/connectivity/shill/ |
D | default_profile.cc | 96 store->RegisterConstBool(kArpGatewayProperty, &manager_props.arp_gateway); in DefaultProfile() 121 &manager_props->arp_gateway); in LoadManagerProperties() 188 storage()->SetBool(kStorageId, kStorageArpGateway, props_.arp_gateway); in Save()
|
D | default_profile_unittest.cc | 202 &manager_props.arp_gateway)) in TEST_F() 252 EXPECT_TRUE(manager_props.arp_gateway); in TEST_F() 336 EXPECT_FALSE(manager_props.arp_gateway); in TEST_F()
|
D | manager.h | 88 arp_gateway(true), in Properties() 99 bool arp_gateway; member 402 bool GetArpGateway() const { return props_.arp_gateway; } in GetArpGateway()
|
D | device.cc | 742 bool arp_gateway = manager_->GetArpGateway() && ShouldUseArpGateway(); in AcquireIPConfigWithLeaseName() local 749 arp_gateway, in AcquireIPConfigWithLeaseName() 758 arp_gateway, in AcquireIPConfigWithLeaseName()
|
D | manager.cc | 181 store_.RegisterBool(kArpGatewayProperty, &props_.arp_gateway); in Manager()
|
/system/connectivity/shill/dhcp/ |
D | dhcp_provider.cc | 105 bool arp_gateway, in CreateIPv4Config() argument 113 arp_gateway, in CreateIPv4Config()
|
D | mock_dhcp_provider.h | 42 bool arp_gateway,
|
D | dhcpv4_config_unittest.cc | 107 bool arp_gateway); 111 bool arp_gateway); 136 bool arp_gateway) { in CreateMockMinijailConfig() argument 161 arp_gateway, in CreateMockMinijailConfig() 171 const string& lease_suffix, bool arp_gateway) { in CreateRunningConfig() argument 196 arp_gateway, in CreateRunningConfig()
|
D | dhcp_provider.h | 84 bool arp_gateway,
|
D | dhcpv4_config.h | 45 bool arp_gateway,
|
D | dhcpv4_config.cc | 102 bool arp_gateway, in DHCPv4Config() argument 111 arp_gateway_(arp_gateway), in DHCPv4Config()
|
/system/connectivity/dhcp_client/ |
D | dhcpv4.h | 42 bool arp_gateway,
|
D | dhcpv4.cc | 74 bool arp_gateway, in DHCPV4() argument 82 arp_gateway_(arp_gateway), in DHCPV4()
|