/system/netd/server/ |
D | XfrmController.h | 208 const std::string& remoteAddress, int32_t inSpi, 231 const std::string& remoteAddress, 256 const std::string& remoteAddress, int32_t ikey, 409 const std::string& remoteAddress,
|
D | NetdNativeService.h | 157 const std::string& remoteAddress, 204 const std::string& remoteAddress, int32_t iKey, 209 const std::string& remoteAddress, int32_t iKey,
|
D | XfrmController.cpp | 1355 const std::string& remoteAddress, in ipSecAddTunnelInterface() argument 1361 ALOGD("remoteAddress=%s", remoteAddress.c_str()); in ipSecAddTunnelInterface() 1372 return ipSecAddVirtualTunnelInterface(deviceName, localAddress, remoteAddress, ikey, okey, in ipSecAddTunnelInterface() 1468 const std::string& remoteAddress, in ipSecAddVirtualTunnelInterface() argument 1473 if (deviceName.empty() || localAddress.empty() || remoteAddress.empty()) { in ipSecAddVirtualTunnelInterface() 1482 StatusOr<uint16_t> statusOrRemoteFam = convertStringAddress(remoteAddress, remAddr); in ipSecAddVirtualTunnelInterface() 1525 fillNlAttrIpAddress(IFLA_VTI_REMOTE, family, remoteAddress, &iflaVtiRemote, in ipSecAddVirtualTunnelInterface()
|
D | NetdNativeService.cpp | 686 const std::string& remoteAddress, in ipSecAddTunnelInterface() argument 692 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface() 698 const std::string& remoteAddress, in ipSecUpdateTunnelInterface() argument 704 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true); in ipSecUpdateTunnelInterface()
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 30 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument 31 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 438 in @utf8InCpp String remoteAddress, in ipSecAddTunnelInterface() argument 456 in @utf8InCpp String remoteAddress, in ipSecUpdateTunnelInterface() argument
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 47 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument 48 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
|
/system/netd/tests/ |
D | binder_test.cpp | 306 const std::string remoteAddress; in TEST_F() member 322 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F() 330 status = mNetd->ipSecUpdateTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()
|