Manual Pages for Linux CentOS command on man ldns_pkt_get_rcode
MyWebUniversity

Manual Pages for Linux CentOS command on man ldns_pkt_get_rcode

ldns(3) Library Functions Manual ldns(3)

NAME ldnspktid, ldnspktqr, ldnspktaa, ldnspkttc, ldnspktrd, ldnspktcd, ldnspktra, ldnspktad, ldnspktgetopcode, ldnspktgetrcode, ldnspktqdcount, ldnspktancount, ldnspktnscount, ldnspktarcount, ldnspktanswerfrom, ldnspktquerytime, ldnspktsize, ldnspkttsig, ldnspktquestion, ldnspktanswer, ldnspktauthority, ldnspktadditional, ldnspktgetsectionclone, ldnspktrrlistbyname, ldnspktrrlistbytype, ldnspktrrlistbynameandtype SYNOPSIS

#include

#include

#include ldnspktid(); bool ldnspktqr(const ldnspkt *p); bool ldnspktaa(const ldnspkt *p); bool ldnspkttc(const ldnspkt *p); bool ldnspktrd(const ldnspkt *p); bool ldnspktcd(const ldnspkt *p); bool ldnspktra(const ldnspkt *p); bool ldnspktad(const ldnspkt *p); ldnspktopcode ldnspktgetopcode(const ldnspkt *p); ldnspktrcode ldnspktgetrcode(const ldnspkt *p); uint16t ldnspktqdcount(const ldnspkt *p); uint16t ldnspktancount(const ldnspkt *p); uint16t ldnspktnscount(const ldnspkt *p); uint16t ldnspktarcount(const ldnspkt *p); ldnsrdf* ldnspktanswerfrom(const ldnspkt *p); uint32t ldnspktquerytime(const ldnspkt *p); sizet ldnspktsize(const ldnspkt *p); ldnsrr* ldnspkttsig(const ldnspkt *p); ldnsrrlist* ldnspktquestion(const ldnspkt *p); ldnsrrlist* ldnspktanswer(const ldnspkt *p); ldnsrrlist* ldnspktauthority(const ldnspkt *p); ldnsrrlist* ldnspktadditional(const ldnspkt *p); ldnsrrlist* ldnspktgetsectionclone(const ldnspkt *p, ldnspktsection s); ldnsrrlist* ldnspktrrlistbyname(ldnspkt *p, ldnsrdf *r, ldnspktsection s); ldnsrrlist* ldnspktrrlistbytype(const ldnspkt *p, ldnsrrtype t, ldnspktsection s); ldnsrrlist* ldnspktrrlistbynameandtype(const ldnspkt *packet, const ldnsrdf *ownername, ldnsrrtype type, ldnspktsection sec); DESCRIPTION ldnspktid() ldnspktqr() Read the packet's qr bit p: the packet Returns value of the bit ldnspktaa() Read the packet's aa bit p: the packet Returns value of the bit ldnspkttc() Read the packet's tc bit p: the packet Returns value of the bit ldnspktrd() Read the packet's rd bit p: the packet Returns value of the bit ldnspktcd() Read the packet's cd bit p: the packet Returns value of the bit ldnspktra() Read the packet's ra bit p: the packet Returns value of the bit ldnspktad() Read the packet's ad bit p: the packet Returns value of the bit ldnspktgetopcode() Read the packet's code p: the packet Returns the opcode ldnspktgetrcode() Return the packet's respons code p: the packet Returns the respons code ldnspktqdcount() Return the packet's qd count p: the packet Returns the qd count ldnspktancount() Return the packet's an count p: the packet Returns the an count ldnspktnscount() Return the packet's ns count p: the packet Returns the ns count ldnspktarcount() Return the packet's ar count p: the packet Returns the ar count ldnspktanswerfrom() Return the packet's answerfrom p: packet Returns the name of the server ldnspktquerytime() Return the packet's querytime p: the packet Returns the querytime ldnspktsize() Return the packet's size in bytes p: the packet Returns the size ldnspkttsig() Return the packet's tsig pseudo rr's p: the packet Returns the tsig rr ldnspktquestion() Return the packet's question section p: the packet Returns the section ldnspktanswer() Return the packet's answer section p: the packet Returns the section ldnspktauthority() Return the packet's authority section p: the packet Returns the section ldnspktadditional() Return the packet's additional section p: the packet Returns the section ldnspktgetsectionclone() return all the rrlist's in the packet. Clone the lists, instead of returning pointers. p: the packet to look in s: what section(s) to return Returns ldnsrrlist with the rr's or NULL if none were found ldnspktrrlistbyname() return all the rr with a specific name from a packet. Optionally specify from which section in the packet p: the packet r: the name s: the packet's section Returns a list with the rr's or NULL if none were found ldnspktrrlistbytype() return all the rr with a specific type from a packet. Optionally specify from which section in the packet p: the packet t: the type s: the packet's section Returns a list with the rr's or NULL if none were found ldnspktrrlistbynameandtype() return all the rr with a specific type and type from a packet. Optionally specify from which sec‐ tion in the packet packet: the packet ownername: the name type: the type sec: the packet's section Returns a list with the rr's or NULL if none were found 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 ldnspkt . 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 ™