Searched refs:AVAHI_LLIST_FIELDS (Results 1 – 25 of 36) sorted by relevance
12
/external/avahi/avahi-daemon/ |
D | dbus-internal.h | 58 AVAHI_LLIST_FIELDS(EntryGroupInfo, entry_groups); 66 AVAHI_LLIST_FIELDS(SyncHostNameResolverInfo, sync_host_name_resolvers); 75 AVAHI_LLIST_FIELDS(AsyncHostNameResolverInfo, async_host_name_resolvers); 83 AVAHI_LLIST_FIELDS(SyncAddressResolverInfo, sync_address_resolvers); 92 AVAHI_LLIST_FIELDS(AsyncAddressResolverInfo, async_address_resolvers); 101 AVAHI_LLIST_FIELDS(DomainBrowserInfo, domain_browsers); 110 AVAHI_LLIST_FIELDS(ServiceTypeBrowserInfo, service_type_browsers); 119 AVAHI_LLIST_FIELDS(ServiceBrowserInfo, service_browsers); 127 AVAHI_LLIST_FIELDS(SyncServiceResolverInfo, sync_service_resolvers); 136 AVAHI_LLIST_FIELDS(AsyncServiceResolverInfo, async_service_resolvers); [all …]
|
D | ini-file-parser.h | 30 AVAHI_LLIST_FIELDS(AvahiIniFilePair, pairs); 35 AVAHI_LLIST_FIELDS(AvahiIniFileGroup, groups);
|
D | static-hosts.c | 46 AVAHI_LLIST_FIELDS(StaticHost, hosts);
|
D | static-services.c | 68 AVAHI_LLIST_FIELDS(StaticService, services); 80 AVAHI_LLIST_FIELDS(StaticServiceGroup, groups);
|
/external/avahi/avahi-client/ |
D | internal.h | 61 AVAHI_LLIST_FIELDS(AvahiEntryGroup, groups); 71 AVAHI_LLIST_FIELDS(AvahiDomainBrowser, domain_browsers); 86 AVAHI_LLIST_FIELDS(AvahiServiceBrowser, service_browsers); 98 AVAHI_LLIST_FIELDS(AvahiServiceTypeBrowser, service_type_browsers); 110 AVAHI_LLIST_FIELDS(AvahiServiceResolver, service_resolvers); 122 AVAHI_LLIST_FIELDS(AvahiHostNameResolver, host_name_resolvers); 134 AVAHI_LLIST_FIELDS(AvahiAddressResolver, address_resolvers); 146 AVAHI_LLIST_FIELDS(AvahiRecordBrowser, record_browsers);
|
/external/avahi/avahi-core/ |
D | iface.h | 75 AVAHI_LLIST_FIELDS(AvahiHwInterface, hardware); 99 AVAHI_LLIST_FIELDS(AvahiInterface, interface); 100 AVAHI_LLIST_FIELDS(AvahiInterface, by_hardware); 124 AVAHI_LLIST_FIELDS(AvahiInterfaceAddress, address);
|
D | internal.h | 75 AVAHI_LLIST_FIELDS(AvahiEntry, entries); 76 AVAHI_LLIST_FIELDS(AvahiEntry, by_key); 77 AVAHI_LLIST_FIELDS(AvahiEntry, by_group); 98 AVAHI_LLIST_FIELDS(AvahiSEntryGroup, groups);
|
D | announce.h | 49 AVAHI_LLIST_FIELDS(AvahiAnnouncer, by_interface); 50 AVAHI_LLIST_FIELDS(AvahiAnnouncer, by_entry);
|
D | cache.h | 61 AVAHI_LLIST_FIELDS(AvahiCacheEntry, by_key); 62 AVAHI_LLIST_FIELDS(AvahiCacheEntry, entry);
|
D | browse.h | 34 AVAHI_LLIST_FIELDS(AvahiSRecordBrowser, browser);
|
D | hashmap.c | 42 AVAHI_LLIST_FIELDS(Entry, bucket); 43 AVAHI_LLIST_FIELDS(Entry, entries);
|
D | browse-dns-server.c | 46 AVAHI_LLIST_FIELDS(AvahiDNSServerInfo, info); 60 AVAHI_LLIST_FIELDS(AvahiSDNSServerBrowser, browser);
|
D | wide-area.c | 56 AVAHI_LLIST_FIELDS(AvahiWideAreaCacheEntry, by_key); 57 AVAHI_LLIST_FIELDS(AvahiWideAreaCacheEntry, cache); 77 AVAHI_LLIST_FIELDS(AvahiWideAreaLookup, lookups); 78 AVAHI_LLIST_FIELDS(AvahiWideAreaLookup, by_key);
|
D | multicast-lookup.c | 53 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, lookups); 54 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, by_key);
|
D | query-sched.c | 58 AVAHI_LLIST_FIELDS(AvahiQueryJob, jobs); 65 AVAHI_LLIST_FIELDS(AvahiKnownAnswer, known_answer);
|
D | browse-service-type.c | 42 AVAHI_LLIST_FIELDS(AvahiSServiceTypeBrowser, browser);
|
D | rrlist.c | 41 AVAHI_LLIST_FIELDS(AvahiRecordListItem, items);
|
D | browse-service.c | 43 AVAHI_LLIST_FIELDS(AvahiSServiceBrowser, browser);
|
D | browse-domain.c | 48 AVAHI_LLIST_FIELDS(AvahiSDomainBrowser, browser);
|
D | querier.c | 49 AVAHI_LLIST_FIELDS(AvahiQuerier, queriers);
|
D | resolve-address.c | 54 AVAHI_LLIST_FIELDS(AvahiSAddressResolver, resolver);
|
/external/avahi/avahi-common/ |
D | rlist.h | 34 AVAHI_LLIST_FIELDS(AvahiRList, rlist);
|
D | llist.h | 36 #define AVAHI_LLIST_FIELDS(t,name) t *name##_next, *name##_prev macro
|
D | simple-watch.c | 47 AVAHI_LLIST_FIELDS(AvahiWatch, watches); 60 AVAHI_LLIST_FIELDS(AvahiTimeout, timeouts);
|
/external/avahi/avahi-glib/ |
D | glib-watch.c | 40 AVAHI_LLIST_FIELDS(AvahiWatch, watches); 53 AVAHI_LLIST_FIELDS(AvahiTimeout, timeouts);
|
12