Searched refs:xfrmInterfaceId (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | XfrmController.h | 228 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);
|
D | XfrmController.cpp | 533 int32_t encapLocalPort, int32_t encapRemotePort, int32_t xfrmInterfaceId) { in ipSecAddSecurityAssociation() argument 552 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecAddSecurityAssociation() 556 markMask, transformId, xfrmInterfaceId, &saInfo); in ipSecAddSecurityAssociation() 617 int32_t xfrmInterfaceId) { in ipSecDeleteSecurityAssociation() argument 625 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecDeleteSecurityAssociation() 629 markMask, transformId, xfrmInterfaceId, &saInfo); in ipSecDeleteSecurityAssociation() 655 int32_t xfrmInterfaceId) { in ipSecMigrate() argument 664 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecMigrate() 676 0 /* markMask */, transformId, xfrmInterfaceId, &migrateInfo); in ipSecMigrate() 733 int32_t xfrmInterfaceId, in fillXfrmCommonInfo() argument [all …]
|