OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avahi_dbus_service_browser_callback
(Results
1 - 3
of
3
) sorted by null
/external/avahi/avahi-daemon/
dbus-service-browser.c
97
void
avahi_dbus_service_browser_callback
(AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata) {
function
dbus-internal.h
215
void
avahi_dbus_service_browser_callback
(AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata);
dbus-protocol.c
705
if (!(i->service_browser = avahi_s_service_browser_new(avahi_server, (AvahiIfIndex) interface, (AvahiProtocol) protocol, type, domain, (AvahiLookupFlags) flags,
avahi_dbus_service_browser_callback
, i))) {
[
all
...]
Completed in 36 milliseconds