Searched defs:txt (Results 1 - 11 of 11) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | spf_99.h | 22 unsigned char *txt; member in struct:dns_rdata_spf
|
H A D | txt_16.h | 23 unsigned char *txt; member in struct:dns_rdata_txt
|
H A D | avc_258.c | 101 dns_rdata_avc_t *txt = source; local 104 REQUIRE(txt->common.rdtype == dns_rdatatype_avc);
|
H A D | smimea_53.c | 79 dns_rdata_txt_t *txt = target; local 84 txt->common.rdclass = rdata->rdclass; 85 txt->common.rdtype = rdata->type; 86 ISC_LINK_INIT(&txt->common, link); 93 dns_rdata_txt_t *txt = source; local 96 REQUIRE(txt->common.rdtype == dns_rdatatype_smimea);
|
H A D | spf_99.c | 105 dns_rdata_spf_t *txt = source; local 108 REQUIRE(txt->common.rdtype == dns_rdatatype_spf);
|
H A D | ninfo_56.c | 87 dns_rdata_ninfo_t *txt = target; local 91 txt->common.rdclass = rdata->rdclass; 92 txt->common.rdtype = rdata->type; 93 ISC_LINK_INIT(&txt->common, link);
|
H A D | tlsa_52.c | 9 /* rfc6698.txt */ 256 dns_rdata_txt_t *txt = target; local 261 txt->common.rdclass = rdata->rdclass; 262 txt->common.rdtype = rdata->type; 263 ISC_LINK_INIT(&txt->common, link); 270 dns_rdata_txt_t *txt = source; local 273 REQUIRE(txt->common.rdtype == dns_rdatatype_tlsa);
|
H A D | txt_16.c | 136 dns_rdata_txt_t *txt = source; local 141 REQUIRE(txt->common.rdtype == type); 142 REQUIRE(txt->common.rdclass == rdclass); 143 REQUIRE(txt->txt != NULL && txt->txt_len != 0); 148 region.base = txt->txt; 149 region.length = txt->txt_len; 158 return (mem_tobuffer(target, txt 163 dns_rdata_txt_t *txt = target; local 184 dns_rdata_txt_t *txt = source; local 206 dns_rdata_txt_t *txt = target; local 220 dns_rdata_txt_t *txt = source; local 281 generic_txt_first(dns_rdata_txt_t *txt) argument 294 generic_txt_next(dns_rdata_txt_t *txt) argument 313 generic_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument 334 dns_rdata_txt_first(dns_rdata_txt_t *txt) argument 343 dns_rdata_txt_next(dns_rdata_txt_t *txt) argument 352 dns_rdata_txt_current(dns_rdata_txt_t *txt, dns_rdata_txt_string_t *string) argument [all...] |
H A D | naptr_35.c | 27 txt_valid_regex(const unsigned char *txt) { argument 38 len = *txt++; 42 delim = *txt++; 57 c = *txt++; 84 c = *txt++;
|
/bind-9.11.3/lib/dns/rdata/in_1/ |
H A D | apl_42.c | 110 char txt[sizeof(" !64000:")]; local 133 n = snprintf(txt, sizeof(txt), "%s%s%u:", sep, 135 INSIST(n < (int)sizeof(txt)); 136 RETERR(str_totext(txt, target)); 157 n = snprintf(txt, sizeof(txt), "/%u", prefix); 158 INSIST(n < (int)sizeof(txt)); 159 RETERR(str_totext(txt, target));
|
/bind-9.11.3/lib/dns/ |
H A D | name.c | 2432 char *p, txt[DNS_NAME_FORMATSIZE]; local 2437 isc_buffer_init(&buf, txt, sizeof(txt));
|
Completed in 24 milliseconds