Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dreadconf.c1026 return multistate_ptr[i].value; in parse_multistate_value()
1060 const struct multistate *multistate_ptr; in process_config_line_depth() local
1157 multistate_ptr = multistate_flag; in process_config_line_depth()
1160 value = multistate_ptr[i].value; in process_config_line_depth()
1179 multistate_ptr = multistate_flag; in process_config_line_depth()
1183 multistate_ptr)) == -1) { in process_config_line_depth()
1221 multistate_ptr = multistate_pubkey_auth; in process_config_line_depth()
1247 multistate_ptr = multistate_yesnoask; in process_config_line_depth()
1945 multistate_ptr = multistate_tunnel; in process_config_line_depth()
2082 multistate_ptr = multistate_requesttty; in process_config_line_depth()
[all …]
H A Dservconf.c1323 const struct multistate *multistate_ptr; in process_server_config_line_depth() local
1464 multistate_ptr = multistate_addressfamily; in process_server_config_line_depth()
1471 for (i = 0; multistate_ptr[i].key != NULL; i++) { in process_server_config_line_depth()
1473 value = multistate_ptr[i].value; in process_server_config_line_depth()
1536 multistate_ptr = multistate_permitrootlogin; in process_server_config_line_depth()
1541 multistate_ptr = multistate_ignore_rhosts; in process_server_config_line_depth()
1547 multistate_ptr = multistate_flag; in process_server_config_line_depth()
1730 multistate_ptr = multistate_compression; in process_server_config_line_depth()
1763 multistate_ptr = multistate_gatewayports; in process_server_config_line_depth()
1826 multistate_ptr = multistate_tcpfwd; in process_server_config_line_depth()
[all …]