Home
last modified time | relevance | path

Searched refs:XfrmEncapType (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DXfrmController.h92 enum struct XfrmEncapType : uint16_t { enum
105 XfrmEncapType type;
DXfrmController.cpp586 switch (static_cast<XfrmEncapType>(encapType)) { in ipSecAddSecurityAssociation()
587 case XfrmEncapType::ESPINUDP: in ipSecAddSecurityAssociation()
588 case XfrmEncapType::ESPINUDP_NON_IKE: in ipSecAddSecurityAssociation()
597 case XfrmEncapType::NONE: in ipSecAddSecurityAssociation()
598 saInfo.encap.type = static_cast<XfrmEncapType>(encapType); in ipSecAddSecurityAssociation()
1097 if (record.encap.type == XfrmEncapType::NONE) { in fillNlAttrXfrmEncapTmpl()
DXfrmControllerTest.cpp360 static_cast<int>(XfrmEncapType::NONE), 0 /* local port */, 0 /* remote port */, in testIpSecAddSecurityAssociation()
475 static_cast<int>(XfrmEncapType::ESPINUDP_NON_IKE), 0, 0, 0); in TEST_F()