/system/netd/server/ |
D | XfrmController.h | 217 const std::string& remoteAddress, int32_t inSpi, 240 const std::string& remoteAddress, 265 const std::string& remoteAddress, int32_t ikey, 434 const std::string& remoteAddress,
|
D | NetdNativeService.h | 177 const std::string& remoteAddress, 224 const std::string& remoteAddress, int32_t iKey, 229 const std::string& remoteAddress, int32_t iKey,
|
D | XfrmController.cpp | 1455 const std::string& remoteAddress, in ipSecAddTunnelInterface() argument 1461 ALOGD("remoteAddress=%s", remoteAddress.c_str()); in ipSecAddTunnelInterface() 1472 return ipSecAddVirtualTunnelInterface(deviceName, localAddress, remoteAddress, ikey, okey, in ipSecAddTunnelInterface() 1568 const std::string& remoteAddress, in ipSecAddVirtualTunnelInterface() argument 1573 if (deviceName.empty() || localAddress.empty() || remoteAddress.empty()) { in ipSecAddVirtualTunnelInterface() 1582 StatusOr<uint16_t> statusOrRemoteFam = convertStringAddress(remoteAddress, remAddr); in ipSecAddVirtualTunnelInterface() 1625 fillNlAttrIpAddress(IFLA_VTI_REMOTE, family, remoteAddress, &iflaVtiRemote, in ipSecAddVirtualTunnelInterface()
|
D | NetdNativeService.cpp | 739 const std::string& remoteAddress, in ipSecAddTunnelInterface() argument 745 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface() 751 const std::string& remoteAddress, in ipSecUpdateTunnelInterface() argument 757 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true); in ipSecUpdateTunnelInterface()
|
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/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/server/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetd.aidl | 48 …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/4/android/net/ |
D | INetd.aidl | 48 …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/7/android/net/ |
D | INetd.aidl | 70 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument 71 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
D | INetd.aidl | 70 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument 71 …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 | 446 in @utf8InCpp String remoteAddress, in ipSecAddTunnelInterface() argument 464 in @utf8InCpp String remoteAddress, in ipSecUpdateTunnelInterface() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 70 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecAddTunnelInterface() argument 71 …g deviceName, in @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int… in ipSecUpdateTunnelInterface() argument
|
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
D | INetd.aidl | 48 …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/ |
D | binder_test.cpp | 327 const std::string remoteAddress; in TEST_F() member 343 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F() 351 status = mNetd->ipSecUpdateTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()
|