Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h164 int lookup_client_hostnames; member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c152 options->lookup_client_hostnames = -1; in initialize_server_options()
382 if (options->lookup_client_hostnames == -1) in fill_default_server_options()
383 options->lookup_client_hostnames = 1; in fill_default_server_options()
1295 intptr = &options->lookup_client_hostnames; in process_server_config_line()
H A Dsshd.c1020 utmp_len = options.lookup_client_hostnames ? utmp_len : 0; in main()