Lines Matching refs:IPConfig
47 IPConfig::Method ConvertMMBearerIPConfigMethod(uint32_t method) { in ConvertMMBearerIPConfigMethod()
50 return IPConfig::kMethodPPP; in ConvertMMBearerIPConfigMethod()
52 return IPConfig::kMethodStatic; in ConvertMMBearerIPConfigMethod()
54 return IPConfig::kMethodDHCP; in ConvertMMBearerIPConfigMethod()
56 return IPConfig::kMethodUnknown; in ConvertMMBearerIPConfigMethod()
69 ipv4_config_method_(IPConfig::kMethodUnknown), in CellularBearer()
70 ipv6_config_method_(IPConfig::kMethodUnknown) { in CellularBearer()
99 IPConfig::Method* ipconfig_method, in GetIPConfigMethodAndProperties()
100 std::unique_ptr<IPConfig::Properties>* ipconfig_properties) const { in GetIPConfigMethodAndProperties()
115 if (*ipconfig_method != IPConfig::kMethodStatic) in GetIPConfigMethodAndProperties()
123 *ipconfig_method = IPConfig::kMethodUnknown; in GetIPConfigMethodAndProperties()
127 ipconfig_properties->reset(new IPConfig::Properties); in GetIPConfigMethodAndProperties()
157 ipv4_config_method_ = IPConfig::kMethodUnknown; in ResetProperties()
159 ipv6_config_method_ = IPConfig::kMethodUnknown; in ResetProperties()