Searched refs:a2port (Results 1 – 11 of 11) sorted by relevance
58 int a2port(const char *);
1249 value = a2port(arg); in process_config_line_depth()2381 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()2394 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()2399 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()2409 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()2412 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()2417 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()2419 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()2425 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()2427 fwd->connect_port = a2port(fwdargs[3].arg); in parse_forward()
421 a2port(const char *s) in a2port() function763 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()912 if ((port = a2port(tmp)) <= 0) in parse_uri()
1163 if ((port = a2port(arg)) == -1) { in match_cfg_line()1340 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line_depth()1380 else if ((port = a2port(arg)) <= 0) in process_server_config_line_depth()2461 ci->lport = a2port(p + 6); in parse_server_match_testspec()
700 ssh_port = a2port(optarg); in main()
296 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) { in handle_permit()
462 sshport = a2port(optarg); in main()
1594 options.ports[options.num_ports++] = a2port(optarg);
956 options.port = a2port(optarg); in main()
2436 port = a2port(optarg); in main()
4178 if ((port = a2port(p)) > 0)