Home | History | Annotate | Download | only in base

Lines Matching refs:ports

69 // The general list of blocked ports. Will be blocked unless a specific
70 // protocol overrides it. (Ex: ftp can use ports 20 and 21)
133 // FTP overrides the following restricted ports.
1513 // despite bans. If the string is invalid no allowed ports are stored.
1518 std::set<int> ports;
1533 ports.insert(StringToInt(WideToASCII(
1538 explicitly_allowed_ports = ports;