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

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

Completed in 146 milliseconds