Home
last modified time | relevance | path

Searched refs:permitopen_port (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.h43 int permitopen_port(const char *p);
H A Dchannels.h376 int permitopen_port(const char *);
H A Dsession.c319 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
334 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
H A Dmonitor_wrap.c1110 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in server_process_permitopen_list()
H A Dssh_namespace.h486 #define permitopen_port Fssh_permitopen_port macro
H A Dssh.c2034 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in ssh_init_forward_permissions()
H A Dmisc.c2030 permitopen_port(const char *p) in permitopen_port() function
H A Dservconf.c2448 ((port = permitopen_port(arg)) < 0)) { in process_server_config_line_depth()