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

mDNS response meta definition More...

#include <packet_decoder.h>

Data Fields

uint16_t rrtype
 
uint16_t cflush: 1
 
uint16_t rrclass: 15
 
uint32_t ttl
 
uint16_t rdlength
 

Detailed Description

mDNS response meta definition

Field Documentation

◆ cflush

uint16_t mdns_answer_meta::cflush

Boolean flag indicating whether outdated cached records should be purged

◆ rdlength

uint16_t mdns_answer_meta::rdlength

Integer representing the length (in octets) of the RDATA field

◆ rrclass

uint16_t mdns_answer_meta::rrclass

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

◆ rrtype

uint16_t mdns_answer_meta::rrtype

The type of the Resource Record

◆ ttl

uint32_t mdns_answer_meta::ttl

Time interval (in seconds) that the RR should be cached


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