Home
last modified time | relevance | path

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

/system/firewalld/
Diptables.cc121 return PlugHole(in_port, in_interface, &tcp_holes_, kProtocolTcp); in PlugTcpHole()
125 return PlugHole(in_port, in_interface, &udp_holes_, kProtocolUdp); in PlugUdpHole()
174 bool IpTables::PlugHole(uint16_t port, in PlugHole() function in firewalld::IpTables
212 PlugHole(hole.first /* port */, hole.second /* interface */, &tcp_holes_, in PlugAllHoles()
219 PlugHole(hole.first /* port */, hole.second /* interface */, &udp_holes_, in PlugAllHoles()
Diptables.h68 bool PlugHole(uint16_t port,