LDNS_BUFFER2PKT_WIRE(3) - Linux man page online | Library functions
Convert buffer/wire format to ldns_pkt.
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_buffer2pkt_wire - convert buffer/wire format to ldns_pktSYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_status ldns_buffer2pkt_wire(ldns_pkt **packet, const ldns_buffer *buffer);DESCRIPTION
ldns_buffer2pkt_wire() converts the data in the ldns_buffer (in wire format) to a DNS packet. This function will initialize and allocate memory space for the packet structure. packet: pointer to the structure to hold the packet buffer: the buffer with the data Returns LDNS_STATUS_OK if everything succeeds, error otherwiseAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to