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

12345

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/
H A Drdatastructpre.h33 dns_rdatatype_t rdtype; member in struct:dns_rdatacommon
39 (_data)->common.rdtype = (_rdtype); \
/freebsd-9.3-release/contrib/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,
/freebsd-9.3-release/contrib/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;
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c290 if (query->lookup->rdtype == dns_rdatatype_axfr &&
464 if (default_lookups && query->lookup->rdtype == dns_rdatatype_a) {
481 lookup->rdtype = dns_rdatatype_aaaa;
492 lookup->rdtype = dns_rdatatype_mx;
598 dns_rdatatype_format(query->lookup->rdtype, typestr,
665 dns_rdatatype_t rdtype; local
680 lookup->rdtype = dns_rdatatype_axfr;
694 rdtype = dns_rdatatype_ixfr;
702 result = dns_rdatatype_fromtext(&rdtype,
712 lookup->rdtype !
[all...]
H A Ddig.c497 if (onesoa && query->lookup->rdtype == dns_rdatatype_axfr)
957 lookup->rdtype = dns_rdatatype_ns;
1218 dns_rdatatype_t rdtype; local
1378 rdtype = dns_rdatatype_ixfr;
1383 result = dns_rdatatype_fromtext(&rdtype,
1386 rdtype == dns_rdatatype_ixfr) {
1395 if (rdtype == dns_rdatatype_ixfr) {
1397 (*lookup)->rdtype = dns_rdatatype_ixfr;
1408 (*lookup)->rdtype = rdtype;
1519 dns_rdatatype_t rdtype; local
[all...]
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c64 unsigned int rdtype, unsigned int flags,
80 if (rdclass > 0xffff || rdtype > 0xffff) {
86 if (rdclass == 0xff || rdtype == 0xff) {
112 pkt = ldns_resolver_query(ldns_res, domain, rdtype, rdclass, LDNS_RD);
127 rrdata = ldns_pkt_rr_list_by_type(pkt, rdtype, LDNS_SECTION_ANSWER);
63 getrrsetbyname(const char *hostname, unsigned int rdclass, unsigned int rdtype, unsigned int flags, struct rrsetinfo **res) argument
/freebsd-9.3-release/contrib/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.c176 REQUIRE(cert->common.rdtype == type);
199 cert->common.rdtype = rdata->type;
225 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 Deui48_108.c122 REQUIRE(eui48->common.rdtype == type);
142 eui48->common.rdtype = rdata->type;
154 REQUIRE(eui48->common.rdtype == 108);
H A Deui64_109.c127 REQUIRE(eui64->common.rdtype == type);
147 eui64->common.rdtype = rdata->type;
159 REQUIRE(eui64->common.rdtype == 109);
H A Dgpos_27.c121 REQUIRE(gpos->common.rdtype == type);
145 gpos->common.rdtype = rdata->type;
191 REQUIRE(gpos->common.rdtype == 27);
H A Dl32_105.c133 REQUIRE(l32->common.rdtype == type);
157 l32->common.rdtype = rdata->type;
172 REQUIRE(l32->common.rdtype == 105);
H A Dl64_106.c131 REQUIRE(l64->common.rdtype == type);
153 l64->common.rdtype = rdata->type;
167 REQUIRE(l64->common.rdtype == 106);
H A Dlp_107.c138 REQUIRE(lp->common.rdtype == type);
160 lp->common.rdtype = rdata->type;
179 REQUIRE(lp->common.rdtype == 107);
/freebsd-9.3-release/contrib/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);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdgrbn.c273 grbn->rdtype = client->rdtype;
417 client->rdtype, cm->view,
429 client->grbn.rdtype = 0;
466 req->rdtype == dns_rdatatype_any)
469 client->rdtype = req->rdtype;
486 client, client->rdtype);

Completed in 171 milliseconds

12345