Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java44 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
/frameworks/base/core/java/android/net/
DIpSecTransform.java67 public static final int ENCAP_NONE = 0; field in IpSecTransform
86 @IntDef(value = {ENCAP_NONE, ENCAP_ESPINUDP, ENCAP_ESPINUDP_NON_IKE})
DIpSecConfig.java62 private int mEncapType = IpSecTransform.ENCAP_NONE;
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1487 case IpSecTransform.ENCAP_NONE: in checkIpSecConfig()
1547 if (config.getEncapType() != IpSecTransform.ENCAP_NONE && sourceFamily != AF_INET) { in checkIpSecConfig()
1592 if (encapType != IpSecTransform.ENCAP_NONE) { in createOrUpdateTransform()
1659 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in createTransform()
1775 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in applyTunnelModeTransform()