HomeSort by relevance Sort by last modified time
    Searched defs:v6only (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/net/
reuseaddr_conflict.c 25 int v6only = 1; local
56 if (ipv6 && setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (void*)&v6only,
57 sizeof(v6only)) < 0) {
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IPv6TetheringCoordinator.java 210 final LinkProperties v6only = new LinkProperties(); local
212 return v6only;
218 v6only.setInterfaceName(lp.getInterfaceName());
220 v6only.setMtu(lp.getMtu());
224 v6only.addLinkAddress(linkAddr);
232 v6only.addRoute(routeInfo);
239 v6only.addDnsServer(dnsServer);
243 v6only.setDomains(lp.getDomains());
245 return v6only;
  /external/iproute2/misc/
ss.c 1047 unsigned int ifindex, bool v6only)
1057 if (!v6only &&
2414 unsigned char v6only = 0; local
    [all...]

Completed in 85 milliseconds