Home
last modified time | relevance | path

Searched refs:remoteAddress (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DXfrmController.h208 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,
DNetdNativeService.h157 const std::string& remoteAddress,
204 const std::string& remoteAddress, int32_t iKey,
209 const std::string& remoteAddress, int32_t iKey,
DXfrmController.cpp1355 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()
DNetdNativeService.cpp686 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/
DINetd.aidl30 …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/
DINetd.aidl438 in @utf8InCpp String remoteAddress, in ipSecAddTunnelInterface() argument
456 in @utf8InCpp String remoteAddress, in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl47 …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/
Dbinder_test.cpp306 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()