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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
master.h 80 #define DNS_MASTERRAW_SOURCESERIALSET 0x02
  /src/external/mpl/bind/dist/tests/dns/
master_test.c 447 assert_true((header.flags & DNS_MASTERRAW_SOURCESERIALSET) != 0);
507 header.flags |= DNS_MASTERRAW_SOURCESERIALSET;
518 assert_true((header.flags & DNS_MASTERRAW_SOURCESERIALSET) != 0);
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
master.h 80 #define DNS_MASTERRAW_SOURCESERIALSET 0x02
  /src/external/mpl/bind/dist/bin/check/
named-checkzone.c 551 header.flags = DNS_MASTERRAW_SOURCESERIALSET;
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 4119 header.flags = DNS_MASTERRAW_SOURCESERIALSET;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 2632 rawdata->flags |= DNS_MASTERRAW_SOURCESERIALSET;
2709 if ((header->flags & DNS_MASTERRAW_SOURCESERIALSET) == 0) {
12163 rawdata.flags = DNS_MASTERRAW_SOURCESERIALSET;
  /src/external/mpl/bind/dist/lib/dns/
zone.c 2619 rawdata->flags |= DNS_MASTERRAW_SOURCESERIALSET;
2633 if ((header->flags & DNS_MASTERRAW_SOURCESERIALSET) == 0) {
12221 rawdata.flags = DNS_MASTERRAW_SOURCESERIALSET;

Completed in 34 milliseconds