Home | History | Annotate | Download | only in base

Lines Matching refs:explicitly_allowed_ports

1146 std::multiset<int> explicitly_allowed_ports;
1596 if (explicitly_allowed_ports.empty())
1599 return explicitly_allowed_ports.count(port) > 0;
1885 explicitly_allowed_ports = ports;
1889 explicitly_allowed_ports.insert(port);
1893 std::multiset<int>::iterator it = explicitly_allowed_ports.find(port_);
1894 if (it != explicitly_allowed_ports.end())
1895 explicitly_allowed_ports.erase(it);