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

mDNS protocol schema definition More...

#include <packet_decoder.h>

Data Fields

char id [MAX_RANDOM_UUID_LEN]
 
uint16_t tid
 
uint16_t flags
 
uint16_t nqueries
 
uint16_t nanswers
 
uint16_t nauth
 
uint16_t nother
 
char qname [MAX_QUESTION_LEN]
 

Detailed Description

mDNS protocol schema definition

Field Documentation

◆ flags

uint16_t mdns_schema::flags

Packet Flags

◆ id

char mdns_schema::id[MAX_RANDOM_UUID_LEN]

Packet id

◆ nanswers

uint16_t mdns_schema::nanswers

Packet Answers

◆ nauth

uint16_t mdns_schema::nauth

Packet Authority PRs

◆ nother

uint16_t mdns_schema::nother

Packet Other PRs

◆ nqueries

uint16_t mdns_schema::nqueries

Packet Questions

◆ qname

char mdns_schema::qname[MAX_QUESTION_LEN]

Packet question name

◆ tid

uint16_t mdns_schema::tid

Packet Transaction ID


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