Home
last modified time | relevance | path

Searched refs:xfrmCtrl (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DNetdNativeService.cpp475 return asBinderStatus(gCtls->xfrmCtrl.ipSecSetEncapSocketOwner(socket, newUid, callerUid)); in ipSecSetEncapSocketOwner()
487 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi( in ipSecAllocateSpi()
513 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
533 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
552 return asBinderStatus(gCtls->xfrmCtrl.ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
566 return asBinderStatus(gCtls->xfrmCtrl.ipSecRemoveTransportModeTransform( in ipSecRemoveTransportModeTransform()
581 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
602 return asBinderStatus(gCtls->xfrmCtrl.ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
622 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityPolicy( in ipSecDeleteSecurityPolicy()
640 int ret = gCtls->xfrmCtrl.addVirtualTunnelInterface( in addVirtualTunnelInterface()
[all …]
DControllers.h58 XfrmController xfrmCtrl; variable