HomeSort by relevance Sort by last modified time
    Searched defs:XfrmId (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
XfrmController.h 106 struct XfrmId {
115 struct XfrmSaInfo : XfrmId {
285 // helper function for filling in the XfrmId (and XfrmSaInfo) structure
289 XfrmId* xfrmId);
311 static netdutils::Status deleteSecurityAssociation(const XfrmId& record,
313 static int fillUserSaId(const XfrmId& record, xfrm_usersa_id* said);
321 static int fillNlAttrXfrmMark(const XfrmId& record, nlattr_xfrm_mark* mark);
  /kernel/tests/net/test/
xfrm.py 156 XfrmId = cstruct.Struct("XfrmId", "!16sIBxxx", "daddr spi proto")
161 [XfrmId])
169 [XfrmSelector, XfrmId, XfrmLifetimeCfg, XfrmLifetimeCur, XfrmStats])
300 xfrmid = XfrmId(daddr=daddr, spi=spi, proto=IPPROTO_ESP)
302 id=xfrmid,
468 xfrm_id = XfrmId((PaddedAddress(dst), spi, proto))

Completed in 116 milliseconds