Searched refs:setEgressDestRule (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | FirewallController.h | 62 int setEgressDestRule(const char*, int, int, FirewallRule);
|
D | FirewallController.cpp | 191 int FirewallController::setEgressDestRule(const char* addr, int protocol, int port, in setEgressDestRule() function in FirewallController
|
D | CommandListener.cpp | 1356 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_TCP, port, rule); in runCommand() 1357 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_UDP, port, rule); in runCommand()
|