Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h220 static netdutils::Status ipSecAllocateSpi(int32_t transformId, const std::string& localAddress,
243 const std::string& localAddress,
268 const std::string& localAddress,
451 const std::string& localAddress,
DNetdNativeService.h177 const std::string& localAddress,
224 const std::string& localAddress,
229 const std::string& localAddress,
DXfrmController.cpp1470 const std::string& localAddress, in ipSecAddTunnelInterface() argument
1476 ALOGD("localAddress=%s", localAddress.c_str()); in ipSecAddTunnelInterface()
1488 return ipSecAddVirtualTunnelInterface(deviceName, localAddress, remoteAddress, ikey, okey, in ipSecAddTunnelInterface()
1583 const std::string& localAddress, in ipSecAddVirtualTunnelInterface() argument
1589 if (deviceName.empty() || localAddress.empty() || remoteAddress.empty()) { in ipSecAddVirtualTunnelInterface()
1602 StatusOr<uint16_t> statusOrLocalFam = convertStringAddress(localAddress, locAddr); in ipSecAddVirtualTunnelInterface()
1634 fillNlAttrIpAddress(IFLA_VTI_LOCAL, family, localAddress, &iflaVtiLocal, in ipSecAddVirtualTunnelInterface()
DNetdNativeService.cpp665 const std::string& localAddress, in ipSecAddTunnelInterface() argument
672 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false)); in ipSecAddTunnelInterface()
676 const std::string& localAddress, in ipSecUpdateTunnelInterface() argument
683 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true)); in ipSecUpdateTunnelInterface()
/system/netd/tests/
Dbinder_test.cpp386 const std::string localAddress; in TEST_F() member
403 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()
411 status = mNetd->ipSecUpdateTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()