Lines Matching refs:M_CP_INTOPT

2907 #define M_CP_INTOPT(n) do {\  in copy_set_server_options()  macro
2912 M_CP_INTOPT(password_authentication); in copy_set_server_options()
2913 M_CP_INTOPT(gss_authentication); in copy_set_server_options()
2914 M_CP_INTOPT(pubkey_authentication); in copy_set_server_options()
2915 M_CP_INTOPT(pubkey_auth_options); in copy_set_server_options()
2916 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
2917 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()
2918 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
2919 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
2920 M_CP_INTOPT(permit_root_login); in copy_set_server_options()
2921 M_CP_INTOPT(permit_empty_passwd); in copy_set_server_options()
2922 M_CP_INTOPT(ignore_rhosts); in copy_set_server_options()
2924 M_CP_INTOPT(allow_tcp_forwarding); in copy_set_server_options()
2925 M_CP_INTOPT(allow_streamlocal_forwarding); in copy_set_server_options()
2926 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
2927 M_CP_INTOPT(disable_forwarding); in copy_set_server_options()
2928 M_CP_INTOPT(expose_userauth_info); in copy_set_server_options()
2929 M_CP_INTOPT(permit_tun); in copy_set_server_options()
2930 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()
2931 M_CP_INTOPT(fwd_opts.streamlocal_bind_unlink); in copy_set_server_options()
2932 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
2933 M_CP_INTOPT(x11_forwarding); in copy_set_server_options()
2934 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
2935 M_CP_INTOPT(permit_tty); in copy_set_server_options()
2936 M_CP_INTOPT(permit_user_rc); in copy_set_server_options()
2937 M_CP_INTOPT(max_sessions); in copy_set_server_options()
2938 M_CP_INTOPT(max_authtries); in copy_set_server_options()
2939 M_CP_INTOPT(client_alive_count_max); in copy_set_server_options()
2940 M_CP_INTOPT(client_alive_interval); in copy_set_server_options()
2941 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2942 M_CP_INTOPT(ip_qos_bulk); in copy_set_server_options()
2943 M_CP_INTOPT(rekey_limit); in copy_set_server_options()
2944 M_CP_INTOPT(rekey_interval); in copy_set_server_options()
2945 M_CP_INTOPT(log_level); in copy_set_server_options()
2946 M_CP_INTOPT(required_rsa_size); in copy_set_server_options()
2947 M_CP_INTOPT(unused_connection_timeout); in copy_set_server_options()
2948 M_CP_INTOPT(refuse_connection); in copy_set_server_options()
3009 #undef M_CP_INTOPT