Searched defs:localAddress (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DNetdNativeService.cpp376 const std::string& localAddress,
386 localAddress,
396 const std::string& localAddress,
409 transformId, mode, direction, localAddress, remoteAddress,
420 const std::string& localAddress,
429 localAddress,
438 const std::string& localAddress,
448 localAddress,
373 ipSecAllocateSpi( int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t inSpi, int32_t* outSpi) argument
392 ipSecAddSecurityAssociation( int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int64_t underlyingNetworkHandle, int32_t spi, const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, int32_t encapType, int32_t encapLocalPort, int32_t encapRemotePort) argument
417 ipSecDeleteSecurityAssociation( int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
434 ipSecApplyTransportModeTransform( const android::base::unique_fd& socket, int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
H A DXfrmController.cpp320 const std::string& localAddress,
326 ALOGD("localAddress=%s", localAddress.c_str());
333 if ((ret = fillXfrmSaId(direction, localAddress, remoteAddress, INVALID_SPI, &saInfo)) < 0) {
358 int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress,
369 ALOGD("localAddress=%s", localAddress.c_str());
384 if ((ret = fillXfrmSaId(direction, localAddress, remoteAddress, spi, &saInfo)) < 0) {
451 const std::string& localAddress,
456 ALOGD("localAddress
319 ipSecAllocateSpi(int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t inSpi, int32_t* outSpi) argument
357 ipSecAddSecurityAssociation( int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int64_t underlyingNetworkHandle, int32_t spi, const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, int32_t encapType, int32_t encapLocalPort, int32_t encapRemotePort) argument
450 ipSecDeleteSecurityAssociation(int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
483 fillXfrmSaId(int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi, XfrmSaId* xfrmId) argument
524 ipSecApplyTransportModeTransform(const android::base::unique_fd& socket, int32_t transformId, int32_t direction, const std::string& localAddress, const std::string& remoteAddress, int32_t spi) argument
[all...]

Completed in 42 milliseconds