LDNS_CREATE_NSEC(3) - Linux man page online | Library functions
Create a NSEC record.
Chapter
30 May 2006
ldns(3) Library Functions Manual ldns(3)
@nlnetlabs.nl or in our bugzilla at http://www.nlnet‐
labs.nl/bugs/index.html
30 May 2006 ldns(3)
NAME
ldns_create_nsec - Create a NSEC recordSYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_rr * ldns_create_nsec(ldns_rdf *cur_owner, ldns_rdf *next_owner, ldns_rr_list *rrs);DESCRIPTION
ldns_create_nsec() Create a NSEC record cur_owner: the current owner which should be taken as the starting point next_owner: the rrlist which the nsec rr should point to rrs: all rrs from the zone, to find all RR types of cur_owner in Returns a ldns_rr with the nsec record in itAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to