Symbol: hash_datum
libexec/bootpd/hash.c
182
hash_datum *key)
libexec/bootpd/hash.c
210
hash_datum *key, hash_datum *element)
libexec/bootpd/hash.c
238
hash_datum *key, hash_freefp free_data)
libexec/bootpd/hash.c
298
hash_datum *
libexec/bootpd/hash.c
300
hash_datum *key)
libexec/bootpd/hash.c
320
hash_datum *
libexec/bootpd/hash.c
372
hash_datum *
libexec/bootpd/hash.h
104
hash_datum *data;
libexec/bootpd/hash.h
118
typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
libexec/bootpd/hash.h
119
typedef void (*hash_freefp)(hash_datum *);
libexec/bootpd/hash.h
128
hash_cmpfp, hash_datum *key);
libexec/bootpd/hash.h
131
hash_cmpfp, hash_datum *key,
libexec/bootpd/hash.h
132
hash_datum *element);
libexec/bootpd/hash.h
135
hash_cmpfp, hash_datum *key,
libexec/bootpd/hash.h
138
extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
libexec/bootpd/hash.h
139
hash_cmpfp, hash_datum *key);
libexec/bootpd/hash.h
141
extern hash_datum *hash_FirstEntry(hash_tbl *);
libexec/bootpd/hash.h
143
extern hash_datum *hash_NextEntry(hash_tbl *);
libexec/bootpd/readfile.c
1324
nullcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
1336
nmcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
1358
hwinscmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
1870
free_host(hash_datum *hmp)
libexec/bootpd/readfile.c
2007
hwlookcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
2027
iplookcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
231
boolean nmcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
248
free_host(hash_datum *);
libexec/bootpd/readfile.c
260
hwinscmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
266
nullcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
397
free_host((hash_datum *) hp);
libexec/bootpd/readfile.c
439
free_host((hash_datum *) hp);
libexec/bootpd/readfile.h
6
extern boolean hwlookcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.h
7
extern boolean iplookcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.h
8
extern boolean nmcmp(hash_datum *, hash_datum *);