HomeSort by: relevance | last modified time | path
    Searched refs:DNSTAP_CONTENT_TYPE (Results 1 - 6 of 6) 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.
dtstream.c 1180 if(len == strlen(DNSTAP_CONTENT_TYPE) &&
1184 + 8, DNSTAP_CONTENT_TYPE, len) == 0) {
1918 dtio->cur_msg = fstrm_create_control_frame_start(DNSTAP_CONTENT_TYPE,
1937 dtio->cur_msg = fstrm_create_control_frame_ready(DNSTAP_CONTENT_TYPE,
unbound-dnstap-socket.c 835 DNSTAP_CONTENT_TYPE, &len);
865 DNSTAP_CONTENT_TYPE);
  /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) {
  /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);

Completed in 59 milliseconds