Searched refs:hash_HashFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/libexec/bootpd/ |
| H A D | hash.h | 128 extern unsigned hash_HashFunction(u_char *str, u_int len);
|
| H A D | bootpd.c | 683 hashcode = hash_HashFunction(bp->bp_chaddr, hlen); in handle_request() 696 hashcode = hash_HashFunction(dummyhost.haddr, hlen); in handle_request() 722 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4); in handle_request()
|
| H A D | readfile.c | 427 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype)); 438 hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4); 448 hashcode = hash_HashFunction((u_char *) hp->hostname->string, 1434 hashcode = hash_HashFunction((u_char *) tstring, tlen);
|
| H A D | hash.c | 163 hash_HashFunction(string, len) in hash_HashFunction() function
|
| /freebsd-13.1/libexec/bootpd/tools/bootpef/ |
| H A D | bootpef.c | 230 hashcode = hash_HashFunction((u_char *)argv[0], tlen);
|