Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Dhash.c82 int hashno; in add_hash() local
89 hashno = do_hash(name, len, table->hash_count); in add_hash()
98 bp->next = table->buckets[hashno]; in add_hash()
100 table->buckets[hashno] = bp; in add_hash()
107 int hashno; in hash_lookup() local
115 hashno = do_hash(name, len, table->hash_count); in hash_lookup()
117 for (bp = table->buckets[hashno]; bp; bp = bp->next) in hash_lookup()