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

/external/openssh/
H A Dreadconf.c757 const struct multistate *multistate_ptr; local
817 multistate_ptr = multistate_flag;
824 for (i = 0; multistate_ptr[i].key != NULL; i++) {
825 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
826 value = multistate_ptr[i].value;
911 multistate_ptr = multistate_yesnoask;
916 multistate_ptr = multistate_yesnoask;
1263 multistate_ptr = multistate_addressfamily;
1303 multistate_ptr = multistate_controlmaster;
1336 multistate_ptr
[all...]
H A Dservconf.c970 const struct multistate *multistate_ptr; local
1084 multistate_ptr = multistate_addressfamily;
1091 for (i = 0; multistate_ptr[i].key != NULL; i++) {
1092 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
1093 value = multistate_ptr[i].value;
1150 multistate_ptr = multistate_permitrootlogin;
1312 multistate_ptr = multistate_compression;
1348 multistate_ptr = multistate_gatewayports;
1379 multistate_ptr = multistate_tcpfwd;
1384 multistate_ptr
[all...]

Completed in 155 milliseconds