Lines Matching defs:dump_cfg_fmtint

2455 dump_cfg_fmtint(OpCodes code, int val)
2542 dump_cfg_fmtint(oAddressFamily, o->address_family);
2543 dump_cfg_fmtint(oBatchMode, o->batch_mode);
2544 dump_cfg_fmtint(oCanonicalizeFallbackLocal, o->canonicalize_fallback_local);
2545 dump_cfg_fmtint(oCanonicalizeHostname, o->canonicalize_hostname);
2546 dump_cfg_fmtint(oChallengeResponseAuthentication, o->challenge_response_authentication);
2547 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip);
2548 dump_cfg_fmtint(oCompression, o->compression);
2549 dump_cfg_fmtint(oControlMaster, o->control_master);
2550 dump_cfg_fmtint(oEnableSSHKeysign, o->enable_ssh_keysign);
2551 dump_cfg_fmtint(oClearAllForwardings, o->clear_forwardings);
2552 dump_cfg_fmtint(oExitOnForwardFailure, o->exit_on_forward_failure);
2553 dump_cfg_fmtint(oFingerprintHash, o->fingerprint_hash);
2554 dump_cfg_fmtint(oForwardAgent, o->forward_agent);
2555 dump_cfg_fmtint(oForwardX11, o->forward_x11);
2556 dump_cfg_fmtint(oForwardX11Trusted, o->forward_x11_trusted);
2557 dump_cfg_fmtint(oGatewayPorts, o->fwd_opts.gateway_ports);
2559 dump_cfg_fmtint(oGssAuthentication, o->gss_authentication);
2560 dump_cfg_fmtint(oGssDelegateCreds, o->gss_deleg_creds);
2562 dump_cfg_fmtint(oHashKnownHosts, o->hash_known_hosts);
2563 dump_cfg_fmtint(oHostbasedAuthentication, o->hostbased_authentication);
2564 dump_cfg_fmtint(oIdentitiesOnly, o->identities_only);
2565 dump_cfg_fmtint(oKbdInteractiveAuthentication, o->kbd_interactive_authentication);
2566 dump_cfg_fmtint(oNoHostAuthenticationForLocalhost, o->no_host_authentication_for_localhost);
2567 dump_cfg_fmtint(oPasswordAuthentication, o->password_authentication);
2568 dump_cfg_fmtint(oPermitLocalCommand, o->permit_local_command);
2569 dump_cfg_fmtint(oProtocol, o->protocol);
2570 dump_cfg_fmtint(oProxyUseFdpass, o->proxy_use_fdpass);
2571 dump_cfg_fmtint(oPubkeyAuthentication, o->pubkey_authentication);
2572 dump_cfg_fmtint(oRequestTTY, o->request_tty);
2573 dump_cfg_fmtint(oRhostsRSAAuthentication, o->rhosts_rsa_authentication);
2574 dump_cfg_fmtint(oRSAAuthentication, o->rsa_authentication);
2575 dump_cfg_fmtint(oStreamLocalBindUnlink, o->fwd_opts.streamlocal_bind_unlink);
2576 dump_cfg_fmtint(oStrictHostKeyChecking, o->strict_host_key_checking);
2577 dump_cfg_fmtint(oTCPKeepAlive, o->tcp_keep_alive);
2578 dump_cfg_fmtint(oTunnel, o->tun_open);
2579 dump_cfg_fmtint(oUsePrivilegedPort, o->use_privileged_port);
2580 dump_cfg_fmtint(oVerifyHostKeyDNS, o->verify_host_key_dns);
2581 dump_cfg_fmtint(oVisualHostKey, o->visual_host_key);
2582 dump_cfg_fmtint(oUpdateHostkeys, o->update_hostkeys);
2660 dump_cfg_fmtint(oControlPersist, o->control_persist);