ldns_pkt_section (3) Linux Manual Page
NAME ldns_pkt, ldns_pkt_section, ldns_pkt_type SYNOPSIS #include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> ldns_pkt_section(); ldns_pkt_type(); DESCRIPTION ldns_pkt DNS packet This structure contains a complete DNS packet (either a query or an answer) It is the complete representation of what you actually send to a nameserver, and what it sends back (assuming you are the client here). struct…
