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

/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.c842 const struct multistate *multistate_ptr; local
959 multistate_ptr = multistate_addressfamily;
969 for (i = 0; multistate_ptr[i].key != NULL; i++) {
970 if (strcasecmp(arg, multistate_ptr[i].key) == 0) {
971 value = multistate_ptr[i].value;
1017 multistate_ptr = multistate_permitrootlogin;
1166 multistate_ptr = multistate_compression;
1171 multistate_ptr = multistate_gatewayports;
1202 multistate_ptr = multistate_tcpfwd;
1211 multistate_ptr
[all...]

Completed in 197 milliseconds