Searched refs:hesiod_to_bind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/include/ |
| H A D | hesiod.h | 81 char *hesiod_to_bind(void *, const char *, const char *);
|
| /freebsd/lib/libc/net/ |
| H A D | hesiod.c | 143 hesiod_to_bind(void *context, const char *name, const char *type) in hesiod_to_bind() function 222 bindname = hesiod_to_bind(context, name, type); in hesiod_resolve() 484 bindname = hesiod_to_bind(context, name, type); in hes_to_bind()
|
| H A D | Makefile.inc | 176 hesiod.3 hesiod_to_bind.3 \
|
| /freebsd/usr.bin/hesinfo/ |
| H A D | hesinfo.c | 70 bindname = hesiod_to_bind(context, name, type); in main()
|