Searched refs:setOnAllInterfaces (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DInterfaceController.cpp59 void setOnAllInterfaces(const char* dirname, const char* basename, const char* value) { function in namespace:__anon1641
80 setOnAllInterfaces(ipv6_proc_path, "use_oif_addrs_only", value);
155 setOnAllInterfaces(ipv6_proc_path, "accept_ra", value);
166 setOnAllInterfaces(ipv6_proc_path, "accept_ra_rt_table", value.c_str());
180 setOnAllInterfaces(ipv4_neigh_conf_dir, "base_reachable_time_ms", value.c_str());
181 setOnAllInterfaces(ipv6_neigh_conf_dir, "base_reachable_time_ms", value.c_str());
185 setOnAllInterfaces(ipv6_proc_path, "optimistic_dad", value);
186 setOnAllInterfaces(ipv6_proc_path, "use_optimistic", value);

Completed in 56 milliseconds