Searched refs:default_ssh_port (Results 1 – 3 of 3) sorted by relevance
207 int default_ssh_port(void);
245 port = default_ssh_port(); in resolve_host()286 port = default_ssh_port(); in resolve_addr()1129 options.port = default_ssh_port(); in main()
465 default_ssh_port(void) in default_ssh_port() function561 port = options->port <= 0 ? default_ssh_port() : options->port; in match_cfg_line()