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()
649 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() argument
658 sourceFamily = convertToXfrmAddr(sourceAddress, &sourceXfrmAddr); in fillXfrmCommonInfo()
661 return netdutils::statusFromErrno(EINVAL, "Invalid address " + sourceAddress + "/" + in fillXfrmCommonInfo()
698 int socketFd, int32_t transformId, int32_t direction, const std::string& sourceAddress, in ipSecApplyTransportModeTransform() argument
703 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecApplyTransportModeTransform()
716 netdutils::Status status = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, 0, 0, in ipSecApplyTransportModeTransform()