Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DXfrmController.h228 int32_t encapLocalPort, int32_t encapRemotePort, int32_t xfrmInterfaceId);
235 int32_t xfrmInterfaceId);
250 int32_t xfrmInterfaceId);
257 int32_t markMask, int32_t xfrmInterfaceId);
261 int32_t markMask, int32_t xfrmInterfaceId);
277 int32_t xfrmInterfaceId);
370 int32_t transformId, int32_t xfrmInterfaceId,
373 int32_t transformId, int32_t xfrmInterfaceId,
419 int32_t xfrmInterfaceId, int32_t msgType);
H A DXfrmController.cpp552 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecAddSecurityAssociation()
617 int32_t xfrmInterfaceId) { in ipSecDeleteSecurityAssociation() argument
625 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecDeleteSecurityAssociation()
655 int32_t xfrmInterfaceId) { in ipSecMigrate() argument
664 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecMigrate()
733 int32_t xfrmInterfaceId, in fillXfrmCommonInfo() argument
745 int32_t xfrmInterfaceId, in fillXfrmCommonInfo() argument
751 info->xfrm_if_id = xfrmInterfaceId; in fillXfrmCommonInfo()
869 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId) { in ipSecAddSecurityPolicy() argument
878 int32_t markValue, int32_t markMask, int32_t xfrmInterfaceId) { in ipSecUpdateSecurityPolicy() argument
[all …]
/aosp12/frameworks/base/core/java/android/net/
H A DIpSecConfig.java152 public void setXfrmInterfaceId(int xfrmInterfaceId) { in setXfrmInterfaceId() argument
153 mXfrmInterfaceId = xfrmInterfaceId; in setXfrmInterfaceId()