Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.h9 extern boolean iplookcmp(hash_datum *, hash_datum *);
H A Dreadfile.c2023 iplookcmp(hash_datum *d1, hash_datum *d2) in iplookcmp() function
/netbsd-src/usr.sbin/bootp/bootpd/
H A Dbootpd.c695 hp = (struct host *) hash_Lookup(iphashtable, hashcode, iplookcmp, in handle_request()