| lwIP
    2.1.2
    Lightweight IP stack | 
| Data Fields | |
| char | name [63+1] | 
| struct mdns_service * | services [1] | 
| u32_t | dns_ttl | 
| u8_t | probes_sent | 
| u8_t | probing_state | 
Description of a host/netif
| u32_t mdns_host::dns_ttl | 
TTL in seconds of A/AAAA/PTR replies
| char mdns_host::name[63+1] | 
Hostname
| u8_t mdns_host::probes_sent | 
Number of probes sent for the current name
| u8_t mdns_host::probing_state | 
State in probing sequence
| struct mdns_service* mdns_host::services[1] | 
Pointer to services