Manual Pages for Linux CentOS command on man ldns_dname_str_absolute
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_dname_str_absolute

ldns(3) Library Functions Manual ldns(3)

NAME ldnsdnameissubdomain, ldnsdnamestrabsolute, ldnsdnamelabel SYNOPSIS

#include

#include

#include bool ldnsdnameissubdomain(const ldnsrdf *sub, const ldnsrdf *par‐ ent); bool ldnsdnamestrabsolute(const char *dnamestr); ldnsrdf * ldnsdnamelabel(const ldnsrdf *rdf, uint8t labelpos); DESCRIPTION ldnsdnameissubdomain() test wether the name sub falls under parent (i.e. is a subdomain of parent). This function will return false if the given dnames are equal. sub: the name to test parent: the parent's name Returns true if sub falls under parent, otherwise false ldnsdnamestrabsolute() Checks whether the given dname string is absolute (i.e. ends with a '.') *dnamestr: a string representing the dname Returns true or false ldnsdnamelabel() look inside the rdf and if it is an LDNSRDFTYPEDNAME try and retrieve a specific label. The labels are numbered starting from 0 (left most). rdf: the rdf to look in labelpos: return the label with this number Returns a ldnsrdf* with the label as name or NULL on error 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 MER‐ CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO ldnsdname. 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)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™