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

/system/firewalld/
H A Diptables.cc108 // Plug all holes when destructed.
140 std::set<Hole>* holes,
153 if (holes->find(hole) != holes->end()) {
169 holes->insert(hole);
176 std::set<Hole>* holes,
185 if (holes->find(hole) == holes->end()) {
202 holes->erase(hole);
210 std::set<Hole> holes local
138 PunchHole(uint16_t port, const std::string& interface, std::set<Hole>* holes, ProtocolEnum protocol) argument
174 PlugHole(uint16_t port, const std::string& interface, std::set<Hole>* holes, ProtocolEnum protocol) argument
[all...]

Completed in 57 milliseconds