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

/system/netd/server/
H A DNetdNativeService.cpp403 int32_t encapLocalPort,
414 encapType, encapLocalPort, encapRemotePort));
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
H A DXfrmController.cpp362 int32_t encapType, int32_t encapLocalPort, int32_t encapRemotePort) {
378 ALOGD("encapLocalPort=%d", encapLocalPort);
424 saInfo.encap.dstPort = encapLocalPort;
427 saInfo.encap.srcPort = encapLocalPort;
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

Completed in 40 milliseconds