Searched refs:fillXfrmCommonInfo (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 498 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, INVALID_SPI, 0, 0, in ipSecAllocateSpi() 555 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation() 628 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation() 649 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() function in android::net::XfrmController 677 return fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, info); in fillXfrmCommonInfo() 680 netdutils::Status XfrmController::fillXfrmCommonInfo(int32_t spi, int32_t markValue, in fillXfrmCommonInfo() function in android::net::XfrmController 716 netdutils::Status status = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, 0, 0, in ipSecApplyTransportModeTransform() 858 RETURN_IF_NOT_OK(fillXfrmCommonInfo(spi, markValue, markMask, transformId, xfrmInterfaceId, in processSecurityPolicy() 863 RETURN_IF_NOT_OK(fillXfrmCommonInfo(tmplSrcAddress, tmplDstAddress, spi, markValue, in processSecurityPolicy()
|
D | XfrmController.h | 342 static netdutils::Status fillXfrmCommonInfo(const std::string& sourceAddress, 347 static netdutils::Status fillXfrmCommonInfo(int32_t spi, int32_t markValue, int32_t markMask,
|