Searched refs:IsPortAllowedByFtp (Results 1 – 5 of 5) sorted by relevance
32 !IsPortAllowedByFtp(port) && !IsPortAllowedByOverride(port)) { in MaybeCreateJob()
262 NET_EXPORT_PRIVATE bool IsPortAllowedByFtp(int port);
309 bool IsPortAllowedByFtp(int port) { in IsPortAllowedByFtp() function
972 !IsPortAllowedByFtp(data_connection_port_)) in ProcessResponseEPSV()1006 !IsPortAllowedByFtp(data_connection_port_)) in ProcessResponsePASV()
636 is_port_allowed = IsPortAllowedByFtp(port); in DoStart()