Searched refs:delete_host (Results 1 – 3 of 3) sorted by relevance
1165 int delete_host; /* Delete host from known_hosts */ member1231 if (ctx->delete_host) { in known_hosts_find_delete()1276 } else if (ctx->delete_host) { in known_hosts_find_delete()1289 int delete_host, int hash_hosts) in do_known_hosts() argument1310 ctx.delete_host = delete_host; in do_known_hosts()1316 if (!find_host && (hash_hosts || delete_host)) { in do_known_hosts()1354 } else if (delete_host && !ctx.found_key) { in do_known_hosts()3088 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local3159 delete_host = 1; in main()3411 if (print_fingerprint && (delete_host || hash_hosts)) { in main()[all …]
622 def delete_host(id): function
1268 rpc_interface.delete_host(id=host1.id)