Searched refs:multistate_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.c857 const struct multistate *multistate_ptr; local
920 multistate_ptr = multistate_flag;
927 for (i = 0; multistate_ptr[i].key != NULL; i++) {
928 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
929 value = multistate_ptr[i].value;
1002 multistate_ptr = multistate_yesnoask;
1007 multistate_ptr = multistate_strict_hostkey;
1384 multistate_ptr = multistate_addressfamily;
1454 multistate_ptr = multistate_controlmaster;
1487 multistate_ptr
[all...]
H A Dservconf.c1232 const struct multistate *multistate_ptr; local
1353 multistate_ptr = multistate_addressfamily;
1360 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1361 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1362 value = multistate_ptr[i].value;
1419 multistate_ptr = multistate_permitrootlogin;
1425 multistate_ptr = multistate_flag;
1590 multistate_ptr = multistate_compression;
1622 multistate_ptr = multistate_gatewayports;
1653 multistate_ptr
[all...]

Completed in 109 milliseconds