Searched defs:ztype (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/named/
H A Dconfig.c414 dns_zonetype_t ztype = dns_zone_none; local
419 ztype = dns_zone_master;
421 ztype = dns_zone_slave;
423 ztype = dns_zone_stub;
425 ztype = dns_zone_staticstub;
427 ztype = dns_zone_redirect;
430 return (ztype);
H A Dzoneconf.c740 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps, argument
746 switch (ztype) {
781 dns_zonetype_t ztype; local
838 ztype = zonetype_fromconfig(zoptions);
840 dns_zone_settype(raw, ztype);
843 dns_zone_settype(zone, ztype);
900 if (ztype == dns_zone_master && cpval == default_dbtype &&
909 if (ztype == dns_zone_slave)
1003 if (ztype == dns_zone_slave)
1090 if (ztype !
1755 dns_zonetype_t ztype; local
[all...]
H A Dstatschannel.c80 dns_zonetype_t ztype; local
105 ztype = dns_zone_gettype(zone);
106 for (tp = typemap; tp->string != NULL && tp->type != ztype; tp++)
1415 const char *ztype; local
1436 ztype = user_zonetype(zone);
1437 if (ztype != NULL)
1438 TRY0(xmlTextWriterWriteString(writer, ISC_XMLCHAR ztype));
2136 addzone(char *name, char *classname, const char *ztype, argument
2150 if (ztype != NULL)
2152 json_object_new_string(ztype));
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c1792 unsigned int ztype; local
1864 ztype = CFG_ZONE_MASTER;
1866 ztype = CFG_ZONE_SLAVE;
1868 ztype = CFG_ZONE_STUB;
1870 ztype = CFG_ZONE_STATICSTUB;
1872 ztype = CFG_ZONE_FORWARD;
1874 ztype = CFG_ZONE_HINT;
1876 ztype = CFG_ZONE_DELEGATION;
1878 ztype = CFG_ZONE_REDIRECT;
1886 if (ztype
[all...]
/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c3899 cfg_clause_validforzone(const char *name, unsigned int ztype) { argument
3904 if ((clause->flags & ztype) == 0 ||
3912 if ((clause->flags & ztype) == 0 ||

Completed in 42 milliseconds