Searched refs:default_ssh_port (Results 1 – 3 of 3) sorted by relevance
200 int default_ssh_port(void);
250 port = default_ssh_port(); in resolve_host()955 options.port = default_ssh_port(); in main()
394 default_ssh_port(void) in default_ssh_port() function497 port = options->port <= 0 ? default_ssh_port() : options->port; in match_cfg_line()