Searched refs:ipfwdRemoveInterfaceForward (Results 1 – 7 of 7) sorted by relevance
46 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward() method
613 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward() method
63 void ipfwdRemoveInterfaceForward(in @utf8InCpp String fromIface, in @utf8InCpp String toIface); in ipfwdRemoveInterfaceForward() method
235 binder::Status ipfwdRemoveInterfaceForward(const std::string& fromIface,
394 status = mNetd->ipfwdRemoveInterfaceForward(argv[2], argv[3]); in runCommand()
824 binder::Status NetdNativeService::ipfwdRemoveInterfaceForward(const std::string& fromIface, in ipfwdRemoveInterfaceForward() function in android::net::NetdNativeService
1458 status = mNetd->ipfwdRemoveInterfaceForward(sTun.name(), sTun2.name()); in TEST_F()