EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
mdns_query_meta Struct Reference

mDNS query meta definition More...

#include <packet_decoder.h>

Data Fields

uint16_t qtype
 
uint16_t uresponse: 1
 
uint16_t qclass: 15
 

Detailed Description

mDNS query meta definition

Field Documentation

◆ qclass

uint16_t mdns_query_meta::qclass

Class code, 1 a.k.a. "IN" for the Internet and IP networks

◆ qtype

uint16_t mdns_query_meta::qtype

The type of the query, i.e. the type of RR which should be returned in response

◆ uresponse

uint16_t mdns_query_meta::uresponse

Boolean flag indicating whether a unicast-response is desired


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