OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canonical_host_name
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
canohost.c
220
static char *
canonical_host_name
= NULL;
local
224
if (use_dns &&
canonical_host_name
!= NULL)
225
return
canonical_host_name
;
236
canonical_host_name
= host;
Completed in 1221 milliseconds