Searched refs:permitopen_port (Results 1 – 4 of 4) sorted by relevance
327 int permitopen_port(const char *);
310 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()326 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
944 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in process_permitopen_list()2125 ((port = permitopen_port(arg)) < 0)) { in process_server_config_line_depth()
4172 permitopen_port(const char *p) function