mdns_result_s is only used within mb_tcp_slave sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
struct mdns_result_s *
next result, or NULL for the last result in the list.
ptr to corresponding esp-netif.
uint32_t
time to live.
ip_protocol type of the interface (v4/v6).
char *
instance name.
char *
service type.
char *
srevice protocol.
char *
hostname.
uint16_t
service port.
txt record.
uint8_t *
array of txt value len of each record.
size_t
number of txt items.
linked list of IP addresses found.

References

from examples