Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h207 static netdutils::Status ipSecAllocateSpi(int32_t transformId, const std::string& localAddress,
230 const std::string& localAddress,
255 const std::string& localAddress,
408 const std::string& localAddress,
DNetdNativeService.h156 const std::string& localAddress,
203 const std::string& localAddress,
208 const std::string& localAddress,
DXfrmController.cpp1354 const std::string& localAddress, in ipSecAddTunnelInterface() argument
1360 ALOGD("localAddress=%s", localAddress.c_str()); in ipSecAddTunnelInterface()
1372 return ipSecAddVirtualTunnelInterface(deviceName, localAddress, remoteAddress, ikey, okey, in ipSecAddTunnelInterface()
1467 const std::string& localAddress, in ipSecAddVirtualTunnelInterface() argument
1473 if (deviceName.empty() || localAddress.empty() || remoteAddress.empty()) { in ipSecAddVirtualTunnelInterface()
1486 StatusOr<uint16_t> statusOrLocalFam = convertStringAddress(localAddress, locAddr); in ipSecAddVirtualTunnelInterface()
1518 fillNlAttrIpAddress(IFLA_VTI_LOCAL, family, localAddress, &iflaVtiLocal, in ipSecAddVirtualTunnelInterface()
DNetdNativeService.cpp685 const std::string& localAddress, in ipSecAddTunnelInterface() argument
692 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface()
697 const std::string& localAddress, in ipSecUpdateTunnelInterface() argument
704 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true); in ipSecUpdateTunnelInterface()
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl30 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() argument
31 …TunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, in @utf8InCpp … in ipSecUpdateTunnelInterface() argument
/system/netd/server/binder/android/net/
DINetd.aidl437 in @utf8InCpp String localAddress, in ipSecAddTunnelInterface() argument
455 in @utf8InCpp String localAddress, in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl47 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() argument
48 …TunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, in @utf8InCpp … in ipSecUpdateTunnelInterface() argument
/system/netd/tests/
Dbinder_test.cpp305 const std::string localAddress; 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()