Searched refs:a2port (Results 1 – 8 of 8) sorted by relevance
50 int a2port(const char *);
2207 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()
237 a2port(const char *s) in a2port() function498 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()
878 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()
724 ssh_port = a2port(optarg); in main()
1519 options.ports[options.num_ports++] = a2port(optarg);
860 options.port = a2port(optarg); in main()
3953 if ((port = a2port(p)) > 0)