Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dreadconf.h249 int default_ssh_port(void);
Dssh.c246 port = default_ssh_port(); in resolve_host()
297 snprintf(strport, sizeof strport, "%u", default_ssh_port()); in is_addr()
327 port = default_ssh_port(); in resolve_addr()
1282 port = default_ssh_port(); in main()
1284 jumpport = default_ssh_port(); in main()
1329 options.port = default_ssh_port(); in main()
Dreadconf.c504 default_ssh_port(void) in default_ssh_port() function
641 port = options->port <= 0 ? default_ssh_port() : options->port; in expand_match_exec_or_include_path()