Symbol: hash_datum
libexec/bootpd/hash.c
177
hash_datum *key)
libexec/bootpd/hash.c
205
hash_datum *key, hash_datum *element)
libexec/bootpd/hash.c
233
hash_datum *key, hash_freefp free_data)
libexec/bootpd/hash.c
293
hash_datum *
libexec/bootpd/hash.c
295
hash_datum *key)
libexec/bootpd/hash.c
315
hash_datum *
libexec/bootpd/hash.c
367
hash_datum *
libexec/bootpd/hash.h
104
hash_datum *data;
libexec/bootpd/hash.h
120
typedef int (*hash_cmpfp)(hash_datum *, hash_datum *);
libexec/bootpd/hash.h
121
typedef void (*hash_freefp)(hash_datum *);
libexec/bootpd/hash.h
130
hash_cmpfp, hash_datum *key);
libexec/bootpd/hash.h
133
hash_cmpfp, hash_datum *key,
libexec/bootpd/hash.h
134
hash_datum *element);
libexec/bootpd/hash.h
137
hash_cmpfp, hash_datum *key,
libexec/bootpd/hash.h
140
extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
libexec/bootpd/hash.h
141
hash_cmpfp, hash_datum *key);
libexec/bootpd/hash.h
143
extern hash_datum *hash_FirstEntry(hash_tbl *);
libexec/bootpd/hash.h
145
extern hash_datum *hash_NextEntry(hash_tbl *);
libexec/bootpd/readfile.c
1314
nullcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
1326
nmcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
1348
hwinscmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
1860
free_host(hash_datum *hmp)
libexec/bootpd/readfile.c
1997
hwlookcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
2017
iplookcmp(hash_datum *d1, hash_datum *d2)
libexec/bootpd/readfile.c
220
boolean nmcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
237
free_host(hash_datum *);
libexec/bootpd/readfile.c
249
hwinscmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
255
nullcmp(hash_datum *, hash_datum *);
libexec/bootpd/readfile.c
386
free_host((hash_datum *) hp);
libexec/bootpd/readfile.c
428
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 *);