Searched refs:ENCAP_NONE (Results 1 – 4 of 4) sorted by relevance
44 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
67 public static final int ENCAP_NONE = 0; field in IpSecTransform86 @IntDef(value = {ENCAP_NONE, ENCAP_ESPINUDP, ENCAP_ESPINUDP_NON_IKE})
62 private int mEncapType = IpSecTransform.ENCAP_NONE;
1487 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()