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

/system/netd/server/
H A DFirewallController.h62 int setEgressDestRule(const char*, int, int, FirewallRule);
H A DFirewallController.cpp183 int FirewallController::setEgressDestRule(const char* addr, int protocol, int port, function in class:FirewallController
H A DCommandListener.cpp1178 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_TCP, port, rule);
1179 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_UDP, port, rule);

Completed in 6 milliseconds