Home
last modified time | relevance | path

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

/system/netd/server/
DInterfaceController.cpp72 void setOnAllInterfaces(const char* dirname, const char* basename, const char* value) { in setOnAllInterfaces() function
93 setOnAllInterfaces(ipv6_proc_path, "use_oif_addrs_only", value); in setIPv6UseOutgoingInterfaceAddrsOnly()
208 setOnAllInterfaces(ipv6_proc_path, "accept_ra", value); in setAcceptRA()
219 setOnAllInterfaces(ipv6_proc_path, "accept_ra_rt_table", value.c_str()); in setAcceptRARouteTable()
263 setOnAllInterfaces(ipv4_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs()
264 setOnAllInterfaces(ipv6_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs()
268 setOnAllInterfaces(ipv6_proc_path, "optimistic_dad", value); in setIPv6OptimisticMode()
269 setOnAllInterfaces(ipv6_proc_path, "use_optimistic", value); in setIPv6OptimisticMode()