Searched refs:permitopen_port (Results 1 – 4 of 4) sorted by relevance
291 int permitopen_port(const char *);
373 if (p == NULL || (port = permitopen_port(p)) < 0) { in auth_parse_options()
1657 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in process_server_config_line()
3947 permitopen_port(const char *p) function