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

  /src/external/bsd/unbound/dist/dnstap/
dnstap_fstrm.h 113 #define DNSTAP_CONTENT_TYPE "protobuf:dnstap.Dnstap"
118 * eg. use the constant DNSTAP_CONTENT_TYPE, which is defined as
133 * eg. use the constant DNSTAP_CONTENT_TYPE, which is defined as
160 * for dnstap streams use DNSTAP_CONTENT_TYPE.
  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 65 #define DNSTAP_CONTENT_TYPE "protobuf:dnstap.Dnstap"
559 DNSTAP_CONTENT_TYPE, sizeof(DNSTAP_CONTENT_TYPE) - 1);
  /src/external/mpl/bind/dist/lib/dns/
dnstap.c 87 #define DNSTAP_CONTENT_TYPE "protobuf:dnstap.Dnstap"
174 fwopt, DNSTAP_CONTENT_TYPE, sizeof(DNSTAP_CONTENT_TYPE) - 1);
293 fwopt, DNSTAP_CONTENT_TYPE, sizeof(DNSTAP_CONTENT_TYPE) - 1);
896 size_t dlen = strlen(DNSTAP_CONTENT_TYPE), rlen = 0;
919 if (memcmp(DNSTAP_CONTENT_TYPE, rtype, dlen) == 0) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnstap.c 89 #define DNSTAP_CONTENT_TYPE "protobuf:dnstap.Dnstap"
183 fwopt, DNSTAP_CONTENT_TYPE, sizeof(DNSTAP_CONTENT_TYPE) - 1);
304 fwopt, DNSTAP_CONTENT_TYPE, sizeof(DNSTAP_CONTENT_TYPE) - 1);
922 size_t dlen = strlen(DNSTAP_CONTENT_TYPE), rlen = 0;
945 if (memcmp(DNSTAP_CONTENT_TYPE, rtype, dlen) == 0) {

Completed in 29 milliseconds