HomeSort by relevance Sort by last modified time
    Searched full:arp_gateway (Results 1 - 14 of 14) sorted by null

  /system/connectivity/shill/dhcp/
mock_dhcp_provider.h 42 bool arp_gateway,
dhcp_provider.cc 105 bool arp_gateway,
113 arp_gateway,
dhcp_provider.h 46 // arp_gateway,
78 // |arp_gateway| is true, the DHCP client will ARP for the gateway IP
84 bool arp_gateway,
dhcpv4_config_unittest.cc 107 bool arp_gateway);
111 bool arp_gateway);
136 bool arp_gateway) {
161 arp_gateway,
171 const string& lease_suffix, bool arp_gateway) {
196 arp_gateway,
dhcpv4_config.h 45 bool arp_gateway,
dhcpv4_config.cc 102 bool arp_gateway,
111 arp_gateway_(arp_gateway),
  /system/connectivity/shill/
default_profile.cc 96 store->RegisterConstBool(kArpGatewayProperty, &manager_props.arp_gateway);
121 &manager_props->arp_gateway);
188 storage()->SetBool(kStorageId, kStorageArpGateway, props_.arp_gateway);
default_profile_unittest.cc 202 &manager_props.arp_gateway))
252 EXPECT_TRUE(manager_props.arp_gateway);
336 EXPECT_FALSE(manager_props.arp_gateway);
manager.h 88 arp_gateway(true),
99 bool arp_gateway; member in struct:shill::Manager::Properties
402 bool GetArpGateway() const { return props_.arp_gateway; }
    [all...]
device.cc 742 bool arp_gateway = manager_->GetArpGateway() && ShouldUseArpGateway(); local
749 arp_gateway,
758 arp_gateway,
    [all...]
manager.cc 181 store_.RegisterBool(kArpGatewayProperty, &props_.arp_gateway);
    [all...]
  /system/connectivity/dhcp_client/
dhcpv4.h 42 bool arp_gateway,
service.cc 31 const char kConstantArpGateway[] = "arp_gateway";
dhcpv4.cc 74 bool arp_gateway,
82 arp_gateway_(arp_gateway),

Completed in 2187 milliseconds