Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dhostfile.c544 u_int *match_keys; /* mask of HKF_MATCH_* for this key */ member
567 ctx->match_keys[i] |= l->match; in host_delete()
614 if ((ctx.match_keys = calloc(nkeys, sizeof(*ctx.match_keys))) == NULL) in hostfile_replace_entries()
654 if (keys[i] == NULL || (want & ctx.match_keys[i]) == want) in hostfile_replace_entries()
663 if (ctx.match_keys[i] == 0) { in hostfile_replace_entries()
670 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries()
677 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) { in hostfile_replace_entries()
732 free(ctx.match_keys); in hostfile_replace_entries()