Home
last modified time | relevance | path

Searched refs:mEncapType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecConfig.java62 private int mEncapType = IpSecTransform.ENCAP_NONE; field in IpSecConfig
117 mEncapType = encapType; in setEncapType()
190 return mEncapType; in getEncapType()
234 out.writeInt(mEncapType); in writeToParcel()
257 mEncapType = c.mEncapType; in IpSecConfig()
278 mEncapType = in.readInt(); in IpSecConfig()
300 .append(mEncapType) in toString()
346 && mEncapType == rhs.mEncapType in equals()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java514 @EspEncapType private final int mEncapType; field in IkeSessionParams
569 mEncapType = espEncapType; in IkeSessionParams()
694 result.putInt(ENCAP_TYPE_KEY, mEncapType); in toPersistableBundle()
849 return mEncapType; in getEncapType()
987 mEncapType); in hashCode()
1018 && mEncapType == other.mEncapType; in equals()
1569 @EspEncapType private int mEncapType = ESP_ENCAP_TYPE_AUTO; field in IkeSessionParams.Builder
1644 mEncapType = ikeSessionParams.getEncapType(); in Builder()
2126 mEncapType = encapType; in setEncapType()
2346 if ((mIpVersion == ESP_IP_VERSION_IPV4 && mEncapType == ESP_ENCAP_TYPE_NONE) in build()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java180 @IkeSessionParams.EspEncapType private int mEncapType; field in IkeConnectionController
215 mEncapType = config.ikeParams.getEncapType(); in IkeConnectionController()
690 mEncapType = encapType; in onNetworkSetByUser()
1073 if (mEncapType == ESP_ENCAP_TYPE_NONE) { in adjustIpVersionPreference()
1075 } else if (mEncapType == ESP_ENCAP_TYPE_UDP) { in adjustIpVersionPreference()
1327 prefix + "Esp encap type: " + IkeSessionParams.ENCAP_TYPE_TO_STR.get(mEncapType)); in dump()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt263 Landroid/net/IpSecConfig;->mEncapType:I