Searched refs:a2port (Results 1 – 12 of 12) sorted by relevance
1477 value = a2port(arg); in process_config_line_depth()1708 a2port(arg) <= 0)) { in process_config_line_depth()3147 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()3160 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()3165 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()3175 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()3178 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()3183 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()3185 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()3191 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()[all …]
63 int a2port(const char *);
751 ssh_port = a2port(optarg); in main()
515 a2port(const char *s) in a2port() function901 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()1053 if ((port = a2port(tmp)) <= 0) in parse_uri()
1208 if ((port = a2port(arg)) == -1) { in match_cfg_line()1404 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line_depth()1443 else if ((port = a2port(arg)) <= 0) in process_server_config_line_depth()2722 ci->lport = a2port(p + 6); in parse_server_match_testspec()
301 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) { in handle_permit()
29 #define a2port Fssh_a2port macro
551 sshport = a2port(optarg); in main()
1717 options.ports[options.num_ports++] = a2port(optarg);
1010 options.port = a2port(optarg); in main()
2492 port = a2port(optarg); in main()
4590 if ((port = a2port(p)) > 0) in permitopen_port()