Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-options.c668 #define OPTSCALAR(x) ret->x = orig->x in sshauthopt_copy() macro
669 OPTSCALAR(permit_port_forwarding_flag); in sshauthopt_copy()
670 OPTSCALAR(permit_agent_forwarding_flag); in sshauthopt_copy()
671 OPTSCALAR(permit_x11_forwarding_flag); in sshauthopt_copy()
672 OPTSCALAR(permit_pty_flag); in sshauthopt_copy()
673 OPTSCALAR(permit_user_rc); in sshauthopt_copy()
674 OPTSCALAR(restricted); in sshauthopt_copy()
675 OPTSCALAR(cert_authority); in sshauthopt_copy()
676 OPTSCALAR(force_tun_device); in sshauthopt_copy()
677 OPTSCALAR(valid_before); in sshauthopt_copy()
[all …]