Lines Matching refs:M_CP_INTOPT
1478 #define M_CP_INTOPT(n) do {\ macro
1506 M_CP_INTOPT(password_authentication); in copy_set_server_options()
1507 M_CP_INTOPT(gss_authentication); in copy_set_server_options()
1508 M_CP_INTOPT(rsa_authentication); in copy_set_server_options()
1509 M_CP_INTOPT(pubkey_authentication); in copy_set_server_options()
1510 M_CP_INTOPT(kerberos_authentication); in copy_set_server_options()
1511 M_CP_INTOPT(hostbased_authentication); in copy_set_server_options()
1512 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
1513 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
1514 M_CP_INTOPT(zero_knowledge_password_authentication); in copy_set_server_options()
1515 M_CP_INTOPT(permit_root_login); in copy_set_server_options()
1516 M_CP_INTOPT(permit_empty_passwd); in copy_set_server_options()
1518 M_CP_INTOPT(allow_tcp_forwarding); in copy_set_server_options()
1519 M_CP_INTOPT(allow_agent_forwarding); in copy_set_server_options()
1520 M_CP_INTOPT(permit_tun); in copy_set_server_options()
1521 M_CP_INTOPT(gateway_ports); in copy_set_server_options()
1522 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
1523 M_CP_INTOPT(x11_forwarding); in copy_set_server_options()
1524 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
1525 M_CP_INTOPT(max_sessions); in copy_set_server_options()
1526 M_CP_INTOPT(max_authtries); in copy_set_server_options()
1527 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
1528 M_CP_INTOPT(ip_qos_bulk); in copy_set_server_options()
1544 #undef M_CP_INTOPT