Home
last modified time | relevance | path

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

/system/firewalld/
Diptables.cc159 std::string sprotocol = protocol == kProtocolTcp ? "TCP" : "UDP"; in PunchHole() local
160 LOG(INFO) << "Punching hole for " << sprotocol << " port " << port in PunchHole()
192 std::string sprotocol = protocol == kProtocolTcp ? "TCP" : "UDP"; in PlugHole() local
193 LOG(INFO) << "Plugging hole for " << sprotocol << " port " << port in PlugHole()