Home
last modified time | relevance | path

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

/openbsd/usr.sbin/dhcpd/
H A Dmemory.c62 static struct hash_table *host_uid_hash; variable
112 if (!host_uid_hash) { in enter_host()
113 host_uid_hash = new_hash(); in enter_host()
116 hp = (struct host_decl *)hash_lookup(host_uid_hash, in enter_host()
134 add_hash(host_uid_hash, in enter_host()
152 return (struct host_decl *)hash_lookup(host_uid_hash, data, len); in find_hosts_by_uid()