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

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h46 int a2port(const char *);
H A Dreadconf.c2233 fwd->listen_port = a2port(fwdargs[0].arg);
2246 fwd->listen_port = a2port(fwdargs[0].arg);
2251 fwd->listen_port = a2port(fwdargs[1].arg);
2261 fwd->connect_port = a2port(fwdargs[2].arg);
2264 fwd->listen_port = a2port(fwdargs[1].arg);
2269 fwd->listen_port = a2port(fwdargs[0].arg);
2271 fwd->connect_port = a2port(fwdargs[2].arg);
2277 fwd->listen_port = a2port(fwdargs[1].arg);
2279 fwd->connect_port = a2port(fwdargs[3].arg);
H A Dmisc.c237 a2port(const char *s) function
493 if ((port = a2port(tmp)) <= 0)
H A Dservconf.c901 if ((port = a2port(arg)) == -1) {
1045 options->ports[options->num_ports++] = a2port(arg);
1099 else if ((port = a2port(arg)) <= 0)
1974 ci->lport = a2port(p + 6);
H A Dssh_namespace.h35 #define a2port Fssh_a2port macro
H A Dssh-keyscan.c722 ssh_port = a2port(optarg);
H A Dsshd.c1654 options.ports[options.num_ports++] = a2port(optarg);
H A Dssh.c862 options.port = a2port(optarg);
H A Dchannels.c3625 if ((port = a2port(p)) > 0)

Completed in 309 milliseconds