Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c1477 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 …]
H A Dmisc.h63 int a2port(const char *);
H A Dssh-keyscan.c751 ssh_port = a2port(optarg); in main()
H A Dmisc.c515 a2port(const char *s) in a2port() function
901 if ((port = a2port(tmp)) <= 0) in parse_user_host_port()
1053 if ((port = a2port(tmp)) <= 0) in parse_uri()
H A Dservconf.c1208 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()
H A Dauth-options.c301 (strcmp(cp, "*") != 0 && a2port(cp) <= 0)) { in handle_permit()
H A Dssh_namespace.h29 #define a2port Fssh_a2port macro
H A Dscp.c551 sshport = a2port(optarg); in main()
H A Dsshd.c1717 options.ports[options.num_ports++] = a2port(optarg);
H A Dssh.c1010 options.port = a2port(optarg); in main()
H A Dsftp.c2492 port = a2port(optarg); in main()
H A Dchannels.c4590 if ((port = a2port(p)) > 0) in permitopen_port()