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

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h26 int a2port(const char *);
H A Dreadconf.c1564 fwd->listen_port = a2port(fwdarg[0]);
1570 fwd->listen_port = a2port(fwdarg[1]);
1576 fwd->listen_port = a2port(fwdarg[0]);
1578 fwd->connect_port = a2port(fwdarg[2]);
1583 fwd->listen_port = a2port(fwdarg[1]);
1585 fwd->connect_port = a2port(fwdarg[3]);
H A Dservconf.c787 if ((port = a2port(arg)) == -1) {
929 options->ports[options->num_ports++] = a2port(arg);
983 else if ((port = a2port(arg)) <= 0)
1763 ci->lport = a2port(p + 6);
H A Dssh-keyscan.c638 ssh_port = a2port(optarg);
H A Dssh_namespace.h14 #define a2port ssh_a2port macro
H A Dclientloop.c950 cancel_port = a2port(s);
953 cancel_port = a2port(cancel_host);
H A Dmisc.c235 a2port(const char *s) function
H A Dssh.c554 options.port = a2port(optarg);
H A Dsshd.c1490 options.ports[options.num_ports++] = a2port(optarg);
H A Dchannels.c3295 if ((port = a2port(p)) > 0)

Completed in 193 milliseconds