Symbol: multistate
crypto/openssh/readconf.c
1003
static const struct multistate multistate_compression[] = {
crypto/openssh/readconf.c
1013
const struct multistate *multistate_ptr)
crypto/openssh/readconf.c
1057
const struct multistate *multistate_ptr;
crypto/openssh/readconf.c
3342
fmt_multistate_int(int val, const struct multistate *m)
crypto/openssh/readconf.c
912
static const struct multistate multistate_flag[] = {
crypto/openssh/readconf.c
919
static const struct multistate multistate_yesnoask[] = {
crypto/openssh/readconf.c
927
static const struct multistate multistate_strict_hostkey[] = {
crypto/openssh/readconf.c
937
static const struct multistate multistate_yesnoaskconfirm[] = {
crypto/openssh/readconf.c
946
static const struct multistate multistate_addressfamily[] = {
crypto/openssh/readconf.c
952
static const struct multistate multistate_controlmaster[] = {
crypto/openssh/readconf.c
962
static const struct multistate multistate_tunnel[] = {
crypto/openssh/readconf.c
971
static const struct multistate multistate_requesttty[] = {
crypto/openssh/readconf.c
980
static const struct multistate multistate_sessiontype[] = {
crypto/openssh/readconf.c
986
static const struct multistate multistate_canonicalizehostname[] = {
crypto/openssh/readconf.c
994
static const struct multistate multistate_pubkey_auth[] = {
crypto/openssh/servconf.c
1203
static const struct multistate multistate_flag[] = {
crypto/openssh/servconf.c
1208
static const struct multistate multistate_ignore_rhosts[] = {
crypto/openssh/servconf.c
1214
static const struct multistate multistate_addressfamily[] = {
crypto/openssh/servconf.c
1220
static const struct multistate multistate_permitrootlogin[] = {
crypto/openssh/servconf.c
1228
static const struct multistate multistate_compression[] = {
crypto/openssh/servconf.c
1236
static const struct multistate multistate_gatewayports[] = {
crypto/openssh/servconf.c
1242
static const struct multistate multistate_tcpfwd[] = {
crypto/openssh/servconf.c
1266
const struct multistate *multistate_ptr;
crypto/openssh/servconf.c
2983
fmt_multistate_int(int val, const struct multistate *m)