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

  /system/connectivity/shill/
static_ip_parameters.cc 52 { kPrefixlenProperty, Property::kTypeInt32 }
274 ApplyInt(kPrefixlenProperty, &props->subnet_prefix);
286 props->subnet_prefix = saved_args_.LookupInt(kPrefixlenProperty, 0);
296 args_.ContainsInt(kPrefixlenProperty);
ipconfig.cc 93 store_.RegisterConstInt32(kPrefixlenProperty, &properties_.subnet_prefix);
static_ip_parameters_unittest.cc 167 args.SetInt(kPrefixlenProperty, kPrefixLen + version);
device_unittest.cc 788 service->static_ip_parameters_.args_.SetInt(kPrefixlenProperty, 16);
    [all...]
  /external/cros/system_api/dbus/shill/
dbus-constants.h 398 const char kPrefixlenProperty[] = "Prefixlen";
    [all...]

Completed in 165 milliseconds