Lines Matching defs:ntatable
2053 dns_ntatable_t *ntatable = NULL;
2065 result = dns_view_getntatable(view, &ntatable);
2074 result = dns_ntatable_save(ntatable, fp);
2084 if (ntatable != NULL) {
2085 dns_ntatable_detach(&ntatable);
2106 dns_ntatable_t *ntatable = NULL;
2119 CHECK(dns_view_getntatable(view, &ntatable));
2186 (void)dns_ntatable_add(ntatable, ntaname, forced, 0, t);
2197 if (ntatable != NULL) {
2198 dns_ntatable_detach(&ntatable);