Symbol: fmt_multistate_int
crypto/openssh/readconf.c
3481
return fmt_multistate_int(val, multistate_addressfamily);
crypto/openssh/readconf.c
3483
return fmt_multistate_int(val, multistate_compression);
crypto/openssh/readconf.c
3486
return fmt_multistate_int(val, multistate_yesnoask);
crypto/openssh/readconf.c
3488
return fmt_multistate_int(val, multistate_strict_hostkey);
crypto/openssh/readconf.c
3490
return fmt_multistate_int(val, multistate_controlmaster);
crypto/openssh/readconf.c
3492
return fmt_multistate_int(val, multistate_tunnel);
crypto/openssh/readconf.c
3494
return fmt_multistate_int(val, multistate_requesttty);
crypto/openssh/readconf.c
3496
return fmt_multistate_int(val, multistate_sessiontype);
crypto/openssh/readconf.c
3498
return fmt_multistate_int(val, multistate_canonicalizehostname);
crypto/openssh/readconf.c
3500
return fmt_multistate_int(val, multistate_yesnoaskconfirm);
crypto/openssh/readconf.c
3502
return fmt_multistate_int(val, multistate_pubkey_auth);
crypto/openssh/servconf.c
3094
return fmt_multistate_int(val, multistate_addressfamily);
crypto/openssh/servconf.c
3096
return fmt_multistate_int(val, multistate_permitrootlogin);
crypto/openssh/servconf.c
3098
return fmt_multistate_int(val, multistate_gatewayports);
crypto/openssh/servconf.c
3100
return fmt_multistate_int(val, multistate_compression);
crypto/openssh/servconf.c
3102
return fmt_multistate_int(val, multistate_tcpfwd);
crypto/openssh/servconf.c
3104
return fmt_multistate_int(val, multistate_tcpfwd);
crypto/openssh/servconf.c
3106
return fmt_multistate_int(val, multistate_ignore_rhosts);