Home
last modified time | relevance | path

Searched refs:HKF_MATCH_HOST (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhostfile.h81 #define HKF_MATCH_HOST (1) /* hostname matched */ macro
H A Dhostfile.c648 want = HKF_MATCH_HOST | (ip == NULL ? 0 : HKF_MATCH_IP); in hostfile_replace_entries()
666 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries()
822 lineinfo.match |= HKF_MATCH_HOST | in hostkeys_foreach_file()
H A Dclientloop.c2135 if ((l->match & HKF_MATCH_HOST) == 0) { in hostkeys_find()
2551 want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0); in client_input_hostkeys()
H A Dsshconnect.c787 if ((l->match & HKF_MATCH_HOST) != 0) in hostkeys_find_by_key_cb()