Symbol: a2port
usr.bin/ssh/auth-options.c
297
(strcmp(cp, "*") != 0 && a2port(cp) <= 0)) {
usr.bin/ssh/misc.c
1109
if ((port = a2port(tmp)) <= 0)
usr.bin/ssh/misc.c
2015
if ((port = a2port(p)) > 0)
usr.bin/ssh/misc.c
956
if ((port = a2port(tmp)) <= 0)
usr.bin/ssh/misc.h
74
int a2port(const char *);
usr.bin/ssh/readconf.c
1554
value = a2port(arg);
usr.bin/ssh/readconf.c
1785
a2port(arg) <= 0)) {
usr.bin/ssh/readconf.c
3309
fwd->listen_port = a2port(fwdargs[0].arg);
usr.bin/ssh/readconf.c
3322
fwd->listen_port = a2port(fwdargs[0].arg);
usr.bin/ssh/readconf.c
3327
fwd->listen_port = a2port(fwdargs[1].arg);
usr.bin/ssh/readconf.c
3337
fwd->connect_port = a2port(fwdargs[2].arg);
usr.bin/ssh/readconf.c
3340
fwd->listen_port = a2port(fwdargs[1].arg);
usr.bin/ssh/readconf.c
3345
fwd->listen_port = a2port(fwdargs[0].arg);
usr.bin/ssh/readconf.c
3347
fwd->connect_port = a2port(fwdargs[2].arg);
usr.bin/ssh/readconf.c
3353
fwd->listen_port = a2port(fwdargs[1].arg);
usr.bin/ssh/readconf.c
3355
fwd->connect_port = a2port(fwdargs[3].arg);
usr.bin/ssh/scp.c
495
sshport = a2port(optarg);
usr.bin/ssh/servconf.c
1163
options->ports[options->num_ports++] = a2port(arg);
usr.bin/ssh/servconf.c
1202
else if ((port = a2port(arg)) <= 0)
usr.bin/ssh/servconf.c
2619
ci->lport = a2port(val);
usr.bin/ssh/servconf.c
958
if ((port = a2port(arg)) == -1) {
usr.bin/ssh/sftp.c
2484
port = a2port(optarg);
usr.bin/ssh/ssh-keyscan.c
669
ssh_port = a2port(optarg);
usr.bin/ssh/ssh.c
947
options.port = a2port(optarg);
usr.bin/ssh/sshd-session.c
820
options.ports[options.num_ports++] = a2port(optarg);
usr.bin/ssh/sshd.c
1354
options.ports[options.num_ports++] = a2port(optarg);