SSH_DEFAULT_PORT
if (port == 0 || port == SSH_DEFAULT_PORT)
port = sp ? ntohs(sp->s_port) : SSH_DEFAULT_PORT;
if (tport != -1 && tport != SSH_DEFAULT_PORT) {
options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
if (get_cert || (!hash_hosts && ssh_port == SSH_DEFAULT_PORT)) {
int ssh_port = SSH_DEFAULT_PORT;
port != SSH_DEFAULT_PORT && !clobber_port) {