Searched refs:default_ssh_port (Results 1 – 3 of 3) sorted by relevance
215 int default_ssh_port(void);
277 port = default_ssh_port(); in resolve_host()324 snprintf(strport, sizeof strport, "%u", default_ssh_port()); in is_addr()354 port = default_ssh_port(); in resolve_addr()1240 port = default_ssh_port(); in main()1242 jumpport = default_ssh_port(); in main()1284 options.port = default_ssh_port(); in main()
491 default_ssh_port(void) in default_ssh_port() function589 port = options->port <= 0 ? default_ssh_port() : options->port; in match_cfg_line()