Searched refs:rdtype (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/
H A Drdatastructpre.h33 dns_rdatatype_t rdtype; member in struct:dns_rdatacommon
39 (_data)->common.rdtype = (_rdtype); \
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dorder.h48 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass,
66 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass);
H A Drdatatype.h66 dns_rdatatype_format(dns_rdatatype_t rdtype,
69 * Format a human-readable representation of the type 'rdtype'
H A Drdataslab.h94 dns_rdataclass_t rdclass, dns_rdatatype_t rdtype,
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dorder.c40 dns_rdatatype_t rdtype; member in struct:dns_order_ent
84 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass,
101 ent->rdtype = rdtype;
119 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass)
127 if (ent->rdtype != rdtype && ent->rdtype != dns_rdatatype_any)
83 dns_order_add(dns_order_t *order, dns_name_t *name, dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, unsigned int mode) argument
118 dns_order_find(dns_order_t *order, dns_name_t *name, dns_rdatatype_t rdtype, dns_rdataclass_t rdclass) argument
H A Dstats.c54 /* For 0-255, we use the rdtype value as counter indices */
220 dns_rdatatype_t rdtype; local
226 rdtype = DNS_RDATASTATSTYPE_BASE(rrsettype);
227 if (rdtype == dns_rdatatype_dlv)
229 else if (rdtype > dns_rdatatype_any)
232 counter = (int)rdtype;
286 dns_rdatatype_t rdtype = dns_rdatatype_none; /* sentinel */ local
293 rdtype = dns_rdatatype_dlv;
295 rdtype = (dns_rdatatype_t)rdcounter;
297 type = DNS_RDATASTATSTYPE_VALUE((dns_rdatastatstype_t)rdtype,
[all...]
H A Dkeydata.c39 dnskey->common.rdtype = dns_rdatatype_dnskey;
68 keydata->common.rdtype = dns_rdatatype_keydata;
/macosx-10.10/bind9-45.101/bind9/bin/dig/
H A Dhost.c290 if (query->lookup->rdtype == dns_rdatatype_axfr &&
456 if (default_lookups && query->lookup->rdtype == dns_rdatatype_a) {
473 lookup->rdtype = dns_rdatatype_aaaa;
484 lookup->rdtype = dns_rdatatype_mx;
590 dns_rdatatype_format(query->lookup->rdtype, typestr,
655 dns_rdatatype_t rdtype; local
670 lookup->rdtype = dns_rdatatype_axfr;
684 rdtype = dns_rdatatype_ixfr;
692 result = dns_rdatatype_fromtext(&rdtype,
702 lookup->rdtype !
[all...]
H A Ddig.c474 if (onesoa && query->lookup->rdtype == dns_rdatatype_axfr)
918 lookup->rdtype = dns_rdatatype_ns;
1142 dns_rdatatype_t rdtype; local
1302 rdtype = dns_rdatatype_ixfr;
1307 result = dns_rdatatype_fromtext(&rdtype,
1310 rdtype == dns_rdatatype_ixfr) {
1319 if (rdtype == dns_rdatatype_ixfr) {
1321 (*lookup)->rdtype = dns_rdatatype_ixfr;
1332 (*lookup)->rdtype = rdtype;
1443 dns_rdatatype_t rdtype; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dlwres_grbn.c96 lwres_buffer_putuint16(b, req->rdtype);
168 lwres_buffer_putuint16(b, req->rdtype);
208 lwres_uint16_t rdclass, rdtype; local
227 rdtype = lwres_buffer_getuint16(b);
245 grbn->rdtype = rdtype;
261 lwres_uint16_t rdclass, rdtype; local
283 rdtype = lwres_buffer_getuint16(b);
303 grbn->rdtype = rdtype;
[all...]
H A Dgetrrset.c143 unsigned int rdtype, unsigned int flags,
154 if (rdclass > 0xffff || rdtype > 0xffff) {
162 if (rdclass == 0xff || rdtype == 0xff) {
183 (lwres_uint16_t)rdtype,
197 rrset->rri_rdtype = response->rdtype;
142 lwres_getrrsetbyname(const char *hostname, unsigned int rdclass, unsigned int rdtype, unsigned int flags, struct rrsetinfo **res) argument
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c65 unsigned int rdtype, unsigned int flags,
81 if (rdclass > 0xffff || rdtype > 0xffff) {
87 if (rdclass == 0xff || rdtype == 0xff) {
113 pkt = ldns_resolver_query(ldns_res, domain, rdtype, rdclass, LDNS_RD);
128 rrdata = ldns_pkt_rr_list_by_type(pkt, rdtype, LDNS_SECTION_ANSWER);
64 getrrsetbyname(const char *hostname, unsigned int rdclass, unsigned int rdtype, unsigned int flags, struct rrsetinfo **res) argument
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnull_10.c94 REQUIRE(null->common.rdtype == type);
113 null->common.rdtype = rdata->type;
131 REQUIRE(null->common.rdtype == 10);
H A Dunspec_103.c95 REQUIRE(unspec->common.rdtype == type);
114 unspec->common.rdtype = rdata->type;
132 REQUIRE(unspec->common.rdtype == 103);
H A Dproforma.c97 REQUIRE(#->common.rdtype == type);
118 REQUIRE(#->common.rdtype == #);
H A Dcert_37.c173 REQUIRE(cert->common.rdtype == type);
196 cert->common.rdtype = rdata->type;
222 REQUIRE(cert->common.rdtype == 37);
H A Ddname_39.c136 REQUIRE(dname->common.rdtype == type);
157 dname->common.rdtype = rdata->type;
174 REQUIRE(dname->common.rdtype == 39);
H A Dgpos_27.c121 REQUIRE(gpos->common.rdtype == type);
145 gpos->common.rdtype = rdata->type;
191 REQUIRE(gpos->common.rdtype == 27);
H A Dmd_3.c135 REQUIRE(md->common.rdtype == type);
156 md->common.rdtype = rdata->type;
173 REQUIRE(md->common.rdtype == 3);
H A Dmf_4.c135 REQUIRE(mf->common.rdtype == type);
156 mf->common.rdtype = rdata->type;
173 REQUIRE(mf->common.rdtype == 4);
H A Dmg_8.c135 REQUIRE(mg->common.rdtype == type);
156 mg->common.rdtype = rdata->type;
173 REQUIRE(mg->common.rdtype == 8);
H A Dmr_9.c135 REQUIRE(mr->common.rdtype == type);
156 mr->common.rdtype = rdata->type;
173 REQUIRE(mr->common.rdtype == 9);
H A Dopt_41.c168 REQUIRE(opt->common.rdtype == type);
200 opt->common.rdtype = rdata->type;
219 REQUIRE(opt->common.rdtype == 41);
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dapl_42.c259 REQUIRE(apl->common.rdtype == type);
278 apl->common.rdtype = rdata->type;
297 REQUIRE(apl->common.rdtype == 42);
312 REQUIRE(apl->common.rdtype == 42);
338 REQUIRE(apl->common.rdtype == 42);
370 REQUIRE(apl->common.rdtype == 42);
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dlwdgrbn.c271 grbn->rdtype = client->rdtype;
416 client->rdtype, cm->view,
428 client->grbn.rdtype = 0;
465 req->rdtype == dns_rdatatype_any)
468 client->rdtype = req->rdtype;
485 client, client->rdtype);

Completed in 193 milliseconds

1234