Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dmisc.h31 int a2port(const char *);
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c1192 fwd->listen_port = a2port(fwdarg[0]); in parse_forward()
1197 fwd->listen_port = a2port(fwdarg[1]); in parse_forward()
1202 fwd->listen_port = a2port(fwdarg[0]); in parse_forward()
1204 fwd->connect_port = a2port(fwdarg[2]); in parse_forward()
1209 fwd->listen_port = a2port(fwdarg[1]); in parse_forward()
1211 fwd->connect_port = a2port(fwdarg[3]); in parse_forward()
H A Dmisc.c209 a2port(const char *s) in a2port() function
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-options.c256 if ((port = a2port(sport)) == 0) { in auth_parse_options()
H A Dservconf.c796 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line()
857 if ((port = a2port(p)) == 0) in process_server_config_line()
H A Dsshd.c905 options.ports[options.num_ports++] = a2port(optarg); in main()
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c727 ssh_port = a2port(optarg); in main()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dssh.c456 options.port = a2port(optarg);