• Home
  • Raw
  • Download

Lines Matching refs:intptr

831 	int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0;  in process_config_line_depth()  local
878 intptr = &options->connection_timeout; in process_config_line_depth()
889 if (*activep && *intptr == -1) in process_config_line_depth()
890 *intptr = value; in process_config_line_depth()
894 intptr = &options->forward_agent; in process_config_line_depth()
912 if (*activep && *intptr == -1) in process_config_line_depth()
913 *intptr = value; in process_config_line_depth()
917 intptr = &options->forward_x11; in process_config_line_depth()
921 intptr = &options->forward_x11_trusted; in process_config_line_depth()
925 intptr = &options->forward_x11_timeout; in process_config_line_depth()
929 intptr = &options->fwd_opts.gateway_ports; in process_config_line_depth()
933 intptr = &options->exit_on_forward_failure; in process_config_line_depth()
937 intptr = &options->use_privileged_port; in process_config_line_depth()
941 intptr = &options->password_authentication; in process_config_line_depth()
945 intptr = &options->kbd_interactive_authentication; in process_config_line_depth()
953 intptr = &options->pubkey_authentication; in process_config_line_depth()
957 intptr = &options->rsa_authentication; in process_config_line_depth()
961 intptr = &options->rhosts_rsa_authentication; in process_config_line_depth()
965 intptr = &options->hostbased_authentication; in process_config_line_depth()
969 intptr = &options->challenge_response_authentication; in process_config_line_depth()
973 intptr = &options->gss_authentication; in process_config_line_depth()
977 intptr = &options->gss_deleg_creds; in process_config_line_depth()
981 intptr = &options->batch_mode; in process_config_line_depth()
985 intptr = &options->check_host_ip; in process_config_line_depth()
989 intptr = &options->verify_host_key_dns; in process_config_line_depth()
994 intptr = &options->strict_host_key_checking; in process_config_line_depth()
999 intptr = &options->compression; in process_config_line_depth()
1003 intptr = &options->tcp_keep_alive; in process_config_line_depth()
1007 intptr = &options->no_host_authentication_for_localhost; in process_config_line_depth()
1011 intptr = &options->number_of_password_prompts; in process_config_line_depth()
1015 intptr = &options->compression_level; in process_config_line_depth()
1040 intptr = &options->rekey_interval; in process_config_line_depth()
1050 intptr = &options->num_identity_files; in process_config_line_depth()
1051 if (*intptr >= SSH_MAX_IDENTITY_FILES) in process_config_line_depth()
1065 intptr = &options->num_certificate_files; in process_config_line_depth()
1066 if (*intptr >= SSH_MAX_CERTIFICATE_FILES) { in process_config_line_depth()
1160 intptr = &options->port; in process_config_line_depth()
1172 if (*activep && *intptr == -1) in process_config_line_depth()
1173 *intptr = value; in process_config_line_depth()
1177 intptr = &options->connection_attempts; in process_config_line_depth()
1181 intptr = &options->cipher; in process_config_line_depth()
1189 if (*activep && *intptr == -1) in process_config_line_depth()
1190 *intptr = value; in process_config_line_depth()
1244 intptr = &options->protocol; in process_config_line_depth()
1252 if (*activep && *intptr == SSH_PROTO_UNKNOWN) in process_config_line_depth()
1253 *intptr = value; in process_config_line_depth()
1304 intptr = &options->clear_forwardings; in process_config_line_depth()
1352 intptr = &options->escape_char; in process_config_line_depth()
1369 if (*activep && *intptr == -1) in process_config_line_depth()
1370 *intptr = value; in process_config_line_depth()
1374 intptr = &options->address_family; in process_config_line_depth()
1379 intptr = &options->enable_ssh_keysign; in process_config_line_depth()
1383 intptr = &options->identities_only; in process_config_line_depth()
1387 intptr = &options->server_alive_interval; in process_config_line_depth()
1391 intptr = &options->server_alive_count_max; in process_config_line_depth()
1414 intptr = &options->control_master; in process_config_line_depth()
1420 intptr = &options->control_persist; in process_config_line_depth()
1436 if (*activep && *intptr == -1) { in process_config_line_depth()
1437 *intptr = value; in process_config_line_depth()
1443 intptr = &options->hash_known_hosts; in process_config_line_depth()
1447 intptr = &options->tun_open; in process_config_line_depth()
1469 intptr = &options->permit_local_command; in process_config_line_depth()
1473 intptr = &options->visual_host_key; in process_config_line_depth()
1557 intptr = &options->request_tty; in process_config_line_depth()
1566 intptr = &options->proxy_use_fdpass; in process_config_line_depth()
1613 intptr = &options->canonicalize_hostname; in process_config_line_depth()
1618 intptr = &options->canonicalize_max_dots; in process_config_line_depth()
1622 intptr = &options->canonicalize_fallback_local; in process_config_line_depth()
1637 intptr = &options->fwd_opts.streamlocal_bind_unlink; in process_config_line_depth()
1645 intptr = &options->fingerprint_hash; in process_config_line_depth()
1653 if (*activep && *intptr == -1) in process_config_line_depth()
1654 *intptr = value; in process_config_line_depth()
1658 intptr = &options->update_hostkeys; in process_config_line_depth()
1671 intptr = &options->add_keys_to_agent; in process_config_line_depth()