Lines Matching refs:sourceAddress
488 const std::string& sourceAddress, in ipSecAllocateSpi() argument
493 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAllocateSpi()
498 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, INVALID_SPI, 0, 0, in ipSecAllocateSpi()
527 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation() argument
537 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAddSecurityAssociation()
555 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation()
615 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation() argument
620 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecDeleteSecurityAssociation()
628 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation()
701 netdutils::Status XfrmController::fillXfrmEndpointPair(const std::string& sourceAddress, in fillXfrmEndpointPair() argument
707 sourceFamily = convertToXfrmAddr(sourceAddress, &sourceXfrmAddr); in fillXfrmEndpointPair()
711 EINVAL, "Invalid address " + sourceAddress + "/" + destinationAddress); in fillXfrmEndpointPair()
729 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() argument
735 Status ret = fillXfrmEndpointPair(sourceAddress, destinationAddress, info); in fillXfrmCommonInfo()
761 int socketFd, int32_t transformId, int32_t direction, const std::string& sourceAddress, in ipSecApplyTransportModeTransform() argument
766 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecApplyTransportModeTransform()
779 netdutils::Status status = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, 0, 0, in ipSecApplyTransportModeTransform()