Searched refs:setOnAllInterfaces (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | InterfaceController.cpp | 136 void setOnAllInterfaces(const char* dirname, const char* basename, const char* value) { in setOnAllInterfaces() function 144 setOnAllInterfaces(ipv6_proc_path, "use_oif_addrs_only", value); in setIPv6UseOutgoingInterfaceAddrsOnly() 340 setOnAllInterfaces(ipv6_proc_path, "accept_ra", value); in setAcceptRA() 351 setOnAllInterfaces(ipv6_proc_path, "accept_ra_rt_table", value.c_str()); in setAcceptRARouteTable() 379 setOnAllInterfaces(ipv4_proc_path, "accept_redirects", "0"); in disableIcmpRedirects() 380 setOnAllInterfaces(ipv6_proc_path, "accept_redirects", "0"); in disableIcmpRedirects() 410 setOnAllInterfaces(ipv4_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs() 411 setOnAllInterfaces(ipv6_neigh_conf_dir, "base_reachable_time_ms", value.c_str()); in setBaseReachableTimeMs() 415 setOnAllInterfaces(ipv6_proc_path, "optimistic_dad", value); in setIPv6OptimisticMode() 416 setOnAllInterfaces(ipv6_proc_path, "use_optimistic", value); in setIPv6OptimisticMode()
|