Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h135 int hostbased_uses_name_from_packet_only; /* experimental */ member
H A Dauth2-hostbased.c193 if (options.hostbased_uses_name_from_packet_only) { in hostbased_key_allowed()
H A Dservconf.c123 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()
1586 intptr = &options->hostbased_uses_name_from_packet_only; in process_server_config_line_depth()
2973 M_CP_INTOPT(hostbased_uses_name_from_packet_only); in copy_set_server_options()
3297 o->hostbased_uses_name_from_packet_only); in dump_config()