Searched refs:HKF_MATCH_HOST (Results 1 – 4 of 4) sorted by relevance
81 #define HKF_MATCH_HOST (1) /* hostname matched */ macro
648 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()
2135 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()
787 if ((l->match & HKF_MATCH_HOST) != 0) in hostkeys_find_by_key_cb()