Home
last modified time | relevance | path

Searched refs:a2port (Results 1 – 11 of 11) sorted by relevance

/external/openssh/
Dmisc.h58 int a2port(const char *);
Dreadconf.c1249 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()
Dmisc.c421 a2port(const char *s) in a2port() function
763 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()
912 if ((port = a2port(tmp)) <= 0) in parse_uri()
Dservconf.c1163 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()
Dssh-keyscan.c700 ssh_port = a2port(optarg); in main()
Dauth-options.c296 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) { in handle_permit()
Dscp.c462 sshport = a2port(optarg); in main()
Dsshd.c1594 options.ports[options.num_ports++] = a2port(optarg);
Dssh.c956 options.port = a2port(optarg); in main()
Dsftp.c2436 port = a2port(optarg); in main()
Dchannels.c4178 if ((port = a2port(p)) > 0)