Searched refs:hash_HashFunction (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/libexec/bootpd/
H A Dhash.h82 * A generalized hash function, hash_HashFunction(), is included
129 extern unsigned hash_HashFunction(u_char *str, u_int len);
H A Dhash.c173 hash_HashFunction(string, len)
170 hash_HashFunction(string, len) function
H A Dreadfile.c438 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype));
449 hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4);
459 hashcode = hash_HashFunction((u_char *) hp->hostname->string,
1454 hashcode = hash_HashFunction((u_char *) tstring, tlen);
H A Dbootpd.c686 hashcode = hash_HashFunction(bp->bp_chaddr, hlen);
699 hashcode = hash_HashFunction(dummyhost.haddr, hlen);
725 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4);
/freebsd-10.0-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c241 hashcode = hash_HashFunction((u_char *)argv[0], tlen);

Completed in 76 milliseconds