Home
last modified time | relevance | path

Searched refs:avahi_browser (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dnet.c80 static AvahiServiceBrowser *avahi_browser = NULL; variable
824 if (avahi_browser)
833 avahi_browser = avahi_service_browser_new (c, AVAHI_IF_UNSPEC, proto, SANED_SERVICE_DNS, NULL, 0, net_avahi_browse_callback, NULL);
834 if (avahi_browser == NULL)
847 if (avahi_browser)
849 avahi_service_browser_free (avahi_browser);
850 avahi_browser = NULL;
928 if (avahi_browser)
929 avahi_service_browser_free (avahi_browser);

Completed in 3 milliseconds