Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h376 int permitopen_port(const char *);
H A Dsession.c308 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
323 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
H A Dssh_namespace.h461 #define permitopen_port Fssh_permitopen_port macro
H A Dservconf.c951 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in process_permitopen_list()
2340 ((port = permitopen_port(arg)) < 0)) { in process_server_config_line_depth()
H A Dssh.c2034 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in ssh_init_forward_permissions()
H A Dchannels.c4584 permitopen_port(const char *p) in permitopen_port() function