Home
last modified time | relevance | path

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

/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl48 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecAddTunnelInterface() argument
49 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl48 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecAddTunnelInterface() argument
49 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecUpdateTunnelInterface() argument
/system/netd/server/binder/android/net/
DINetd.aidl443 int iKey, in ipSecAddTunnelInterface() argument
461 int iKey, in ipSecUpdateTunnelInterface() argument
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl48 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecAddTunnelInterface() argument
49 …n @utf8InCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int inte… in ipSecUpdateTunnelInterface() argument
/system/netd/server/
DNetdNativeService.h219 const std::string& remoteAddress, int32_t iKey,
224 const std::string& remoteAddress, int32_t iKey,
DNetdNativeService.cpp702 int32_t iKey, int32_t oKey, in ipSecAddTunnelInterface() argument
707 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, false); in ipSecAddTunnelInterface()
714 int32_t iKey, int32_t oKey, in ipSecUpdateTunnelInterface() argument
719 deviceName, localAddress, remoteAddress, iKey, oKey, interfaceId, true); in ipSecUpdateTunnelInterface()
/system/netd/tests/
Dbinder_test.cpp271 int32_t iKey; in TEST_F() member
287 td.iKey, td.oKey, td.ifId); in TEST_F()
295 td.iKey, td.oKey, td.ifId); in TEST_F()