Lines Matching refs:M_CP_INTOPT

2817 #define M_CP_INTOPT(n) do {\  in copy_set_server_options()  macro
2822 M_CP_INTOPT(password_authentication); in copy_set_server_options()
2823 M_CP_INTOPT(gss_authentication); in copy_set_server_options()
2824 M_CP_INTOPT(pubkey_authentication); in copy_set_server_options()
2825 M_CP_INTOPT(pubkey_auth_options); in copy_set_server_options()
2826 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
2827 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()
2828 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
2829 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
2830 M_CP_INTOPT(permit_root_login); in copy_set_server_options()
2831 M_CP_INTOPT(permit_empty_passwd); in copy_set_server_options()
2832 M_CP_INTOPT(ignore_rhosts); in copy_set_server_options()
2834 M_CP_INTOPT(allow_tcp_forwarding); in copy_set_server_options()
2835 M_CP_INTOPT(allow_streamlocal_forwarding); in copy_set_server_options()
2836 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
2837 M_CP_INTOPT(disable_forwarding); in copy_set_server_options()
2838 M_CP_INTOPT(expose_userauth_info); in copy_set_server_options()
2839 M_CP_INTOPT(permit_tun); in copy_set_server_options()
2840 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()
2841 M_CP_INTOPT(fwd_opts.streamlocal_bind_unlink); in copy_set_server_options()
2842 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
2843 M_CP_INTOPT(x11_forwarding); in copy_set_server_options()
2844 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
2845 M_CP_INTOPT(permit_tty); in copy_set_server_options()
2846 M_CP_INTOPT(permit_user_rc); in copy_set_server_options()
2847 M_CP_INTOPT(max_sessions); in copy_set_server_options()
2848 M_CP_INTOPT(max_authtries); in copy_set_server_options()
2849 M_CP_INTOPT(client_alive_count_max); in copy_set_server_options()
2850 M_CP_INTOPT(client_alive_interval); in copy_set_server_options()
2851 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2852 M_CP_INTOPT(ip_qos_bulk); in copy_set_server_options()
2853 M_CP_INTOPT(rekey_limit); in copy_set_server_options()
2854 M_CP_INTOPT(rekey_interval); in copy_set_server_options()
2855 M_CP_INTOPT(log_level); in copy_set_server_options()
2856 M_CP_INTOPT(required_rsa_size); in copy_set_server_options()
2857 M_CP_INTOPT(unused_connection_timeout); in copy_set_server_options()
2858 M_CP_INTOPT(refuse_connection); in copy_set_server_options()
2919 #undef M_CP_INTOPT