Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dhostfile.c537 u_int *match_keys; /* mask of HKF_MATCH_* for this key */ member
560 ctx->match_keys[i] |= l->match; in host_delete()
607 if ((ctx.match_keys = calloc(nkeys, sizeof(*ctx.match_keys))) == NULL) in hostfile_replace_entries()
647 if (keys[i] == NULL || (want & ctx.match_keys[i]) == want) in hostfile_replace_entries()
656 if (ctx.match_keys[i] == 0) { in hostfile_replace_entries()
663 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries()
670 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) { in hostfile_replace_entries()
725 free(ctx.match_keys); in hostfile_replace_entries()