Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c990 struct multistate { struct
994 static const struct multistate multistate_flag[] = { argument
1001 static const struct multistate multistate_yesnoask[] = {
1009 static const struct multistate multistate_strict_hostkey[] = {
1019 static const struct multistate multistate_yesnoaskconfirm[] = {
1028 static const struct multistate multistate_addressfamily[] = {
1034 static const struct multistate multistate_controlmaster[] = {
1044 static const struct multistate multistate_tunnel[] = {
1053 static const struct multistate multistate_requesttty[] = {
1062 static const struct multistate multistate_sessiontype[] = {
[all …]
H A Dservconf.c1052 struct multistate { struct
1056 static const struct multistate multistate_flag[] = { argument
1061 static const struct multistate multistate_ignore_rhosts[] = {
1067 static const struct multistate multistate_addressfamily[] = {
1073 static const struct multistate multistate_permitrootlogin[] = {
1081 static const struct multistate multistate_compression[] = {
1089 static const struct multistate multistate_gatewayports[] = {
1095 static const struct multistate multistate_tcpfwd[] = {
1120 const struct multistate *multistate_ptr; in process_server_config_line_depth()
4034 fmt_multistate_int(int val, const struct multistate *m) in fmt_multistate_int()