Searched refs:dns_name_fromwire (Results 1 - 25 of 82) sorted by relevance

1234

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dtalink_58.c98 RETERR(dns_name_fromwire(&prev, source, dctx, options, target));
99 return (dns_name_fromwire(&next, source, dctx, options, target));
H A Dminfo_14.c108 RETERR(dns_name_fromwire(&rmail, source, dctx, options, target));
109 return (dns_name_fromwire(&email, source, dctx, options, target));
H A Drp_17.c109 RETERR(dns_name_fromwire(&rmail, source, dctx, options, target));
110 return (dns_name_fromwire(&email, source, dctx, options, target));
H A Dsoa_6.c175 RETERR(dns_name_fromwire(&mname, source, dctx, options, target));
176 RETERR(dns_name_fromwire(&rname, source, dctx, options, target));
H A Dcname_5.c79 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Ddname_39.c80 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dlp_107.c103 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dmb_7.c78 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dmd_3.c78 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dmf_4.c78 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dmg_8.c78 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dmr_9.c78 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dns_2.c89 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dnsec_47.c93 RETERR(dns_name_fromwire(&name, source, dctx, options, target));
H A Dptr_12.c91 return (dns_name_fromwire(&name, source, dctx, options, target));
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dtalink_58.c98 RETERR(dns_name_fromwire(&prev, source, dctx, options, target));
99 return (dns_name_fromwire(&next, source, dctx, options, target));
H A Dminfo_14.c108 RETERR(dns_name_fromwire(&rmail, source, dctx, options, target));
109 return (dns_name_fromwire(&email, source, dctx, options, target));
H A Drp_17.c109 RETERR(dns_name_fromwire(&rmail, source, dctx, options, target));
110 return (dns_name_fromwire(&email, source, dctx, options, target));
H A Dsoa_6.c175 RETERR(dns_name_fromwire(&mname, source, dctx, options, target));
176 RETERR(dns_name_fromwire(&rname, source, dctx, options, target));
H A Dns_2.c89 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dcname_5.c79 return (dns_name_fromwire(&name, source, dctx, options, target));
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dname_test.c148 RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0, &target) ==
150 RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0, &target) ==
152 RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0, &target) ==
154 RUNTIME_CHECK(dns_name_fromwire(&name, &source, dctx, 0, &target) ==
641 /* Benchmark dns_name_fromwire() implementation */
672 (void)dns_name_fromwire(&name, &source, &dctx, 0, &target);
708 printf("%u dns_name_fromwire() calls, %f seconds, %f calls/second\n",
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
H A Dpx_26.c141 RETERR(dns_name_fromwire(&name, source, dctx, options, target));
146 return (dns_name_fromwire(&name, source, dctx, options, target));
H A Dnsap-ptr_23.c83 return (dns_name_fromwire(&name, source, dctx, options, target));
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dpx_26.c141 RETERR(dns_name_fromwire(&name, source, dctx, options, target));
146 return (dns_name_fromwire(&name, source, dctx, options, target));

Completed in 136 milliseconds

1234