HomeSort by: relevance | last modified time | path
    Searched defs:delete_host (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
mdb.c 263 delete_host (hd, 0);
494 isc_result_t delete_host (hd, commit) function
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 105 static void delete_host(void *context);
680 delete_host(host);
1029 delete_host(host);
1277 delete_host(host);
1342 delete_host(void *context) function
4042 // Get rid of the updates before calling delete_host, which will fail if update is not NULL.
  /src/crypto/external/bsd/openssh/dist/
ssh-keygen.c 1115 int delete_host; /* Delete host from known_hosts */ member in struct:known_hosts_ctx
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; local
3350 delete_host = 1
    [all...]

Completed in 21 milliseconds