Symbol: multistate
crypto/openssh/readconf.c
1004
static const struct multistate multistate_flag[] = {
crypto/openssh/readconf.c
1011
static const struct multistate multistate_yesnoask[] = {
crypto/openssh/readconf.c
1019
static const struct multistate multistate_strict_hostkey[] = {
crypto/openssh/readconf.c
1029
static const struct multistate multistate_yesnoaskconfirm[] = {
crypto/openssh/readconf.c
1038
static const struct multistate multistate_addressfamily[] = {
crypto/openssh/readconf.c
1044
static const struct multistate multistate_controlmaster[] = {
crypto/openssh/readconf.c
1054
static const struct multistate multistate_tunnel[] = {
crypto/openssh/readconf.c
1063
static const struct multistate multistate_requesttty[] = {
crypto/openssh/readconf.c
1072
static const struct multistate multistate_sessiontype[] = {
crypto/openssh/readconf.c
1078
static const struct multistate multistate_canonicalizehostname[] = {
crypto/openssh/readconf.c
1086
static const struct multistate multistate_pubkey_auth[] = {
crypto/openssh/readconf.c
1095
static const struct multistate multistate_compression[] = {
crypto/openssh/readconf.c
1105
const struct multistate *multistate_ptr)
crypto/openssh/readconf.c
1150
const struct multistate *multistate_ptr;
crypto/openssh/readconf.c
3463
fmt_multistate_int(int val, const struct multistate *m)
crypto/openssh/servconf.c
1280
static const struct multistate multistate_flag[] = {
crypto/openssh/servconf.c
1285
static const struct multistate multistate_ignore_rhosts[] = {
crypto/openssh/servconf.c
1291
static const struct multistate multistate_addressfamily[] = {
crypto/openssh/servconf.c
1297
static const struct multistate multistate_permitrootlogin[] = {
crypto/openssh/servconf.c
1305
static const struct multistate multistate_compression[] = {
crypto/openssh/servconf.c
1313
static const struct multistate multistate_gatewayports[] = {
crypto/openssh/servconf.c
1319
static const struct multistate multistate_tcpfwd[] = {
crypto/openssh/servconf.c
1343
const struct multistate *multistate_ptr;
crypto/openssh/servconf.c
3076
fmt_multistate_int(int val, const struct multistate *m)