Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c1566 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 …]
H A Dmisc.h74 int a2port(const char *);
H A Dmisc.c579 a2port(const char *s) in a2port() function
999 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()
H A Dsshd-auth.c534 options.ports[options.num_ports++] = a2port(optarg); in main()
H A Dssh-keyscan.c687 ssh_port = a2port(optarg); in main()
H A Dservconf.c1214 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()
H A Dauth-options.c299 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) { in handle_permit()
H A Dsshd-session.c886 options.ports[options.num_ports++] = a2port(optarg); in main()
H A Dssh_namespace.h27 #define a2port Fssh_a2port macro
H A Dsshd.c1463 options.ports[options.num_ports++] = a2port(optarg); in main()
H A Dscp.c533 sshport = a2port(optarg); in main()
H A Dssh.c988 options.port = a2port(optarg); in main()
H A Dsftp.c2516 port = a2port(optarg); in main()