Lines Matching defs:Properties
51 struct Properties { struct
52 Properties() : address_family(IPAddress::kFamilyUnknown), in Properties() function
61 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;
69 std::string gateway;
70 std::string method;
71 std::string peer_address;
73 std::string delegated_prefix;
74 int32_t delegated_prefix_length;
79 bool user_traffic_only;
82 bool default_route;
84 std::vector<std::string> exclusion_list;
85 bool blackhole_ipv6;
86 int32_t mtu;
87 std::vector<Route> routes;
89 ByteArray vendor_encapsulated_options;
91 std::string web_proxy_auto_discovery;
93 uint32_t lease_duration_seconds;