open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
mdns_answer Struct Reference

#include <mdnsd.h>

Data Fields

char * name
 
unsigned short type
 
unsigned long ttl
 
unsigned short rdlen
 
unsigned char * rdata
 
struct in_addr ip
 
char * rdname
 
struct { 
 
   unsigned short int   priority 
 
   unsigned short int   weight 
 
   unsigned short int   port 
 
srv 
 

Detailed Description

Answer data.

Definition at line 74 of file mdnsd.h.

Field Documentation

◆ name

char* mdns_answer::name

Definition at line 75 of file mdnsd.h.

◆ type

unsigned short mdns_answer::type

Definition at line 76 of file mdnsd.h.

◆ ttl

unsigned long mdns_answer::ttl

Definition at line 77 of file mdnsd.h.

◆ rdlen

unsigned short mdns_answer::rdlen

Definition at line 78 of file mdnsd.h.

◆ rdata

unsigned char* mdns_answer::rdata

Definition at line 79 of file mdnsd.h.

◆ ip

struct in_addr mdns_answer::ip

Definition at line 80 of file mdnsd.h.

◆ rdname

char* mdns_answer::rdname

Definition at line 81 of file mdnsd.h.

◆ priority

unsigned short int mdns_answer::priority

Definition at line 84 of file mdnsd.h.

◆ weight

unsigned short int mdns_answer::weight

Definition at line 84 of file mdnsd.h.

◆ port

unsigned short int mdns_answer::port

Definition at line 84 of file mdnsd.h.

◆ [struct]

struct { ... } mdns_answer::srv

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