Searched defs:frame (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/tools/
H A Ddnstap-read.c144 Dnstap__Dnstap *frame = dt->frame; local
145 Dnstap__Message *m = frame->message;
151 frame->type);
162 if (frame->has_identity)
163 printf("identity: %.*s\n", (int) frame->identity.len,
164 frame->identity.data);
166 if (frame->has_version)
167 printf("version: %.*s\n", (int) frame->version.len,
168 frame
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Ddnstap.h91 Dnstap__Dnstap *frame; member in struct:dns_dtdata
265 * Converts a raw dnstap frame in 'src' to a parsed dnstap data structure
343 * Read a dnstap frame from the framstream reader in 'handle', storing
358 *\li #ISC_R_NOMORE at the end of the frame stream

Completed in 11 milliseconds