Home | History | Annotate | Download | only in base

Lines Matching refs:ports

86 // The general list of blocked ports. Will be blocked unless a specific
87 // protocol overrides it. (Ex: ftp can use ports 20 and 21)
157 // FTP overrides the following restricted ports.
1857 // despite bans. If the string is invalid no allowed ports are stored.
1862 std::multiset<int> ports;
1880 ports.insert(port);
1885 explicitly_allowed_ports = ports;