Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dauth-options.c663 #define OPTSCALAR(x) ret->x = orig->x in sshauthopt_copy() macro
664 OPTSCALAR(permit_port_forwarding_flag); in sshauthopt_copy()
665 OPTSCALAR(permit_agent_forwarding_flag); in sshauthopt_copy()
666 OPTSCALAR(permit_x11_forwarding_flag); in sshauthopt_copy()
667 OPTSCALAR(permit_pty_flag); in sshauthopt_copy()
668 OPTSCALAR(permit_user_rc); in sshauthopt_copy()
669 OPTSCALAR(restricted); in sshauthopt_copy()
670 OPTSCALAR(cert_authority); in sshauthopt_copy()
671 OPTSCALAR(force_tun_device); in sshauthopt_copy()
672 OPTSCALAR(valid_before); in sshauthopt_copy()
[all …]