Home
last modified time | relevance | path

Searched refs:iKey (Results 1 – 6 of 6) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl30 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecAddTunnelInterface() argument
31 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecUpdateTunnelInterface() argument
/system/netd/server/binder/android/net/
DINetd.aidl439 int iKey, in ipSecAddTunnelInterface() argument
457 int iKey, in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl47 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecAddTunnelInterface() argument
48 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecUpdateTunnelInterface() argument
/system/netd/server/
DNetdNativeService.h204 const std::string& remoteAddress, int32_t iKey,
209 const std::string& remoteAddress, int32_t iKey,
DNetdNativeService.cpp687 int32_t iKey, int32_t oKey, in ipSecAddTunnelInterface() argument
692 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface()
699 int32_t iKey, int32_t oKey, in ipSecUpdateTunnelInterface() argument
704 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true); in ipSecUpdateTunnelInterface()
/system/netd/tests/
Dbinder_test.cpp307 int32_t iKey; in TEST_F() member
323 td.iKey, td.oKey, td.ifId); in TEST_F()
331 td.iKey, td.oKey, td.ifId); in TEST_F()