Home | History | Annotate | Download | only in base

Lines Matching refs:ports

92 // The general list of blocked ports. Will be blocked unless a specific
93 // protocol overrides it. (Ex: ftp can use ports 20 and 21)
163 // FTP overrides the following restricted ports.
1894 // despite bans. If the string is invalid no allowed ports are stored.
1899 std::multiset<int> ports;
1917 ports.insert(port);
1922 g_explicitly_allowed_ports.Get() = ports;