Searched refs:rdtype (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dkey_25.c237 REQUIRE(key->common.rdtype == type);
266 key->common.rdtype = rdata->type;
304 REQUIRE(key->common.rdtype == 25);
H A Dminfo_14.c189 REQUIRE(minfo->common.rdtype == type);
213 minfo->common.rdtype = rdata->type;
242 REQUIRE(minfo->common.rdtype == 14);
H A Dmx_15.c203 REQUIRE(mx->common.rdtype == type);
225 mx->common.rdtype = rdata->type;
244 REQUIRE(mx->common.rdtype == 15);
H A Dnsec3param_51.c208 REQUIRE(nsec3param->common.rdtype == type);
233 nsec3param->common.rdtype = rdata->type;
258 REQUIRE(nsec3param->common.rdtype == 51);
H A Dnxt_30.c206 REQUIRE(nxt->common.rdtype == type);
234 nxt->common.rdtype = rdata->type;
263 REQUIRE(nxt->common.rdtype == 30);
H A Drp_17.c187 REQUIRE(rp->common.rdtype == type);
211 rp->common.rdtype = rdata->type;
240 REQUIRE(rp->common.rdtype == 17);
H A Drt_21.c183 REQUIRE(rt->common.rdtype == type);
205 rt->common.rdtype = rdata->type;
225 REQUIRE(rt->common.rdtype == 21);
H A Dcname_5.c136 REQUIRE(cname->common.rdtype == type);
157 cname->common.rdtype = rdata->type;
H A Dhinfo_13.c113 REQUIRE(hinfo->common.rdtype == type);
135 hinfo->common.rdtype = rdata->type;
H A Disdn_20.c122 REQUIRE(isdn->common.rdtype == type);
146 isdn->common.rdtype = rdata->type;
H A Dmb_7.c135 REQUIRE(mb->common.rdtype == type);
156 mb->common.rdtype = rdata->type;
H A Dns_2.c143 REQUIRE(ns->common.rdtype == type);
164 ns->common.rdtype = rdata->type;
H A Dipseckey_45.c291 REQUIRE(ipseckey->common.rdtype == type);
341 ipseckey->common.rdtype = rdata->type;
401 REQUIRE(ipseckey->common.rdtype == 45);
H A Dkeydata_65533.c244 REQUIRE(keydata->common.rdtype == type);
281 keydata->common.rdtype = rdata->type;
337 REQUIRE(keydata->common.rdtype == 65533);
H A Dnsec_47.c239 REQUIRE(nsec->common.rdtype == type);
278 nsec->common.rdtype = rdata->type;
307 REQUIRE(nsec->common.rdtype == 47);
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dpx_26.c237 REQUIRE(px->common.rdtype == type);
263 px->common.rdtype = rdata->type;
297 REQUIRE(px->common.rdtype == 26);
H A Dsrv_33.c244 REQUIRE(srv->common.rdtype == type);
269 srv->common.rdtype = rdata->type;
293 REQUIRE(srv->common.rdtype == 33);
H A Dwks_11.c271 REQUIRE(wks->common.rdtype == type);
296 wks->common.rdtype = rdata->type;
318 REQUIRE(wks->common.rdtype == 11);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-lwres.c152 lwres_uint16_t rdtype; member in struct:__anon4144
161 lwres_uint16_t rdtype; member in struct:__anon4145
425 EXTRACT_16BITS(&grbn->rdtype)));
544 EXTRACT_16BITS(&grbn->rdtype)));
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c187 unsigned int rdtype, unsigned int flags,
201 if (rdclass > 0xffff || rdtype > 0xffff) {
207 if (rdclass == 0xff || rdtype == 0xff) {
235 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
186 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/
H A Dmessage.c935 dns_rdataclass_t rdclass, dns_rdatatype_t rdtype,
958 result = dns_rdata_fromwire(rdata, rdclass, rdtype,
1008 dns_rdatatype_t rdtype; local
1084 rdtype = isc_buffer_getuint16(source);
1100 if (rdtype == dns_rdatatype_tkey)
1106 result = dns_message_find(name, rdclass, rdtype, 0, NULL);
1128 rdatalist->type = rdtype;
1186 dns_rdatatype_t rdtype, covers; local
1240 rdtype = isc_buffer_getuint16(source);
1248 rdtype !
934 getrdata(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx, dns_rdataclass_t rdclass, dns_rdatatype_t rdtype, unsigned int rdatalen, dns_rdata_t *rdata) argument
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dnslookup.c462 (query->lookup->rdtype != dns_rdatatype_a)) {
522 dns_rdatatype_t rdtype; local
526 result = dns_rdatatype_fromtext(&rdtype, &tr);
676 dns_rdatatype_t rdtype; local
683 result = dns_rdatatype_fromtext(&rdtype, &tr);
699 lookup->rdtype = dns_rdatatype_ptr;
703 lookup->rdtype = rdtype;
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/hs_4/
H A Da_1.c140 REQUIRE(a->common.rdtype == type);
164 a->common.rdtype = rdata->type;
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-request.c72 dns_rdatatype_t rdtype)
110 dns_rdataset_makequestion(qrdataset, message->rdclass, rdtype);
71 make_querymessage(dns_message_t *message, const char *namestr, dns_rdatatype_t rdtype) argument
/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Ddnsconf.c101 keystruct.common.rdtype = dns_rdatatype_dnskey;
131 keystruct.common.rdtype,

Completed in 276 milliseconds

12345