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

/bind-9.11.3/bin/named/
H A Dcontrolconf.c1294 const cfg_obj_t *inetcontrols = NULL; local
1297 (void)cfg_map_get(controls, "inet", &inetcontrols);
1298 if (inetcontrols == NULL)
1301 for (element2 = cfg_list_first(inetcontrols);
/bind-9.11.3/lib/bind9/
H A Dcheck.c3557 const cfg_obj_t *inetcontrols; local
3583 inetcontrols = NULL;
3585 (void)cfg_map_get(controls, "inet", &inetcontrols);
3586 for (element2 = cfg_list_first(inetcontrols);

Completed in 22 milliseconds