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

/freebsd-10.3-release/crypto/openssh/
H A Dmisc.h44 int a2port(const char *);
H A Dreadconf.c2092 fwd->listen_port = a2port(fwdargs[0].arg);
2105 fwd->listen_port = a2port(fwdargs[0].arg);
2110 fwd->listen_port = a2port(fwdargs[1].arg);
2120 fwd->connect_port = a2port(fwdargs[2].arg);
2123 fwd->listen_port = a2port(fwdargs[1].arg);
2128 fwd->listen_port = a2port(fwdargs[0].arg);
2130 fwd->connect_port = a2port(fwdargs[2].arg);
2136 fwd->listen_port = a2port(fwdargs[1].arg);
2138 fwd->connect_port = a2port(fwdargs[3].arg);
H A Dservconf.c892 if ((port = a2port(arg)) == -1) {
1036 options->ports[options->num_ports++] = a2port(arg);
1090 else if ((port = a2port(arg)) <= 0)
1945 ci->lport = a2port(p + 6);
H A Dmisc.c237 a2port(const char *s) function
H A Dssh-keyscan.c719 ssh_port = a2port(optarg);
H A Dssh_namespace.h35 #define a2port Fssh_a2port macro
H A Dssh.c850 options.port = a2port(optarg);
H A Dsshd.c1595 options.ports[options.num_ports++] = a2port(optarg);
H A Dchannels.c3621 if ((port = a2port(p)) > 0)

Completed in 138 milliseconds