Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmisc.h43 int permitopen_port(const char *p);
H A Dchannels.h373 int permitopen_port(const char *);
H A Dsession.c295 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
310 if (cp == NULL || (port = permitopen_port(cp)) < 0) in set_fwdpermit_from_authopts()
H A Dmonitor_wrap.c955 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in server_process_permitopen_list()
H A Dssh.c2000 if (arg == NULL || ((port = permitopen_port(arg)) < 0)) in ssh_init_forward_permissions()
H A Dmisc.c1935 permitopen_port(const char *p) in permitopen_port() function
H A Dservconf.c2360 ((port = permitopen_port(arg)) < 0)) { in process_server_config_line_depth()