Home
last modified time | relevance | path

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

/system/netd/
DFirewallController.h46 int setEgressDestRule(const char*, int, int, FirewallRule);
DFirewallController.cpp104 int FirewallController::setEgressDestRule(const char* addr, int protocol, int port, in setEgressDestRule() function in FirewallController
DCommandListener.cpp1518 res |= sFirewallCtrl->setEgressDestRule(addr, PROTOCOL_TCP, port, rule); in runCommand()
1519 res |= sFirewallCtrl->setEgressDestRule(addr, PROTOCOL_UDP, port, rule); in runCommand()