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

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
IPv6TetheringCoordinator.java 276 final LinkProperties v6only = new LinkProperties(); local
278 return v6only;
284 v6only.setInterfaceName(lp.getInterfaceName());
286 v6only.setMtu(lp.getMtu());
290 v6only.addLinkAddress(linkAddr);
298 v6only.addRoute(routeInfo);
305 v6only.addDnsServer(dnsServer);
309 v6only.setDomains(lp.getDomains());
311 return v6only;
TetherInterfaceStateMachine.java 293 private void updateUpstreamIPv6LinkProperties(LinkProperties v6only) {
297 if (Objects.equals(mLastIPv6LinkProperties, v6only)) {
303 if (v6only != null) {
305 params.mtu = v6only.getMtu();
306 params.hasDefaultRoute = v6only.hasIPv6DefaultRoute();
308 for (LinkAddress linkAddr : v6only.getLinkAddresses()) {
321 // If v6only is null, we pass in null to setRaParams(), which handles
325 mLastIPv6LinkProperties = v6only;
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 35 // option and/or kernel state "net.inet6.ip6.v6only".
121 // Note that OpenBSD allows neither "net.inet6.ip6.v6only=1" change
listen_test.go 187 // net.inet6.ip6.v6only=0 (overridable by sysctl or IPV6_V6ONLY option)
189 // net.inet6.ip6.v6only=1 (overridable by sysctl or IPV6_V6ONLY option)
193 // net.inet6.ip6.v6only=1 (overriding is prohibited)
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 35 // option and/or kernel state "net.inet6.ip6.v6only".
121 // Note that OpenBSD allows neither "net.inet6.ip6.v6only=1" change
listen_test.go 187 // net.inet6.ip6.v6only=0 (overridable by sysctl or IPV6_V6ONLY option)
189 // net.inet6.ip6.v6only=1 (overridable by sysctl or IPV6_V6ONLY option)
193 // net.inet6.ip6.v6only=1 (overriding is prohibited)
  /prebuilts/go/darwin-x86/src/syscall/
zsysctl_openbsd.go 244 {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}},
  /prebuilts/go/linux-x86/src/syscall/
zsysctl_openbsd.go 244 {"net.inet6.ip6.v6only", []_C_int{4, 24, 17, 24}},
  /external/iproute2/misc/
ss.c 2098 unsigned char v6only; local
    [all...]

Completed in 362 milliseconds