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

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c1228 const cfg_obj_t *inetcontrols = NULL; local
1231 (void)cfg_map_get(controls, "inet", &inetcontrols);
1232 if (inetcontrols == NULL)
1235 for (element2 = cfg_list_first(inetcontrols);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c2658 const cfg_obj_t *inetcontrols; local
2684 inetcontrols = NULL;
2686 (void)cfg_map_get(controls, "inet", &inetcontrols);
2687 for (element2 = cfg_list_first(inetcontrols);

Completed in 53 milliseconds