Symbol: a2port
crypto/openssh/auth-options.c
301
(strcmp(cp, "*") != 0 && a2port(cp) <= 0)) {
crypto/openssh/misc.c
1088
if ((port = a2port(tmp)) <= 0)
crypto/openssh/misc.c
2036
if ((port = a2port(p)) > 0)
crypto/openssh/misc.c
936
if ((port = a2port(tmp)) <= 0)
crypto/openssh/misc.h
72
int a2port(const char *);
crypto/openssh/readconf.c
1570
value = a2port(arg);
crypto/openssh/readconf.c
1801
a2port(arg) <= 0)) {
crypto/openssh/readconf.c
3268
fwd->listen_port = a2port(fwdargs[0].arg);
crypto/openssh/readconf.c
3281
fwd->listen_port = a2port(fwdargs[0].arg);
crypto/openssh/readconf.c
3286
fwd->listen_port = a2port(fwdargs[1].arg);
crypto/openssh/readconf.c
3296
fwd->connect_port = a2port(fwdargs[2].arg);
crypto/openssh/readconf.c
3299
fwd->listen_port = a2port(fwdargs[1].arg);
crypto/openssh/readconf.c
3304
fwd->listen_port = a2port(fwdargs[0].arg);
crypto/openssh/readconf.c
3306
fwd->connect_port = a2port(fwdargs[2].arg);
crypto/openssh/readconf.c
3312
fwd->listen_port = a2port(fwdargs[1].arg);
crypto/openssh/readconf.c
3314
fwd->connect_port = a2port(fwdargs[3].arg);
crypto/openssh/scp.c
554
sshport = a2port(optarg);
crypto/openssh/servconf.c
1215
if ((port = a2port(arg)) == -1) {
crypto/openssh/servconf.c
1434
options->ports[options->num_ports++] = a2port(arg);
crypto/openssh/servconf.c
1473
else if ((port = a2port(arg)) <= 0)
crypto/openssh/servconf.c
2859
ci->lport = a2port(val);
crypto/openssh/sftp.c
2497
port = a2port(optarg);
crypto/openssh/ssh-keyscan.c
700
ssh_port = a2port(optarg);
crypto/openssh/ssh.c
1018
options.port = a2port(optarg);
crypto/openssh/sshd-auth.c
546
options.ports[options.num_ports++] = a2port(optarg);
crypto/openssh/sshd-session.c
938
options.ports[options.num_ports++] = a2port(optarg);
crypto/openssh/sshd.c
1470
options.ports[options.num_ports++] = a2port(optarg);