Searched refs:hash_datum (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.sbin/bootp/common/
H A Dreadfile.h8 extern boolean hwlookcmp(hash_datum *, hash_datum *);
9 extern boolean iplookcmp(hash_datum *, hash_datum *);
10 extern boolean nmcmp(hash_datum *, hash_datum *);
H A Dhash.h45 * hash_datum *data1, *data2;
97 * Define "hash_datum" as a universal data type
99 typedef void hash_datum;
107 hash_datum *data;
121 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
122 typedef void (*hash_freefp)(hash_datum *);
131 hash_cmpfp, hash_datum *key);
134 hash_datum *key, hash_datum *elemen
98 typedef void hash_datum; typedef
[all...]
H A Dhash.c186 hash_datum *key)
215 hash_datum *key, hash_datum *element)
244 hash_datum *key, hash_freefp free_data)
305 hash_datum *
307 hash_datum *key)
328 hash_datum *
381 hash_datum *
H A Dreadfile.c228 boolean nmcmp(hash_datum *, hash_datum *);
245 free_host(hash_datum *);
257 hwinscmp(hash_datum *, hash_datum *);
263 nullcmp(hash_datum *, hash_datum *);
397 free_host((hash_datum *) hp);
439 free_host((hash_datum *) hp);
1334 nullcmp(hash_datum *d
[all...]

Completed in 160 milliseconds