sets the flags in a packet.
.br
pkt: the packet to operate on
.br
flags: ORed values: LDNS_QR| LDNS_AR for instance
.br
Returns true on success otherwise false
ldns_pkt_set_id()
Set the packet's id
.br
p: the packet
.br
id: the id to set
ldns_pkt_set_qr()
Set the packet's qr bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_aa()
Set the packet's aa bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_tc()
Set the packet's tc bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_rd()
Set the packet's rd bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_cd()
Set the packet's cd bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_ra()
Set the packet's ra bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_ad()
Set the packet's ad bit
.br
p: the packet
.br
b: the value to set (boolean)
ldns_pkt_set_opcode()
Set the packet's opcode
.br
p: the packet
.br
c: the opcode
ldns_pkt_set_rcode()
Set the packet's respons code
.br
p: the packet
.br
c: the rcode
ldns_pkt_set_qdcount()
Set the packet's qd count
.br
p: the packet
.br
c: the count
ldns_pkt_set_ancount()
Set the packet's an count
.br
p: the packet
.br
c: the count
ldns_pkt_set_nscount()
Set the packet's ns count
.br
p: the packet
.br
c: the count
ldns_pkt_set_arcount()
Set the packet's arcount
.br
p: the packet
.br
c: the count
ldns_pkt_set_answerfrom()
Set the packet's answering server
.br
p: the packet
.br
r: the address
ldns_pkt_set_querytime()
Set the packet's query time
.br
p: the packet
.br
t: the querytime in msec
ldns_pkt_set_size()
Set the packet's size
.br
p: the packet
.br
s: the size
ldns_pkt_set_section_count()
Set a packet's section count to x
.br
p: the packet
.br
s: the section
.br
x: the section count
ldns_pkt_set_tsig()
Set the packet's tsig rr
.br
p: the packet
.br
t: the tsig rr
AUTHOR
The ldns team at NLnet Labs. Which consists out of
Jelte Jansen and Miek Gieben.