Searched refs:a2port (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dmisc.h63 int a2port(const char *);
H A Dreadconf.c1477 value = a2port(arg);
1708 a2port(arg) <= 0)) {
3147 fwd->listen_port = a2port(fwdargs[0].arg);
3160 fwd->listen_port = a2port(fwdargs[0].arg);
3165 fwd->listen_port = a2port(fwdargs[1].arg);
3175 fwd->connect_port = a2port(fwdargs[2].arg);
3178 fwd->listen_port = a2port(fwdargs[1].arg);
3183 fwd->listen_port = a2port(fwdargs[0].arg);
3185 fwd->connect_port = a2port(fwdargs[2].arg);
3191 fwd->listen_port = a2port(fwdarg
[all...]
H A Dssh-keyscan.c751 ssh_port = a2port(optarg);
H A Dmisc.c515 a2port(const char *s) function
901 if ((port = a2port(tmp)) <= 0)
1053 if ((port = a2port(tmp)) <= 0)
H A Dauth-options.c301 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) {
H A Dservconf.c1208 if ((port = a2port(arg)) == -1) {
1404 options->ports[options->num_ports++] = a2port(arg);
1443 else if ((port = a2port(arg)) <= 0)
2722 ci->lport = a2port(p + 6);
H A Dssh_namespace.h29 #define a2port Fssh_a2port macro
H A Dscp.c551 sshport = a2port(optarg);
H A Dsshd.c1719 options.ports[options.num_ports++] = a2port(optarg);
H A Dsftp.c2492 port = a2port(optarg);
H A Dssh.c1010 options.port = a2port(optarg);
H A Dchannels.c4590 if ((port = a2port(p)) > 0)

Completed in 205 milliseconds