HomeSort by relevance Sort by last modified time
    Searched full:accept_dad (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/containers/netns/
netns_helper.sh 254 # Duplicate Address Detection (accept_dad) which uses Neighbor
260 tee /proc/sys/net/ipv6/conf/veth0/accept_dad \
263 tee /proc/sys/net/ipv6/conf/veth1/accept_dad \
  /system/netd/server/
InterfaceController.cpp 305 const char *accept_dad = on ? "1" : "0"; local
306 return writeValueToPath(ipv6_proc_path, interface, "accept_dad", accept_dad);
  /external/ltp/testcases/network/virt/
virt_lib.sh 199 ROD_SILENT "sysctl -q net.ipv6.conf.ltp_v0.accept_dad=0"
200 tst_rhost_run -s -c "sysctl -q net.ipv6.conf.ltp_v0.accept_dad=0"
  /external/libnl/lib/route/link/
inet6.c 252 __ADD(DEVCONF_ACCEPT_DAD, accept_dad)
  /kernel/tests/net/test/
srcaddr_selection_test.py 63 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % ifname, value)
multinetwork_base.py 223 cls.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % iface, 0)

Completed in 927 milliseconds