Searched refs:setOnAllInterfaces (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | InterfaceController.cpp | 144 void setOnAllInterfaces(const char* dirname, const char* basename, const char* value) { in setOnAllInterfaces() function 152 setOnAllInterfaces(ipv6_proc_path, "use_oif_addrs_only", value); in setIPv6UseOutgoingInterfaceAddrsOnly() 348 setOnAllInterfaces(ipv6_proc_path, "accept_ra", value); in setAcceptRA() 359 setOnAllInterfaces(ipv6_proc_path, "accept_ra_rt_table", value.c_str()); in setAcceptRARouteTable() 385 setOnAllInterfaces(ipv4_proc_path, "accept_redirects", "0"); in disableIcmpRedirects() 386 setOnAllInterfaces(ipv6_proc_path, "accept_redirects", "0"); in disableIcmpRedirects() 416 setOnAllInterfaces(ipv4_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs() 417 setOnAllInterfaces(ipv6_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs() 421 setOnAllInterfaces(ipv6_proc_path, "optimistic_dad", value); in setIPv6OptimisticMode() 422 setOnAllInterfaces(ipv6_proc_path, "use_optimistic", value); in setIPv6OptimisticMode()
|