Home
last modified time | relevance | path

Searched refs:default_ssh_port (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dreadconf.h248 int default_ssh_port(void);
H A Dssh.c262 port = default_ssh_port(); in resolve_host()
313 snprintf(strport, sizeof strport, "%u", default_ssh_port()); in is_addr()
343 port = default_ssh_port(); in resolve_addr()
1303 port = default_ssh_port(); in main()
1305 jumpport = default_ssh_port(); in main()
1350 options.port = default_ssh_port(); in main()
H A Dreadconf.c521 default_ssh_port(void) in default_ssh_port() function
669 port = options->port <= 0 ? default_ssh_port() : options->port; in match_cfg_line()