Lines Matching refs:sourceAddress
489 const std::string& sourceAddress, in ipSecAllocateSpi() argument
494 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAllocateSpi()
499 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, INVALID_SPI, 0, 0, in ipSecAllocateSpi()
528 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation() argument
538 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAddSecurityAssociation()
556 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation()
616 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation() argument
621 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecDeleteSecurityAssociation()
629 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation()
650 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() argument
659 sourceFamily = convertToXfrmAddr(sourceAddress, &sourceXfrmAddr); in fillXfrmCommonInfo()
662 return netdutils::statusFromErrno(EINVAL, "Invalid address " + sourceAddress + "/" + in fillXfrmCommonInfo()
699 int socketFd, int32_t transformId, int32_t direction, const std::string& sourceAddress, in ipSecApplyTransportModeTransform() argument
704 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecApplyTransportModeTransform()
717 netdutils::Status status = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, 0, 0, in ipSecApplyTransportModeTransform()