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

  /src/external/mpl/bind/dist/bin/check/
named-checkconf.c 231 const char *ztype = cfg_obj_asstring(typeobj); local
232 printf("%s %s %s %s\n", zname, zclass, view, ztype);
  /src/external/mpl/bind/dist/bin/named/
config.c 494 dns_zonetype_t ztype = dns_zone_none; local
499 ztype = dns_zone_primary;
503 ztype = dns_zone_secondary;
505 ztype = dns_zone_mirror;
507 ztype = dns_zone_stub;
509 ztype = dns_zone_staticstub;
511 ztype = dns_zone_redirect;
515 return ztype;
zoneconf.c 735 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps,
739 switch (ztype) {
831 process_notifytype(dns_notifytype_t ntype, dns_zonetype_t ztype,
839 if (ztype != dns_zone_mirror || ntype != dns_notifytype_yes) {
884 dns_zonetype_t ztype; local
945 ztype = zonetype_fromconfig(zoptions);
947 dns_zone_settype(raw, ztype);
950 dns_zone_settype(zone, ztype);
1009 if (ztype == dns_zone_primary && cpval == default_dbtype &&
1018 if (ztype == dns_zone_secondary || ztype == dns_zone_mirror)
1967 dns_zonetype_t ztype; local
    [all...]
statschannel.c 105 dns_zonetype_t ztype; local
131 ztype = dns_zone_gettype(zone);
132 for (tp = typemap; tp->string != NULL && tp->type != ztype; tp++) {
1285 const char *ztype; local
1308 ztype = user_zonetype(zone);
1309 if (ztype != NULL) {
1310 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR ztype));
1459 const char *ztype; local
1521 ztype = user_zonetype(zone);
1522 if (ztype != NULL)
    [all...]
  /src/external/bsd/unbound/dist/services/
localzone.c 1077 enum localzone_type ztype = z->type; local
1090 ztype, rr_class))) {
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 3356 unsigned int ztype; local
3409 ztype = CFG_ZONE_INVIEW;
3423 ztype = CFG_ZONE_PRIMARY;
3427 ztype = CFG_ZONE_SECONDARY;
3429 ztype = CFG_ZONE_MIRROR;
3431 ztype = CFG_ZONE_STUB;
3433 ztype = CFG_ZONE_STATICSTUB;
3435 ztype = CFG_ZONE_FORWARD;
3437 ztype = CFG_ZONE_HINT;
3439 ztype = CFG_ZONE_REDIRECT
    [all...]

Completed in 34 milliseconds