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

/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dcontrolconf.c1225 const cfg_obj_t *inetcontrols = NULL; local
1228 (void)cfg_map_get(controls, "inet", &inetcontrols);
1229 if (inetcontrols == NULL)
1232 for (element2 = cfg_list_first(inetcontrols);
/macosx-10.10.1/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c2502 const cfg_obj_t *inetcontrols; local
2528 inetcontrols = NULL;
2530 (void)cfg_map_get(controls, "inet", &inetcontrols);
2531 for (element2 = cfg_list_first(inetcontrols);

Completed in 191 milliseconds