MdnsMessage Struct Reference

mDNS message More...

#include <mdns_common.h>

Data Fields

NetBufferbuffer
 
size_t offset
 
size_t length
 
const IpPseudoHeaderpseudoHeader
 
const UdpHeaderudpHeader
 
DnsHeaderdnsHeader
 
systime_t timestamp
 
systime_t timeout
 
uint_t sharedRecordCount
 

Detailed Description

mDNS message

Definition at line 77 of file mdns_common.h.

Field Documentation

◆ buffer

NetBuffer* buffer

Definition at line 79 of file mdns_common.h.

◆ dnsHeader

DnsHeader* dnsHeader

Definition at line 84 of file mdns_common.h.

◆ length

size_t length

Definition at line 81 of file mdns_common.h.

◆ offset

size_t offset

Definition at line 80 of file mdns_common.h.

◆ pseudoHeader

const IpPseudoHeader* pseudoHeader

Definition at line 82 of file mdns_common.h.

◆ sharedRecordCount

uint_t sharedRecordCount

Definition at line 87 of file mdns_common.h.

◆ timeout

systime_t timeout

Definition at line 86 of file mdns_common.h.

◆ timestamp

systime_t timestamp

Definition at line 85 of file mdns_common.h.

◆ udpHeader

const UdpHeader* udpHeader

Definition at line 83 of file mdns_common.h.


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