ldns_rr_rrsig_set_typecovered (3) Linux Manual Page
ldns_rr_rrsig_typecovered, ldns_rr_rrsig_set_typecovered, ldns_rr_rrsig_algorithm, ldns_rr_rrsig_set_algorithm, ldns_rr_rrsig_labels, ldns_rr_rrsig_set_labels, ldns_rr_rrsig_origttl, ldns_rr_rrsig_set_origttl, ldns_rr_rrsig_expiration, ldns_rr_rrsig_set_expiration, ldns_rr_rrsig_inception, ldns_rr_rrsig_set_inception, ldns_rr_rrsig_keytag, ldns_rr_rrsig_set_keytag, ldns_rr_rrsig_signame, ldns_rr_rrsig_set_signame, ldns_rr_rrsig_sig, ldns_rr_rrsig_set_sig Synopsis#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_rdf* ldns_rr_rrsig_typecovered(const ldns_rr *r); bool ldns_rr_rrsig_set_typecovered(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_algorithm(const ldns_rr *r); bool ldns_rr_rrsig_set_algorithm(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_labels(const ldns_rr *r); bool ldns_rr_rrsig_set_labels(ldns_rr *r, ldns_rdf *f); ldns_rdf* ldns_rr_rrsig_origttl(const ldns_rr *r);…
