Searched refs:disable_ipv6 (Results 1 - 1 of 1) sorted by path

/system/netd/server/
H A DInterfaceController.cpp257 // When disable_ipv6 changes from 1 to 0, the kernel starts autoconf.
258 // When disable_ipv6 changes from 0 to 1, the kernel clears all autoconf
260 const char *disable_ipv6 = on ? "0" : "1"; local
261 return writeValueToPath(ipv6_proc_path, interface, "disable_ipv6", disable_ipv6);
265 // time disable_ipv6 transitions from 1 to 0.

Completed in 24 milliseconds