Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.h62 int setEgressDestRule(const char*, int, int, FirewallRule);
DFirewallController.cpp191 int FirewallController::setEgressDestRule(const char* addr, int protocol, int port, in setEgressDestRule() function in FirewallController
DCommandListener.cpp1356 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_TCP, port, rule); in runCommand()
1357 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_UDP, port, rule); in runCommand()