Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dhash.c82 hashtblptr->bucketnum = 0; in hash_Init()
129 hashtable->bucketnum = 0; in hash_Reset()
333 bucket = hashtable->bucketnum + 1; in hash_NextEntry()
346 hashtable->bucketnum = 0; in hash_NextEntry()
356 hashtable->bucketnum = bucket; in hash_NextEntry()
370 hashtable->bucketnum = 0; in hash_FirstEntry()
H A Dhash.h108 unsigned size, bucketnum; member
113 unsigned size, bucketnum; member