Searched refs:setEgressDestRule (Results 1 - 3 of 3) sorted by relevance
/system/netd/server/ |
H A D | FirewallController.h | 62 int setEgressDestRule(const char*, int, int, FirewallRule);
|
H A D | FirewallController.cpp | 183 int FirewallController::setEgressDestRule(const char* addr, int protocol, int port, function in class:FirewallController
|
H A D | CommandListener.cpp | 1178 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_TCP, port, rule); 1179 res |= gCtls->firewallCtrl.setEgressDestRule(addr, PROTOCOL_UDP, port, rule);
|
Completed in 6 milliseconds