Searched refs:setOnAllInterfaces (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | InterfaceController.cpp | 134 void setOnAllInterfaces(const char* dirname, const char* basename, const char* value) { in setOnAllInterfaces() function 142 setOnAllInterfaces(ipv6_proc_path, "use_oif_addrs_only", value); in setIPv6UseOutgoingInterfaceAddrsOnly() 338 setOnAllInterfaces(ipv6_proc_path, "accept_ra", value); in setAcceptRA() 349 setOnAllInterfaces(ipv6_proc_path, "accept_ra_rt_table", value.c_str()); in setAcceptRARouteTable() 377 setOnAllInterfaces(ipv4_proc_path, "accept_redirects", "0"); in disableIcmpRedirects() 378 setOnAllInterfaces(ipv6_proc_path, "accept_redirects", "0"); in disableIcmpRedirects() 408 setOnAllInterfaces(ipv4_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs() 409 setOnAllInterfaces(ipv6_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs() 413 setOnAllInterfaces(ipv6_proc_path, "optimistic_dad", value); in setIPv6OptimisticMode() 414 setOnAllInterfaces(ipv6_proc_path, "use_optimistic", value); in setIPv6OptimisticMode()
|