OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HKF_MATCH_HOST
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
hostfile.h
81
#define
HKF_MATCH_HOST
(1) /* hostname matched */
hostfile.c
677
want =
HKF_MATCH_HOST
| (ip == NULL ? 0 : HKF_MATCH_IP);
695
} else if ((want & ~ctx.match_keys[i]) ==
HKF_MATCH_HOST
) {
859
lineinfo.match |=
HKF_MATCH_HOST
|
clientloop.c
2163
if ((l->match &
HKF_MATCH_HOST
) == 0) {
2580
want =
HKF_MATCH_HOST
| ( options.check_host_ip ? HKF_MATCH_IP : 0);
sshconnect.c
782
if ((l->match &
HKF_MATCH_HOST
) != 0)
Completed in 85 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026