Home
last modified time | relevance | path

Searched refs:setEgressSourceRule (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DFirewallController.h51 int setEgressSourceRule(const char*, FirewallRule);
DFirewallController.cpp154 int FirewallController::setEgressSourceRule(const char* addr, FirewallRule rule) { in setEgressSourceRule() function in FirewallController
DCommandListener.cpp1362 int res = sFirewallCtrl->setEgressSourceRule(addr, rule); in runCommand()