Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h208 static netdutils::Status ipSecAllocateSpi(int32_t transformId, const std::string& localAddress,
231 const std::string& localAddress,
256 const std::string& localAddress,
409 const std::string& localAddress,
DNetdNativeService.h171 const std::string& localAddress,
218 const std::string& localAddress,
223 const std::string& localAddress,
DXfrmController.cpp1352 const std::string& localAddress, in ipSecAddTunnelInterface() argument
1358 ALOGD("localAddress=%s", localAddress.c_str()); in ipSecAddTunnelInterface()
1370 return ipSecAddVirtualTunnelInterface(deviceName, localAddress, remoteAddress, ikey, okey, in ipSecAddTunnelInterface()
1465 const std::string& localAddress, in ipSecAddVirtualTunnelInterface() argument
1471 if (deviceName.empty() || localAddress.empty() || remoteAddress.empty()) { in ipSecAddVirtualTunnelInterface()
1484 StatusOr<uint16_t> statusOrLocalFam = convertStringAddress(localAddress, locAddr); in ipSecAddVirtualTunnelInterface()
1516 fillNlAttrIpAddress(IFLA_VTI_LOCAL, family, localAddress, &iflaVtiLocal, in ipSecAddVirtualTunnelInterface()
DNetdNativeService.cpp700 const std::string& localAddress, in ipSecAddTunnelInterface() argument
707 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface()
712 const std::string& localAddress, 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 …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/aidl_api/netd_aidl_interface/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/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl48 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() argument
49 …TunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, in @utf8InCpp … in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl48 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() argument
49 …TunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, in @utf8InCpp … in ipSecUpdateTunnelInterface() argument
/system/netd/server/binder/android/net/
DINetd.aidl441 in @utf8InCpp String localAddress, in ipSecAddTunnelInterface() argument
459 in @utf8InCpp String localAddress, in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl48 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() argument
49 …TunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, in @utf8InCpp … in ipSecUpdateTunnelInterface() argument
/system/netd/tests/
Dbinder_test.cpp269 const std::string localAddress; 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()