Searched refs:IsPortAllowedByDefault (Results 1 – 3 of 3) sorted by relevance
284 bool IsPortAllowedByDefault(int port);
1574 bool IsPortAllowedByDefault(int port) { in IsPortAllowedByDefault() function1592 return IsPortAllowedByDefault(port); in IsPortAllowedByFtp()
171 if (!IsPortAllowedByDefault(port) && !IsPortAllowedByOverride(port)) in Factory()