Lines Matching refs:M_CP_INTOPT

1978 #define M_CP_INTOPT(n) do {\  in copy_set_server_options()  macro
1983 M_CP_INTOPT(password_authentication); in copy_set_server_options()
1984 M_CP_INTOPT(gss_authentication); in copy_set_server_options()
1985 M_CP_INTOPT(pubkey_authentication); in copy_set_server_options()
1986 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
1987 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()
1988 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
1989 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
1990 M_CP_INTOPT(permit_root_login); in copy_set_server_options()
1991 M_CP_INTOPT(permit_empty_passwd); in copy_set_server_options()
1993 M_CP_INTOPT(allow_tcp_forwarding); in copy_set_server_options()
1994 M_CP_INTOPT(allow_streamlocal_forwarding); in copy_set_server_options()
1995 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
1996 M_CP_INTOPT(disable_forwarding); in copy_set_server_options()
1997 M_CP_INTOPT(permit_tun); in copy_set_server_options()
1998 M_CP_INTOPT(fwd_opts.gateway_ports); in copy_set_server_options()
1999 M_CP_INTOPT(fwd_opts.streamlocal_bind_unlink); in copy_set_server_options()
2000 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
2001 M_CP_INTOPT(x11_forwarding); in copy_set_server_options()
2002 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
2003 M_CP_INTOPT(permit_tty); in copy_set_server_options()
2004 M_CP_INTOPT(permit_user_rc); in copy_set_server_options()
2005 M_CP_INTOPT(max_sessions); in copy_set_server_options()
2006 M_CP_INTOPT(max_authtries); in copy_set_server_options()
2007 M_CP_INTOPT(client_alive_count_max); in copy_set_server_options()
2008 M_CP_INTOPT(client_alive_interval); in copy_set_server_options()
2009 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2010 M_CP_INTOPT(ip_qos_bulk); in copy_set_server_options()
2011 M_CP_INTOPT(rekey_limit); in copy_set_server_options()
2012 M_CP_INTOPT(rekey_interval); in copy_set_server_options()
2064 #undef M_CP_INTOPT