Home
last modified time | relevance | path

Searched refs:a2port (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dmisc.h50 int a2port(const char *);
Dreadconf.c2207 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()
2220 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()
2225 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()
2235 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()
2238 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()
2243 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()
2245 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()
2251 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()
2253 fwd->connect_port = a2port(fwdargs[3].arg); in parse_forward()
Dmisc.c237 a2port(const char *s) in a2port() function
498 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()
Dservconf.c878 if ((port = a2port(arg)) == -1) { in match_cfg_line()
1031 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line()
1069 else if ((port = a2port(arg)) <= 0) in process_server_config_line()
1940 ci->lport = a2port(p + 6); in parse_server_match_testspec()
Dssh-keyscan.c724 ssh_port = a2port(optarg); in main()
Dsshd.c1519 options.ports[options.num_ports++] = a2port(optarg);
Dssh.c860 options.port = a2port(optarg); in main()
Dchannels.c3953 if ((port = a2port(p)) > 0)