Lines Matching defs:forwarders
229 const cfg_obj_t *forwarders = NULL;
232 (void)cfg_map_get(options, "forwarders", &forwarders);
234 if (forwarders != NULL && global != NULL) {
237 cfg_obj_log(forwarders, logctx, ISC_LOG_ERROR,
238 "forwarders declared in root zone and "
243 if (forward != NULL && forwarders == NULL) {
245 "no matching 'forwarders' statement");
1077 { "forwarders", MASTERZONE | SLAVEZONE | STUBZONE | FORWARDZONE },
1348 (void)cfg_map_get(voptions, "forwarders", &obj);
1353 (void)cfg_map_get(options, "forwarders", &obj);