Searched refs:a2port (Results 1 – 13 of 13) sorted by relevance
1566 value = a2port(arg); in process_config_line_depth()1797 a2port(arg) <= 0)) { in process_config_line_depth()3326 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()3339 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()3344 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()3354 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()3357 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()3362 fwd->listen_port = a2port(fwdargs[0].arg); in parse_forward()3364 fwd->connect_port = a2port(fwdargs[2].arg); in parse_forward()3370 fwd->listen_port = a2port(fwdargs[1].arg); in parse_forward()[all …]
74 int a2port(const char *);
579 a2port(const char *s) in a2port() function999 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()1152 if ((port = a2port(tmp)) <= 0) in parse_uri()2101 if ((port = a2port(p)) > 0) in permitopen_port()
534 options.ports[options.num_ports++] = a2port(optarg); in main()
687 ssh_port = a2port(optarg); in main()
1214 if ((port = a2port(arg)) == -1) { in match_cfg_line()1435 options->ports[options->num_ports++] = a2port(arg); in process_server_config_line_depth()1474 else if ((port = a2port(arg)) <= 0) in process_server_config_line_depth()2894 ci->lport = a2port(val); in parse_server_match_testspec()
299 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) { in handle_permit()
886 options.ports[options.num_ports++] = a2port(optarg); in main()
27 #define a2port Fssh_a2port macro
1463 options.ports[options.num_ports++] = a2port(optarg); in main()
533 sshport = a2port(optarg); in main()
988 options.port = a2port(optarg); in main()
2516 port = a2port(optarg); in main()