Symbol: fmt_multistate_int
crypto/openssh/readconf.c
3590
return fmt_multistate_int(val, multistate_addressfamily);
crypto/openssh/readconf.c
3592
return fmt_multistate_int(val, multistate_compression);
crypto/openssh/readconf.c
3595
return fmt_multistate_int(val, multistate_yesnoask);
crypto/openssh/readconf.c
3597
return fmt_multistate_int(val, multistate_strict_hostkey);
crypto/openssh/readconf.c
3599
return fmt_multistate_int(val, multistate_controlmaster);
crypto/openssh/readconf.c
3601
return fmt_multistate_int(val, multistate_tunnel);
crypto/openssh/readconf.c
3603
return fmt_multistate_int(val, multistate_requesttty);
crypto/openssh/readconf.c
3605
return fmt_multistate_int(val, multistate_sessiontype);
crypto/openssh/readconf.c
3607
return fmt_multistate_int(val, multistate_canonicalizehostname);
crypto/openssh/readconf.c
3609
return fmt_multistate_int(val, multistate_yesnoaskconfirm);
crypto/openssh/readconf.c
3611
return fmt_multistate_int(val, multistate_pubkey_auth);
crypto/openssh/servconf.c
4052
return fmt_multistate_int(val, multistate_addressfamily);
crypto/openssh/servconf.c
4054
return fmt_multistate_int(val, multistate_permitrootlogin);
crypto/openssh/servconf.c
4056
return fmt_multistate_int(val, multistate_gatewayports);
crypto/openssh/servconf.c
4058
return fmt_multistate_int(val, multistate_compression);
crypto/openssh/servconf.c
4060
return fmt_multistate_int(val, multistate_tcpfwd);
crypto/openssh/servconf.c
4062
return fmt_multistate_int(val, multistate_tcpfwd);
crypto/openssh/servconf.c
4064
return fmt_multistate_int(val, multistate_ignore_rhosts);