/bind-9.11.3/lib/dns/include/dns/ |
H A D | dnstap.h | 110 char typebuf[DNS_RDATATYPE_FORMATSIZE]; member in struct:dns_dtdata
|
/bind-9.11.3/lib/dns/ |
H A D | rootns.c | 267 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 279 dns_rdatatype_format(rdata->type, typebuf, sizeof(typebuf)); 289 sep, viewname, namebuf, typebuf, databuf); 294 "in hints", sep, viewname, namebuf, typebuf,
|
H A D | badcache.c | 393 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 424 dns_rdatatype_format(bad->type, typebuf, 425 sizeof(typebuf)); 430 namebuf, typebuf, t);
|
H A D | diff.c | 254 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 332 typebuf, 333 sizeof(typebuf)); 342 namebuf, typebuf, classbuf,
|
H A D | validator.c | 973 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 984 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); 986 namebuf, typebuf); 3950 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 3953 dns_rdatatype_format(val->event->type, typebuf, 3954 sizeof(typebuf)); 3957 namebuf, typebuf, msgbuf);
|
H A D | catz.c | 1846 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 1854 dns_rdatatype_format(rdataset.type, typebuf, 1855 sizeof(typebuf)); 1861 cname, classbuf, typebuf,
|
H A D | adb.c | 3529 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 3567 dns_rdatatype_format(li->qtype, typebuf, sizeof(typebuf)); 3568 fprintf(f, " %s [lame TTL %d]\n", typebuf,
|
H A D | resolver.c | 2931 char typebuf[64]; local 2995 dns_rdatatype_format(fctx->type, typebuf, sizeof(typebuf)); 3002 namebuf, typebuf, classbuf, addrbuf); 4236 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 4264 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); 4266 strlcat(buf, typebuf, sizeof(buf)); 4680 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 4685 dns_rdatatype_format(rdataset->type, typebuf, sizeo 5457 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 6245 char typebuf[64]; local 6316 char typebuf[64]; local 8319 char typebuf[64]; local 9346 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local [all...] |
H A D | zone.c | 2885 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 2914 typebuf, 2915 sizeof(typebuf)); 2920 ownerbuf, typebuf); 4839 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 4844 typebuf, sizeof(typebuf)); 4847 namebuf, typebuf, 17140 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 17159 dns_rdatatype_format(rdata->type, typebuf, sizeo [all...] |
/bind-9.11.3/bin/dig/ |
H A D | host.c | 312 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 325 typebuf, 326 sizeof(typebuf)); 328 "has %s record", typebuf);
|
H A D | dighost.c | 4005 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 4010 typebuf, 4011 sizeof(typebuf)); 4017 namestr, typebuf, classbuf);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 677 char typebuf[80]; local 696 type_format(rdataset->type, typebuf, sizeof(typebuf)); 698 "%s/%s\n", namebuf, typebuf); 1108 char typebuf[80]; local 1128 type_format(rdataset->type, typebuf, sizeof(typebuf)); 1129 fprintf(stderr, "No signatures for %s/%s\n", namebuf, typebuf); 1149 type_format(rdataset->type, typebuf, sizeof(typebuf)); [all...] |
/bind-9.11.3/bin/named/ |
H A D | statschannel.c | 1131 char typebuf[64]; local 1145 dns_rdatatype_format(DNS_RDATASTATSTYPE_BASE(type), typebuf, local 1146 sizeof(typebuf)); 1147 typestr = typebuf; 1196 char typebuf[64]; local 1216 dns_rdatatype_format(DNS_RDATASTATSTYPE_BASE(type), typebuf, local 1217 sizeof(typebuf)); 1218 typestr = typebuf;
|
H A D | update.c | 2797 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 2799 dns_rdatatype_format(rdata.type, typebuf, 2800 sizeof(typebuf)); 2803 typebuf); 2809 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 2811 dns_rdatatype_format(rdata.type, typebuf, 2812 sizeof(typebuf)); 2816 "ignored", typebuf);
|
H A D | client.c | 3802 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 3806 dns_rdatatype_format(type, typebuf, sizeof(typebuf)); 3808 (void)snprintf(buf, len, "%s '%s/%s/%s'", msg, namebuf, typebuf, 3856 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 3897 dns_rdatatype_format(rdataset->type, typebuf, 3898 sizeof(typebuf)); 3902 strlcpy(typebuf, "-", sizeof(typebuf)); 3908 client->message->id, namebuf, typebuf, classbu [all...] |
H A D | server.c | 13340 char typebuf[DNS_RDATATYPE_FORMATSIZE]; local 13345 typebuf, sizeof(typebuf)); 13347 "%s/%s", namebuf, typebuf);
|