Home | History | Annotate | Download | only in dist

Lines Matching defs:dump_cfg_fmtint

3803 dump_cfg_fmtint(OpCodes code, int val)
3901 dump_cfg_fmtint(oAddressFamily, o->address_family);
3902 dump_cfg_fmtint(oBatchMode, o->batch_mode);
3903 dump_cfg_fmtint(oCanonicalizeFallbackLocal, o->canonicalize_fallback_local);
3904 dump_cfg_fmtint(oCanonicalizeHostname, o->canonicalize_hostname);
3905 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip);
3906 dump_cfg_fmtint(oCompression, o->compression);
3907 dump_cfg_fmtint(oControlMaster, o->control_master);
3908 dump_cfg_fmtint(oEnableSSHKeysign, o->enable_ssh_keysign);
3909 dump_cfg_fmtint(oClearAllForwardings, o->clear_forwardings);
3910 dump_cfg_fmtint(oExitOnForwardFailure, o->exit_on_forward_failure);
3911 dump_cfg_fmtint(oFingerprintHash, o->fingerprint_hash);
3912 dump_cfg_fmtint(oForwardX11, o->forward_x11);
3913 dump_cfg_fmtint(oForwardX11Trusted, o->forward_x11_trusted);
3914 dump_cfg_fmtint(oGatewayPorts, o->fwd_opts.gateway_ports);
3916 dump_cfg_fmtint(oGssAuthentication, o->gss_authentication);
3917 dump_cfg_fmtint(oGssDelegateCreds, o->gss_deleg_creds);
3919 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts);
3920 dump_cfg_fmtint(oHostbasedAuthentication, o->hostbased_authentication);
3921 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only);
3922 dump_cfg_fmtint(oKbdInteractiveAuthentication, o->kbd_interactive_authentication);
3923 dump_cfg_fmtint(oNoHostAuthenticationForLocalhost, o->no_host_authentication_for_localhost);
3924 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication);
3925 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command);
3926 dump_cfg_fmtint(oProxyUseFdpass, o->proxy_use_fdpass);
3927 dump_cfg_fmtint(oPubkeyAuthentication, o->pubkey_authentication);
3928 dump_cfg_fmtint(oRequestTTY, o->request_tty);
3929 dump_cfg_fmtint(oSessionType, o->session_type);
3930 dump_cfg_fmtint(oStdinNull, o->stdin_null);
3931 dump_cfg_fmtint(oForkAfterAuthentication, o->fork_after_authentication);
3932 dump_cfg_fmtint(oStreamLocalBindUnlink, o->fwd_opts.streamlocal_bind_unlink);
3933 dump_cfg_fmtint(oStrictHostKeyChecking, o->strict_host_key_checking);
3934 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive);
3935 dump_cfg_fmtint(oTunnel, o->tun_open);
3936 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
3937 dump_cfg_fmtint(oVisualHostKey, o->visual_host_key);
3938 dump_cfg_fmtint(oUpdateHostkeys, o->update_hostkeys);
3939 dump_cfg_fmtint(oEnableEscapeCommandline, o->enable_escape_commandline);
3940 dump_cfg_fmtint(oWarnWeakCrypto, o->warn_weak_crypto);
4011 dump_cfg_fmtint(oAddKeysToAgent, o->add_keys_to_agent);
4020 dump_cfg_fmtint(oForwardAgent, o->forward_agent);
4054 dump_cfg_fmtint(oControlPersist, o->control_persist);