Searched refs:ipSecAddTunnelInterface (Results 1 – 11 of 11) sorted by relevance
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
D | INetd.aidl | 30 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
|
/system/netd/server/ |
D | XfrmController.h | 255 static netdutils::Status ipSecAddTunnelInterface(const std::string& deviceName,
|
D | NetdNativeService.cpp | 699 binder::Status NetdNativeService::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface() function in android::net::NetdNativeService 706 netdutils::Status result = gCtls->xfrmCtrl.ipSecAddTunnelInterface( in ipSecAddTunnelInterface() 718 netdutils::Status result = gCtls->xfrmCtrl.ipSecAddTunnelInterface( in ipSecUpdateTunnelInterface()
|
D | NetdNativeService.h | 217 binder::Status ipSecAddTunnelInterface(const std::string& deviceName,
|
D | XfrmController.cpp | 1351 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface() function in android::net::XfrmController
|
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
D | INetd.aidl | 47 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
|
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
D | INetd.aidl | 48 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 48 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 439 void ipSecAddTunnelInterface( in ipSecAddTunnelInterface() method
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | INetd.aidl | 48 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
|
/system/netd/tests/ |
D | binder_test.cpp | 286 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F() 345 return expectOk == XfrmController::ipSecAddTunnelInterface("ipsec_test", "::", "::1", 0xF00D, in allocateIpSecResources()
|