Symbol: a2port
crypto/openssh/auth-options.c
301
(strcmp(cp, "*") != 0 && a2port(cp) <= 0)) {
crypto/openssh/misc.c
1067
if ((port = a2port(tmp)) <= 0)
crypto/openssh/misc.c
2015
if ((port = a2port(p)) > 0)
crypto/openssh/misc.c
915
if ((port = a2port(tmp)) <= 0)
crypto/openssh/misc.h
71
int a2port(const char *);
crypto/openssh/readconf.c
1477
value = a2port(arg);
crypto/openssh/readconf.c
1708
a2port(arg) <= 0)) {
crypto/openssh/readconf.c
3147
fwd->listen_port = a2port(fwdargs[0].arg);
crypto/openssh/readconf.c
3160
fwd->listen_port = a2port(fwdargs[0].arg);
crypto/openssh/readconf.c
3165
fwd->listen_port = a2port(fwdargs[1].arg);
crypto/openssh/readconf.c
3175
fwd->connect_port = a2port(fwdargs[2].arg);
crypto/openssh/readconf.c
3178
fwd->listen_port = a2port(fwdargs[1].arg);
crypto/openssh/readconf.c
3183
fwd->listen_port = a2port(fwdargs[0].arg);
crypto/openssh/readconf.c
3185
fwd->connect_port = a2port(fwdargs[2].arg);
crypto/openssh/readconf.c
3191
fwd->listen_port = a2port(fwdargs[1].arg);
crypto/openssh/readconf.c
3193
fwd->connect_port = a2port(fwdargs[3].arg);
crypto/openssh/scp.c
553
sshport = a2port(optarg);
crypto/openssh/servconf.c
1151
if ((port = a2port(arg)) == -1) {
crypto/openssh/servconf.c
1357
options->ports[options->num_ports++] = a2port(arg);
crypto/openssh/servconf.c
1396
else if ((port = a2port(arg)) <= 0)
crypto/openssh/servconf.c
2769
ci->lport = a2port(p + 6);
crypto/openssh/sftp.c
2496
port = a2port(optarg);
crypto/openssh/ssh-keyscan.c
711
ssh_port = a2port(optarg);
crypto/openssh/ssh.c
1010
options.port = a2port(optarg);
crypto/openssh/sshd-session.c
969
options.ports[options.num_ports++] = a2port(optarg);
crypto/openssh/sshd.c
1290
options.ports[options.num_ports++] = a2port(optarg);