Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.c1000 struct multistate { struct
1004 static const struct multistate multistate_flag[] = { argument
1011 static const struct multistate multistate_yesnoask[] = {
1019 static const struct multistate multistate_strict_hostkey[] = {
1029 static const struct multistate multistate_yesnoaskconfirm[] = {
1038 static const struct multistate multistate_addressfamily[] = {
1044 static const struct multistate multistate_controlmaster[] = {
1054 static const struct multistate multistate_tunnel[] = {
1063 static const struct multistate multistate_requesttty[] = {
1072 static const struct multistate multistate_sessiontype[] = {
[all …]
H A Dservconf.c1276 struct multistate { struct
1280 static const struct multistate multistate_flag[] = { argument
1285 static const struct multistate multistate_ignore_rhosts[] = {
1291 static const struct multistate multistate_addressfamily[] = {
1297 static const struct multistate multistate_permitrootlogin[] = {
1305 static const struct multistate multistate_compression[] = {
1313 static const struct multistate multistate_gatewayports[] = {
1319 static const struct multistate multistate_tcpfwd[] = {
1343 const struct multistate *multistate_ptr; in process_server_config_line_depth()
3076 fmt_multistate_int(int val, const struct multistate *m) in fmt_multistate_int()