Home
last modified time | relevance | path

Searched refs:mdns_resp_announce (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dmdns.h87 void mdns_resp_announce(struct netif *netif);
97 #define mdns_resp_netif_settings_changed(netif) mdns_resp_announce(netif)
/third_party/lwip/doc/
Dmdns.txt60 Call mdns_resp_announce() every time the IP address on the netif has changed.
/third_party/lwip/src/apps/mdns/
Dmdns.c1942 mdns_resp_announce(netif); in mdns_netif_ext_status_callback()
2027 mdns_resp_announce(netif); in mdns_probe()
2317 mdns_resp_announce(struct netif *netif) in mdns_resp_announce() function