Searched refs:a2port (Results 1 – 10 of 10) sorted by relevance
23 int a2port(const char *);
25 int a2port(const char *);
1411 fwd->listen_port = a2port(fwdarg[0]); in parse_forward()1417 fwd->listen_port = a2port(fwdarg[1]); in parse_forward()1423 fwd->listen_port = a2port(fwdarg[0]); in parse_forward()1425 fwd->connect_port = a2port(fwdarg[2]); in parse_forward()1430 fwd->listen_port = a2port(fwdarg[1]); in parse_forward()1432 fwd->connect_port = a2port(fwdarg[3]); in parse_forward()
344 if (p == NULL || (port = a2port(p)) <= 0) { in auth_parse_options()
782 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line()836 else if ((port = a2port(arg)) <= 0) in process_server_config_line()1348 if (arg == NULL || (port = a2port(arg)) <= 0) in process_server_config_line()
638 ssh_port = a2port(optarg); in main()
917 cancel_port = a2port(s); in process_cmdline()920 cancel_port = a2port(cancel_host); in process_cmdline()
234 a2port(const char *s) in a2port() function
528 options.port = a2port(optarg); in main()
1415 options.ports[options.num_ports++] = a2port(optarg);