Home
last modified time | relevance | path

Searched refs:addInternalAddressRequest (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DTunnelModeChildSessionParamsTest.java141 .addInternalAddressRequest(AF_INET) in testBuildChildSessionParamsWithAddressReq()
142 .addInternalAddressRequest(AF_INET6) in testBuildChildSessionParamsWithAddressReq()
143 .addInternalAddressRequest(AF_INET6) in testBuildChildSessionParamsWithAddressReq()
144 .addInternalAddressRequest(IPV4_ADDRESS) in testBuildChildSessionParamsWithAddressReq()
145 .addInternalAddressRequest(IPV6_ADDRESS, IP6_PREFIX_LEN) in testBuildChildSessionParamsWithAddressReq()
276 .addInternalAddressRequest(AF_INET) in testConstructTunnelModeChildParamsCopy()
277 .addInternalAddressRequest(AF_INET6) in testConstructTunnelModeChildParamsCopy()
278 .addInternalAddressRequest(IPV4_ADDRESS) in testConstructTunnelModeChildParamsCopy()
279 .addInternalAddressRequest(IPV6_ADDRESS, IP6_PREFIX_LEN) in testConstructTunnelModeChildParamsCopy()
H A DChildSessionParamsTest.java103 .addInternalAddressRequest(AF_INET) in testPersistableBundleEncodeDecodeIsLosslessTunnelMode()
/aosp12/frameworks/base/tests/vcn/java/android/net/vcn/persistablebundleutils/
H A DTunnelModeChildSessionParamsUtilsTest.java108 .addInternalAddressRequest(AF_INET) in testSetConfigRequestsEncodeDecodeIsLossless()
109 .addInternalAddressRequest(AF_INET6) in testSetConfigRequestsEncodeDecodeIsLossless()
110 .addInternalAddressRequest(ipv4Address) in testSetConfigRequestsEncodeDecodeIsLossless()
111 .addInternalAddressRequest(ipv6Address, ipv6PrefixLen) in testSetConfigRequestsEncodeDecodeIsLossless()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DChildSessionParamsTest.java182 .addInternalAddressRequest(AF_INET) in testBuildChildSessionParamsWithConfigReq()
183 .addInternalAddressRequest(AF_INET6) in testBuildChildSessionParamsWithConfigReq()
184 .addInternalAddressRequest(AF_INET6) in testBuildChildSessionParamsWithConfigReq()
185 .addInternalAddressRequest(IPV4_ADDRESS_REMOTE) in testBuildChildSessionParamsWithConfigReq()
186 .addInternalAddressRequest(IPV6_ADDRESS_REMOTE, IP6_PREFIX_LEN) in testBuildChildSessionParamsWithConfigReq()
H A DIkeSessionTestBase.java233 .addInternalAddressRequest(AF_INET) in buildTunnelModeChildSessionParams()
234 .addInternalAddressRequest(AF_INET6) in buildTunnelModeChildSessionParams()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DTunnelModeChildSessionParamsUtils.java231 builder.addInternalAddressRequest(AF_INET); in fromPersistableBundle()
233 builder.addInternalAddressRequest((Inet4Address) req.address); in fromPersistableBundle()
238 builder.addInternalAddressRequest(AF_INET6); in fromPersistableBundle()
240 builder.addInternalAddressRequest( in fromPersistableBundle()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DTunnelModeChildSessionParams.java371 public Builder addInternalAddressRequest(int addressFamily) { in addInternalAddressRequest() method in TunnelModeChildSessionParams.Builder
395 public Builder addInternalAddressRequest(@NonNull Inet4Address address) { in addInternalAddressRequest() method in TunnelModeChildSessionParams.Builder
417 public Builder addInternalAddressRequest(@NonNull Inet6Address address, int prefixLen) { in addInternalAddressRequest() method in TunnelModeChildSessionParams.Builder
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java126 childOptionsBuilder.addInternalAddressRequest(OsConstants.AF_INET); in buildChildSessionParams()
127 childOptionsBuilder.addInternalAddressRequest(OsConstants.AF_INET6); in buildChildSessionParams()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java296 .addInternalAddressRequest(AF_INET) in buildChildSessionParams()
297 .addInternalAddressRequest(INTERNAL_ADDRESS) in buildChildSessionParams()
1961 .addInternalAddressRequest(AF_INET) in testFirstChildLocalRekey()
1962 .addInternalAddressRequest(INTERNAL_ADDRESS) in testFirstChildLocalRekey()
2085 .addInternalAddressRequest(AF_INET) in testRemoteRekeyWithUserSpecifiedKePayload()
2086 .addInternalAddressRequest(INTERNAL_ADDRESS) in testRemoteRekeyWithUserSpecifiedKePayload()
H A DIkeSessionStateMachineTest.java1027 .addInternalAddressRequest(AF_INET) in buildChildSessionParams()
1028 .addInternalAddressRequest(AF_INET6) in buildChildSessionParams()
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
H A DEpdgTunnelManager.java818 childSessionParamsBuilder.addInternalAddressRequest( in buildChildSessionParams()
827 childSessionParamsBuilder.addInternalAddressRequest( in buildChildSessionParams()
839 childSessionParamsBuilder.addInternalAddressRequest(AF_INET); in buildChildSessionParams()
847 childSessionParamsBuilder.addInternalAddressRequest(AF_INET6); in buildChildSessionParams()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt329 …l public android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddressRequest(int);
330 …blic android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddressRequest(@NonNull…
331 …blic android.net.ipsec.ike.TunnelModeChildSessionParams.Builder addInternalAddressRequest(@NonNull…