Searched refs:DNSTAP_CONTENT_TYPE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/dnstap/
H A Ddnstap_fstrm.h113 #define DNSTAP_CONTENT_TYPE "protobuf:dnstap.Dnstap" macro
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.
H A Ddtstream.c1169 if(len == strlen(DNSTAP_CONTENT_TYPE) &&
1173 + 8, DNSTAP_CONTENT_TYPE, len) == 0) {
1876 dtio->cur_msg = fstrm_create_control_frame_start(DNSTAP_CONTENT_TYPE,
1895 dtio->cur_msg = fstrm_create_control_frame_ready(DNSTAP_CONTENT_TYPE,
H A Dunbound-dnstap-socket.c752 DNSTAP_CONTENT_TYPE, &len);
778 DNSTAP_CONTENT_TYPE);

Completed in 110 milliseconds