Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/mdns/
H A Dmdns.c209 static void mdns_probe_and_announce(void* arg);
1785 sys_untimeout(mdns_probe_and_announce, netif); in mdns_probe_conflict()
2286 mdns_probe_and_announce(void* arg) in mdns_probe_and_announce() function
2319 sys_timeout(MDNS_PROBE_MAX_CONFLICTS_TIMEOUT, mdns_probe_and_announce, netif); in mdns_probe_and_announce()
2322 sys_timeout(MDNS_PROBE_DELAY_MS, mdns_probe_and_announce, netif); in mdns_probe_and_announce()
2348 sys_timeout(announce_delay, mdns_probe_and_announce, netif); in mdns_probe_and_announce()
2440 sys_untimeout(mdns_probe_and_announce, netif); in mdns_resp_remove_netif()
2776 sys_untimeout(mdns_probe_and_announce, netif); in mdns_resp_restart_delay()
2786 sys_timeout(MDNS_PROBE_MAX_CONFLICTS_TIMEOUT, mdns_probe_and_announce, netif); in mdns_resp_restart_delay()
2790 sys_timeout(delay, mdns_probe_and_announce, netif); in mdns_resp_restart_delay()