Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 2 of 2) sorted by relevance

/system/firewalld/
Diptables.cc152 Hole hole = std::make_pair(port, interface); in PunchHole() local
153 if (holes->find(hole) != holes->end()) { in PunchHole()
169 holes->insert(hole); in PunchHole()
183 Hole hole = std::make_pair(port, interface); in PlugHole() local
185 if (holes->find(hole) == holes->end()) { in PlugHole()
202 holes->erase(hole); in PlugHole()
211 for (auto hole : holes) { in PlugAllHoles() local
212 PlugHole(hole.first /* port */, hole.second /* interface */, &tcp_holes_, in PlugAllHoles()
218 for (auto hole : holes) { in PlugAllHoles() local
219 PlugHole(hole.first /* port */, hole.second /* interface */, &udp_holes_, in PlugAllHoles()
/system/update_engine/
Dupdate_metadata.proto97 // A sentinel value (kuint64max) as the start block denotes a sparse-hole