Searched refs:forwardtype (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dserver.c287 const cfg_obj_t *forwarders, const cfg_obj_t *forwardtype);
1558 const cfg_obj_t *forwardtype; local
2233 forwardtype = NULL;
2235 (void)ns_config_get(maps, "forward", &forwardtype);
2239 forwarders, forwardtype));
3034 const cfg_obj_t *forwarders, const cfg_obj_t *forwardtype)
3090 if (forwardtype != NULL)
3096 if (forwardtype == NULL)
3099 const char *forwardstr = cfg_obj_asstring(forwardtype);
3239 const cfg_obj_t *forwardtype local
3033 configure_forward(const cfg_obj_t *config, dns_view_t *view, dns_name_t *origin, const cfg_obj_t *forwarders, const cfg_obj_t *forwardtype) argument
[all...]

Completed in 131 milliseconds