Searched refs:dns_name_towire (Results 1 - 25 of 34) sorted by relevance
12
/bind-9.6-ESV-R11/bin/tests/ |
H A D | compress_test.c | 120 RUNTIME_CHECK(dns_name_towire(name1, &cctx, &source) == ISC_R_SUCCESS); 127 RUNTIME_CHECK(dns_name_towire(name2, &cctx, &source) == ISC_R_SUCCESS); 128 RUNTIME_CHECK(dns_name_towire(name2, &cctx, &source) == ISC_R_SUCCESS); 129 RUNTIME_CHECK(dns_name_towire(name3, &cctx, &source) == ISC_R_SUCCESS);
|
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | minfo_14.c | 134 RETERR(dns_name_towire(&rmail, cctx, target)); 139 return (dns_name_towire(&rmail, cctx, target));
|
H A D | rp_17.c | 133 RETERR(dns_name_towire(&rmail, cctx, target)); 138 return (dns_name_towire(&rmail, cctx, target));
|
H A D | soa_6.c | 217 RETERR(dns_name_towire(&mname, cctx, target)); 221 RETERR(dns_name_towire(&rname, cctx, target));
|
H A D | cname_5.c | 101 return (dns_name_towire(&name, cctx, target));
|
H A D | dname_39.c | 101 return (dns_name_towire(&name, cctx, target));
|
H A D | mb_7.c | 100 return (dns_name_towire(&name, cctx, target));
|
H A D | md_3.c | 100 return (dns_name_towire(&name, cctx, target));
|
H A D | mf_4.c | 100 return (dns_name_towire(&name, cctx, target));
|
H A D | mg_8.c | 100 return (dns_name_towire(&name, cctx, target));
|
H A D | mr_9.c | 100 return (dns_name_towire(&name, cctx, target));
|
H A D | ns_2.c | 108 return (dns_name_towire(&name, cctx, target));
|
H A D | ptr_12.c | 110 return (dns_name_towire(&name, cctx, target));
|
H A D | afsdb_18.c | 144 return (dns_name_towire(&name, cctx, target));
|
H A D | mx_15.c | 160 return (dns_name_towire(&name, cctx, target));
|
H A D | nsec_47.c | 209 RETERR(dns_name_towire(&name, cctx, target));
|
H A D | nxt_30.c | 167 RETERR(dns_name_towire(&name, cctx, target));
|
H A D | rt_21.c | 140 return (dns_name_towire(&name, cctx, target));
|
H A D | rrsig_46.c | 331 RETERR(dns_name_towire(&name, cctx, target));
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | px_26.c | 174 RETERR(dns_name_towire(&name, cctx, target)); 182 return (dns_name_towire(&name, cctx, target));
|
H A D | kx_36.c | 127 return (dns_name_towire(&name, cctx, target));
|
H A D | nsap-ptr_23.c | 105 return (dns_name_towire(&name, cctx, target));
|
H A D | srv_33.c | 193 return (dns_name_towire(&name, cctx, target));
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | name.h | 718 dns_name_towire(const dns_name_t *name, dns_compress_t *cctx,
|
/bind-9.6-ESV-R11/lib/dns/rdata/ch_3/ |
H A D | a_1.c | 146 RETERR(dns_name_towire(&name, cctx, target));
|
Completed in 742 milliseconds
12