Searched refs:allowIPv6 (Results 1 – 5 of 5) sorted by relevance
107 public boolean allowIPv6; field in VpnConfig120 allowIPv6 = true; in updateAllowedFamilies()173 out.writeInt(allowIPv6 ? 1 : 0); in writeToParcel()200 config.allowIPv6 = in.readInt() != 0;233 .append(", allowIPv6=").append(allowIPv6) in toString()
270 boolean allowIPv4 = false, allowIPv6 = false;279 allowIPv6 |= !intfAddr.getAddress().isLinkLocalAddress();289 if (allowIPv6) {
1008 boolean allowIPv6 = mConfig.allowIPv6;1018 allowIPv6 |= address.getAddress() instanceof Inet6Address;1027 allowIPv6 |= address instanceof Inet6Address;1036 allowIPv6 |= address instanceof Inet6Address;1045 if (!allowIPv6) {
694 mConfig.allowIPv6 = true; in allowFamily()
87625 Lcom/android/internal/net/VpnConfig;->allowIPv6:Z