Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h121 int hostbased_uses_name_from_packet_only; /* experimental */ member
Dauth2-hostbased.c194 if (options.hostbased_uses_name_from_packet_only) { in hostbased_key_allowed()
Dservconf.c129 options->hostbased_uses_name_from_packet_only = -1; in initialize_server_options()
366 if (options->hostbased_uses_name_from_packet_only == -1) in fill_default_server_options()
367 options->hostbased_uses_name_from_packet_only = 0; in fill_default_server_options()
1489 intptr = &options->hostbased_uses_name_from_packet_only; in process_server_config_line_depth()
2497 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
2795 o->hostbased_uses_name_from_packet_only); in dump_config()