Searched defs:zone_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dzone.h54 } zone_t; typedef in typeref:struct:Zone
56 extern void zone_free (zone_t *zp);
57 extern void zone_freelist (zone_t **listp);
58 extern zone_t *zone_new (zone_t **zp, const char *zone, const char *dir, const char *file, const char *signed_ext, const zconf_t *cp);
60 extern zone_t *zone_add (zone_t **list, zone_t *new);
61 extern const zone_t *zone_search (const zone_t *lis
[all...]

Completed in 8 milliseconds