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

  /src/external/mpl/bind/dist/bin/named/
controlconf.c 1195 const cfg_obj_t *inetcontrols = NULL; local
1209 (void)cfg_map_get(controls, "inet", &inetcontrols);
1210 if (inetcontrols == NULL) {
1214 for (element2 = cfg_list_first(inetcontrols);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 6286 const cfg_obj_t *inetcontrols; local
6317 inetcontrols = NULL;
6319 (void)cfg_map_get(controls, "inet", &inetcontrols);
6320 for (element2 = cfg_list_first(inetcontrols); element2 != NULL;

Completed in 64 milliseconds