Searched refs:allowIPv4 (Results 1 – 4 of 4) sorted by relevance
105 public boolean allowIPv4; field in VpnConfig113 allowIPv4 = true; in updateAllowedFamilies()167 out.writeInt(allowIPv4 ? 1 : 0); in writeToParcel()194 config.allowIPv4 = in.readInt() != 0;227 .append(", allowIPv4=").append(allowIPv4) in toString()
254 boolean allowIPv4 = false, allowIPv6 = false;265 allowIPv4 = true;270 if (allowIPv4) {
848 boolean allowIPv4 = mConfig.allowIPv4; in makeLinkProperties()858 allowIPv4 |= address.getAddress() instanceof Inet4Address; in makeLinkProperties()867 allowIPv4 |= address instanceof Inet4Address; in makeLinkProperties()876 allowIPv4 |= address instanceof Inet4Address; in makeLinkProperties()883 if (!allowIPv4) { in makeLinkProperties()
692 mConfig.allowIPv4 = true; in allowFamily()