Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dhash.h127 extern unsigned hash_HashFunction(u_char *str, u_int len);
H A Dreadfile.c431 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype)); in readtab()
442 hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4); in readtab()
452 hashcode = hash_HashFunction((u_char *) hp->hostname->string, in readtab()
1420 hashcode = hash_HashFunction((u_char *) tstring, tlen); in fill_defaults()
H A Dhash.c161 hash_HashFunction(unsigned char *string, unsigned int len) in hash_HashFunction() function
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c655 hashcode = hash_HashFunction(bp->bp_chaddr, hlen); in handle_request()
668 hashcode = hash_HashFunction(dummyhost.haddr, hlen); in handle_request()
694 hashcode = hash_HashFunction((u_char *) &(bp->bp_ciaddr.s_addr), 4); in handle_request()
/netbsd-src/usr.sbin/bootp/bootpef/
H A Dbootpef.c234 hashcode = hash_HashFunction((u_char *)argv[0], tlen); in main()