Lines Matching defs:dnskey
640 dns_rdata_dnskey_t dnskey;
685 /* if DNSKEY, flags; if DS, key tag */
688 /* if DNSKEY, protocol; if DS, algorithm */
691 /* if DNSKEY, algorithm; if DS, digest type */
738 dnskey.common.rdclass = dns_rdataclass_in;
739 dnskey.common.rdtype = dns_rdatatype_dnskey;
740 dnskey.mctx = NULL;
742 ISC_LINK_INIT(&dnskey.common, link);
744 dnskey.flags = (uint16_t)rdata1;
745 dnskey.protocol = (uint8_t)rdata2;
746 dnskey.algorithm = (uint8_t)rdata3;
751 dnskey.datalen = r.length;
752 dnskey.data = r.base;
754 CHECK(dns_rdata_fromstruct(NULL, dnskey.common.rdclass,
755 dnskey.common.rdtype, &dnskey,