Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ldns_zone_sort(3) [debian man page]

ldns(3) 						     Library Functions Manual							   ldns(3)

NAME
ldns_zone_sort, ldns_zone_glue_rr_list- SYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> void ldns_zone_sort(ldns_zone *zone); ldns_rr_list* ldns_zone_glue_rr_list(const ldns_zone *z); DESCRIPTION
ldns_zone_sort() Sort the rrs in a zone, with the current impl. this is slow zone: the zone to sort ldns_zone_glue_rr_list() Retrieve all resource records from the zone that are glue records. The resulting list does are pointer references to the zone's data. Due to the current zone implementation (as a list of rr's), this function is extremely slow. Another (probably better) way to do this is to use an ldns_dnssec_zone structure and the ldns_dnssec_mark_and_get_glue() function. z: the zone to look for glue Returns the rr_list with the glue AUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS
Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html COPYRIGHT
Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
ldns_zone. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS
This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)

Check Out this Related Man Page

ldns(3) 						     Library Functions Manual							   ldns(3)

NAME
ldns_zone_sort, ldns_zone_glue_rr_list SYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> void ldns_zone_sort(ldns_zone *zone); ldns_rr_list* ldns_zone_glue_rr_list(const ldns_zone *z); DESCRIPTION
ldns_zone_sort() Sort the rrs in a zone, with the current impl. this is slow zone: the zone to sort ldns_zone_glue_rr_list() Retrieve all resource records from the zone that are glue records. The resulting list does are pointer references to the zone's data. Due to the current zone implementation (as a list of rr's), this function is extremely slow. Another (probably better) way to do this is to use an ldns_dnssec_zone structure and the ldns_dnssec_mark_and_get_glue() function. z: the zone to look for glue Returns the rr_list with the glue AUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben. REPORTING BUGS
Please report bugs to ldns-team@nlnetlabs.nl or in our bugzilla at http://www.nlnetlabs.nl/bugs/index.html COPYRIGHT
Copyright (c) 2004 - 2006 NLnet Labs. Licensed under the BSD License. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
ldns_zone. And perldoc Net::DNS, RFC1034, RFC1035, RFC4033, RFC4034 and RFC4035. REMARKS
This manpage was automaticly generated from the ldns source code by use of Doxygen and some perl. 30 May 2006 ldns(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove content from file

hey all, I have a file with records in following format 8-29-2006 13:01:45|ABC|45 8-29-2006 14:23:12|DEF|21 8-30-2006 00:04:57|ABC|34 I want to remove all yesterday records. Can anyone show me how? Thanks! (10 Replies)
Discussion started by: mpang_
10 Replies

2. UNIX for Advanced & Expert Users

the program too slow there is any solution?

i want to make match between two file: the first about 1000 records and the second about 67000 records I used the nested loop for that the program is two slow how can i fast this the program ex: more file1|while read i do more file2|while read x do if $parameter1=$parameter2 then ........ (12 Replies)
Discussion started by: Ehab
12 Replies

3. IP Networking

DNS does all slave Name Server must be in the zone Resource Record file?

Hy guys, I've a problem configuring my Name Server (using bind 9) which is I'ts always necessary to put all slave Name Server for a zone in the zone resource record file or db (as you prefer)? I've this scenario: A - my domain which is son of some TLD and I delegated into two new domains B... (1 Reply)
Discussion started by: pharaoh
1 Replies

4. Solaris

Solaris 11 zone is not coming online

Hello, Due to one of the storage issue, one of the zone have many services in uninitialized state. I tried to detach/attach zone, but it doesn't help. Possibly, I am not able to get correct service which should be made online first. Please check and help, what I am supposed to fix here... (4 Replies)
Discussion started by: ron323232
4 Replies