lwIP 2.2.0
Lightweight IP stack
|
Data Structures | |
struct | mdns_request |
struct | mdns_service |
struct | mdns_outpacket |
struct | mdns_outmsg |
struct | mdns_delayed_msg |
struct | mdns_host |
Functions | |
struct mdns_host * | netif_mdns_data (struct netif *netif) |
struct udp_pcb * | get_mdns_pcb (void) |
MDNS responder private definitions
struct udp_pcb * get_mdns_pcb | ( | void | ) |
Construction to access the mdns udp pcb.
Construction to make mdns struct accessible from mdns_out.c TODO: can we add the mdns struct to the netif like we do for dhcp, autoip,...? Then this is not needed any more.
netif | The network interface |