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

/freebsd-13-stable/libexec/bootpd/
H A Dreadfile.h7 extern boolean hwlookcmp(hash_datum *, hash_datum *);
8 extern boolean iplookcmp(hash_datum *, hash_datum *);
9 extern boolean nmcmp(hash_datum *, hash_datum *);
H A Dhash.h44 * hash_datum *data1, *data2;
96 * Define "hash_datum" as a universal data type
98 typedef void hash_datum;
106 hash_datum *data;
122 typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
123 typedef void (*hash_freefp)(hash_datum *);
132 hash_cmpfp, hash_datum *key);
135 hash_cmpfp, hash_datum *key,
136 hash_datum *elemen
97 typedef void hash_datum; typedef
[all...]
H A Dhash.c200 hash_datum *key;
232 hash_datum *key, *element;
264 hash_datum *key;
326 hash_datum *
331 hash_datum *key;
352 hash_datum *
406 hash_datum *
H A Dreadfile.c232 boolean nmcmp(hash_datum *, hash_datum *);
249 free_host(hash_datum *);
261 hwinscmp(hash_datum *, hash_datum *);
267 nullcmp(hash_datum *, hash_datum *);
401 free_host((hash_datum *) hp);
443 free_host((hash_datum *) hp);
1352 hash_datum *d
[all...]

Completed in 51 milliseconds