Home
last modified time | relevance | path

Searched refs:OPT_FLAG (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dauth-options.c858 #define OPT_FLAG(x) \ in sshauthopt_deserialise() macro
864 OPT_FLAG(permit_port_forwarding_flag); in sshauthopt_deserialise()
865 OPT_FLAG(permit_agent_forwarding_flag); in sshauthopt_deserialise()
866 OPT_FLAG(permit_x11_forwarding_flag); in sshauthopt_deserialise()
867 OPT_FLAG(permit_pty_flag); in sshauthopt_deserialise()
868 OPT_FLAG(permit_user_rc); in sshauthopt_deserialise()
869 OPT_FLAG(restricted); in sshauthopt_deserialise()
870 OPT_FLAG(cert_authority); in sshauthopt_deserialise()
871 OPT_FLAG(no_require_user_presence); in sshauthopt_deserialise()
872 OPT_FLAG(require_verify); in sshauthopt_deserialise()
[all …]