Searched defs:Properties (Results 1 – 4 of 4) sorted by relevance
51 struct Properties { struct52 Properties() : address_family(IPAddress::kFamilyUnknown), in Properties() argument61 IPAddress::Family address_family;62 std::string address;63 int32_t subnet_prefix;64 std::string broadcast_address;65 std::vector<std::string> dns_servers;66 std::string domain_name;67 std::string accepted_hostname;68 std::vector<std::string> domain_search;[all …]
83 struct Properties { struct85 Properties() in Properties() function91 bool offline_mode;92 std::string check_portal_list;93 std::string country;94 int32_t portal_check_interval_seconds;95 std::string portal_url;96 std::string host_name;99 bool arp_gateway;102 std::string link_monitor_technologies;[all …]
1 Properties chapter
469 DualModeController::Properties::Properties(const std::string& file_name) in Properties() function in test_vendor_lib::DualModeController::Properties