Home | History | Annotate | Download | only in dist

Lines Matching defs:delete_host

1115 	int delete_host;	/* Delete host from known_hosts */
1182 if (ctx->delete_host) {
1226 } else if (ctx->delete_host) {
1239 int delete_host, int hash_hosts)
1263 ctx.delete_host = delete_host;
1269 if (!find_host && (hash_hosts || delete_host)) {
1308 } else if (delete_host && !ctx.found_key) {
3282 int find_host = 0, delete_host = 0, hash_hosts = 0;
3350 delete_host = 1;
3631 if (print_fingerprint && (delete_host || hash_hosts)) {
3664 if (delete_host || hash_hosts || find_host) {
3666 delete_host, hash_hosts);