Home
last modified time | relevance | path

Searched refs:hostbased_uses_name_from_packet_only (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/openssh/
HDservconf.h100 int hostbased_uses_name_from_packet_only; /* experimental */ member
HDauth2-hostbased.c173 if (options.hostbased_uses_name_from_packet_only) { in hostbased_key_allowed()
HDservconf.c105 options->hostbased_uses_name_from_packet_only = -1; in initialize_server_options()
236 if (options->hostbased_uses_name_from_packet_only == -1) in fill_default_server_options()
237 options->hostbased_uses_name_from_packet_only = 0; in fill_default_server_options()
1099 intptr = &options->hostbased_uses_name_from_packet_only; in process_server_config_line()
1809 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
2038 o->hostbased_uses_name_from_packet_only); in dump_config()