Home
last modified time | relevance | path

Searched refs:HKF_MATCH_IP (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
HDhostfile.h81 #define HKF_MATCH_IP (1<<1) /* address matched */ macro
HDhostfile.c652 want = HKF_MATCH_HOST | (ip == NULL ? 0 : HKF_MATCH_IP); in hostfile_replace_entries()
677 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) { in hostfile_replace_entries()
840 lineinfo.match |= HKF_MATCH_IP | in hostkeys_foreach_file()
HDclientloop.c2127 } else if ((l->match & HKF_MATCH_IP) == 0) { in hostkeys_find()
2537 want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0); in client_input_hostkeys()