Searched refs:a2port (Results 1 – 8 of 8) sorted by relevance
31 int a2port(const char *);
1192 fwd->listen_port = a2port(fwdarg[0]); in parse_forward()1197 fwd->listen_port = a2port(fwdarg[1]); in parse_forward()1202 fwd->listen_port = a2port(fwdarg[0]); in parse_forward()1204 fwd->connect_port = a2port(fwdarg[2]); in parse_forward()1209 fwd->listen_port = a2port(fwdarg[1]); in parse_forward()1211 fwd->connect_port = a2port(fwdarg[3]); in parse_forward()
209 a2port(const char *s) in a2port() function
256 if ((port = a2port(sport)) == 0) { in auth_parse_options()
796 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line()857 if ((port = a2port(p)) == 0) in process_server_config_line()
905 options.ports[options.num_ports++] = a2port(optarg); in main()
727 ssh_port = a2port(optarg); in main()
456 options.port = a2port(optarg);