OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_NEW
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
hostfile.h
18
HOST_OK,
HOST_NEW
, HOST_CHANGED, HOST_REVOKED, HOST_FOUND
auth2-hostbased.c
190
if (host_status ==
HOST_NEW
) {
sshconnect.c
792
if (options.check_host_ip && ip_status ==
HOST_NEW
) {
816
case
HOST_NEW
:
882
if (options.check_host_ip && ip_status ==
HOST_NEW
) {
945
if (ip_status ==
HOST_NEW
)
959
if (ip_status !=
HOST_NEW
)
[
all
...]
hostfile.c
365
* HOST_FOUND, otherwise
HOST_NEW
.
372
* 4. If no matching keys are found, then return
HOST_NEW
.
381
HostStatus end_return =
HOST_NEW
;
Completed in 31 milliseconds