The Netsukuku Project
0.0.9
An Alternative routing method
|
#include "dnslib.h"
Data Fields | |
uint16_t | id |
uint8_t | qr |
uint8_t | opcode |
uint8_t | aa |
uint8_t | tc |
uint8_t | rd |
uint8_t | ra |
uint8_t | z |
uint8_t | rcode |
uint8_t | qdcount |
uint8_t | ancount |
uint8_t | nscount |
uint8_t | arcount |
uint8_t dns_pkt_hdr::aa |
uint8_t dns_pkt_hdr::ancount |
uint8_t dns_pkt_hdr::arcount |
uint16_t dns_pkt_hdr::id |
uint8_t dns_pkt_hdr::nscount |
uint8_t dns_pkt_hdr::opcode |
uint8_t dns_pkt_hdr::qdcount |
uint8_t dns_pkt_hdr::qr |
uint8_t dns_pkt_hdr::ra |
uint8_t dns_pkt_hdr::rcode |
uint8_t dns_pkt_hdr::rd |
uint8_t dns_pkt_hdr::tc |
uint8_t dns_pkt_hdr::z |