Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h209 const std::string& remoteAddress, int32_t inSpi,
232 const std::string& remoteAddress,
257 const std::string& remoteAddress, int32_t ikey,
410 const std::string& remoteAddress,
DNetdNativeService.h172 const std::string& remoteAddress,
219 const std::string& remoteAddress, int32_t iKey,
224 const std::string& remoteAddress, int32_t iKey,
DXfrmController.cpp1353 const std::string& remoteAddress, in ipSecAddTunnelInterface() argument
1359 ALOGD("remoteAddress=%s", remoteAddress.c_str()); in ipSecAddTunnelInterface()
1370 return ipSecAddVirtualTunnelInterface(deviceName, localAddress, remoteAddress, ikey, okey, in ipSecAddTunnelInterface()
1466 const std::string& remoteAddress, in ipSecAddVirtualTunnelInterface() argument
1471 if (deviceName.empty() || localAddress.empty() || remoteAddress.empty()) { in ipSecAddVirtualTunnelInterface()
1480 StatusOr<uint16_t> statusOrRemoteFam = convertStringAddress(remoteAddress, remAddr); in ipSecAddVirtualTunnelInterface()
1523 fillNlAttrIpAddress(IFLA_VTI_REMOTE, family, remoteAddress, &iflaVtiRemote, in ipSecAddVirtualTunnelInterface()
DNetdNativeService.cpp701 const std::string& remoteAddress, in ipSecAddTunnelInterface() argument
707 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface()
713 const std::string& remoteAddress, in ipSecUpdateTunnelInterface() argument
719 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true); in ipSecUpdateTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/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/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl48 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument
49 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl48 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument
49 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
/system/netd/server/binder/android/net/
DINetd.aidl442 in @utf8InCpp String remoteAddress, in ipSecAddTunnelInterface() argument
460 in @utf8InCpp String remoteAddress, in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl48 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument
49 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
/system/netd/tests/
Dbinder_test.cpp270 const std::string remoteAddress; in TEST_F() member
286 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()
294 status = mNetd->ipSecUpdateTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()