Searched defs:AddAcceptRule (Results 1 - 1 of 1) sorted by relevance

/system/firewalld/
H A Diptables.cc230 if (!AddAcceptRule(kIpTablesPath, protocol, port, interface)) {
235 if (AddAcceptRule(kIp6TablesPath, protocol, port, interface)) {
327 bool IpTables::AddAcceptRule(const std::string& executable_path, function in class:firewalld::IpTables

Completed in 20 milliseconds