OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlugUdpHole
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/apmanager/dbus/
firewalld_dbus_proxy.cc
84
if (!proxy_->
PlugUdpHole
(port, interface, &success, &error)) {
/system/firewalld/
iptables_unittest.cc
145
EXPECT_TRUE(mock_iptables.
PlugUdpHole
(53, "iface"));
155
EXPECT_TRUE(mock_iptables.
PlugUdpHole
(53, "iface"));
157
EXPECT_FALSE(mock_iptables.
PlugUdpHole
(53, "iface"));
iptables.h
45
bool
PlugUdpHole
(uint16_t in_port, const std::string& in_interface) override;
iptables.cc
124
bool IpTables::
PlugUdpHole
(uint16_t in_port, const std::string& in_interface) {
Completed in 165 milliseconds