HomeSort by relevance Sort by last modified time
    Searched refs:kConfigurationKeySubnetCIDR (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/dhcp/
dhcpv4_config.h 95 static const char kConfigurationKeySubnetCIDR[];
dhcpv4_config.cc 65 const char DHCPv4Config::kConfigurationKeySubnetCIDR[] = "SubnetCIDR";
354 } else if (key == kConfigurationKeySubnetCIDR) {
dhcpv4_config_unittest.cc 300 conf.SetUint8(DHCPv4Config::kConfigurationKeySubnetCIDR, 16);

Completed in 2632 milliseconds