Home
last modified time | relevance | path

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

/system/netd/server/
DControllers.h55 XfrmController xfrmCtrl; variable
DNetdNativeService.cpp225 gCtls->xfrmCtrl.dump(dw); in dump()
603 gCtls->xfrmCtrl.ipSecSetEncapSocketOwner(socket.get(), newUid, callerUid)); in ipSecSetEncapSocketOwner()
614 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi( in ipSecAllocateSpi()
632 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
645 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
654 return asBinderStatus(gCtls->xfrmCtrl.ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
662 return asBinderStatus(gCtls->xfrmCtrl.ipSecRemoveTransportModeTransform(socket.get())); in ipSecRemoveTransportModeTransform()
673 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
684 return asBinderStatus(gCtls->xfrmCtrl.ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
695 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityPolicy( in ipSecDeleteSecurityPolicy()
[all …]