HomeSort by: relevance | last modified time | path
    Searched defs:inetcontrols (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
controlconf.c 1198 const cfg_obj_t *inetcontrols = NULL; local
1212 (void)cfg_map_get(controls, "inet", &inetcontrols);
1213 if (inetcontrols == NULL) {
1217 for (element2 = cfg_list_first(inetcontrols);
controlconf.c 1198 const cfg_obj_t *inetcontrols = NULL; local
1212 (void)cfg_map_get(controls, "inet", &inetcontrols);
1213 if (inetcontrols == NULL) {
1217 for (element2 = cfg_list_first(inetcontrols);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 6258 const cfg_obj_t *inetcontrols; local
6289 inetcontrols = NULL;
6291 (void)cfg_map_get(controls, "inet", &inetcontrols);
6292 for (element2 = cfg_list_first(inetcontrols); element2 != NULL;
check.c 6258 const cfg_obj_t *inetcontrols; local
6289 inetcontrols = NULL;
6291 (void)cfg_map_get(controls, "inet", &inetcontrols);
6292 for (element2 = cfg_list_first(inetcontrols); element2 != NULL;

Completed in 56 milliseconds