Searched refs:frame (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | dnstap-read.c | 144 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 D | dnstap.h | 91 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
|
/bind-9.11.3/lib/dns/ |
H A D | dnstap.c | 960 d->frame = dnstap__dnstap__unpack(NULL, src->length, src->base); 961 if (d->frame == NULL) 964 if (d->frame->type != DNSTAP__DNSTAP__TYPE__MESSAGE) 967 m = d->frame->message; 1240 if (d->frame != NULL) 1241 dnstap__dnstap__free_unpacked(d->frame, NULL);
|
/bind-9.11.3/bin/tests/system/chain/ans4/ |
H A D | ans.py | 254 def sigterm(signum, frame):
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | config.guess | 193 .frame \$30,16,\$26,0
|
Completed in 26 milliseconds