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

/bind-9.11.3/lib/dns/
H A Dssu_external.c122 char b_type[DNS_RDATATYPE_FORMATSIZE]; local
174 dns_rdatatype_format(type, b_type, sizeof(b_type));
182 strlen(b_type) + 1 + /* Type */
206 isc_buffer_putstr(&buf, b_type);
H A Dsdlz.c1206 char b_type[DNS_RDATATYPE_FORMATSIZE]; local
1219 dns_rdatatype_format(type, b_type, sizeof(b_type));
1222 result = sdlz->dlzimp->methods->delrdataset(name, b_type,
1774 char b_type[DNS_RDATATYPE_FORMATSIZE]; local
1803 dns_rdatatype_format(type, b_type, sizeof(b_type));
1817 ret = imp->methods->ssumatch(b_signer, b_name, b_addr, b_type, b_key,

Completed in 16 milliseconds