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

/system/netd/
H A DInterfaceController.cpp126 // When disable_ipv6 changes from 1 to 0, the kernel starts autoconf.
127 // When disable_ipv6 changes from 0 to 1, the kernel clears all autoconf
129 const char *disable_ipv6 = on ? "0" : "1"; local
130 return writeIPv6ProcPath(interface, "disable_ipv6", disable_ipv6);

Completed in 124 milliseconds