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

  /src/external/mpl/bind/dist/lib/dns/
zone.c 18598 dns_rdatatype_t xfrtype; local
18648 xfrtype = dns_rdatatype_axfr;
18654 xfrtype = dns_rdatatype_axfr;
18660 xfrtype = dns_rdatatype_axfr;
18679 xfrtype = dns_rdatatype_soa;
18681 xfrtype = dns_rdatatype_axfr;
18687 xfrtype = dns_rdatatype_ixfr;
18734 if (xfrtype != dns_rdatatype_soa) {
18736 * If 'xfrtype' is dns_rdatatype_soa, then the SOA query will be
18751 dns_xfrin_create(zone, xfrtype, &primaryaddr, &sourceaddr
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 17990 dns_rdatatype_t xfrtype; local
18042 xfrtype = dns_rdatatype_axfr;
18048 xfrtype = dns_rdatatype_axfr;
18054 xfrtype = dns_rdatatype_axfr;
18073 xfrtype = dns_rdatatype_soa;
18075 xfrtype = dns_rdatatype_axfr;
18081 xfrtype = dns_rdatatype_ixfr;
18135 result = dns_xfrin_create(zone, xfrtype, &masteraddr, &sourceaddr, dscp,
18141 if (xfrtype == dns_rdatatype_axfr) {
18147 } else if (xfrtype == dns_rdatatype_ixfr)
    [all...]

Completed in 46 milliseconds