rtl433  UNKNOWN
RTL-433 utility
mg_dns_message Struct Reference

#include <mongoose.h>

Data Fields

struct mg_str pkt
 
uint16_t flags
 
uint16_t transaction_id
 
int num_questions
 
int num_answers
 
struct mg_dns_resource_record questions [MG_MAX_DNS_QUESTIONS]
 
struct mg_dns_resource_record answers [MG_MAX_DNS_ANSWERS]
 

Field Documentation

◆ answers

struct mg_dns_resource_record mg_dns_message::answers[MG_MAX_DNS_ANSWERS]

Referenced by mg_http_handler2(), and resolve_cb().

◆ flags

uint16_t mg_dns_message::flags

Referenced by mg_http_handler2().

◆ num_answers

int mg_dns_message::num_answers

Referenced by mg_http_handler2(), and resolve_cb().

◆ num_questions

int mg_dns_message::num_questions

Referenced by mg_http_handler2().

◆ pkt

struct mg_str mg_dns_message::pkt

Referenced by mg_http_handler2().

◆ questions

struct mg_dns_resource_record mg_dns_message::questions[MG_MAX_DNS_QUESTIONS]

Referenced by mg_http_handler2().

◆ transaction_id

uint16_t mg_dns_message::transaction_id

Referenced by mg_http_handler2().


The documentation for this struct was generated from the following file: