Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDreadconf.c651 struct multistate { struct
655 static const struct multistate multistate_flag[] = { argument
662 static const struct multistate multistate_yesnoask[] = {
670 static const struct multistate multistate_addressfamily[] = {
676 static const struct multistate multistate_controlmaster[] = {
686 static const struct multistate multistate_tunnel[] = {
695 static const struct multistate multistate_requesttty[] = {
704 static const struct multistate multistate_canonicalizehostname[] = {
730 const struct multistate *multistate_ptr; in process_config_line()
HDservconf.c820 struct multistate { struct
824 static const struct multistate multistate_addressfamily[] = { argument
830 static const struct multistate multistate_permitrootlogin[] = {
837 static const struct multistate multistate_compression[] = {
843 static const struct multistate multistate_gatewayports[] = {
849 static const struct multistate multistate_privsep[] = {
856 static const struct multistate multistate_tcpfwd[] = {
878 const struct multistate *multistate_ptr; in process_server_config_line()
1885 fmt_multistate_int(int val, const struct multistate *m) in fmt_multistate_int()
HDChangeLog1093 add multistate option partsing to readconf.c, similar to servconf.c's