HomeSort by relevance Sort by last modified time
    Searched refs:AVAHI_LLIST_FIELDS (Results 1 - 25 of 36) sorted by null

1 2

  /external/avahi/avahi-daemon/
ini-file-parser.h 30 AVAHI_LLIST_FIELDS(AvahiIniFilePair, pairs);
35 AVAHI_LLIST_FIELDS(AvahiIniFileGroup, groups);
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...]
static-hosts.c 46 AVAHI_LLIST_FIELDS(StaticHost, hosts);
  /external/avahi/avahi-common/
rlist.h 34 AVAHI_LLIST_FIELDS(AvahiRList, rlist);
llist.h 36 #define AVAHI_LLIST_FIELDS(t,name) t *name##_next, *name##_prev
  /external/avahi/avahi-client/
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/
browse.h 34 AVAHI_LLIST_FIELDS(AvahiSRecordBrowser, browser);
announce.h 49 AVAHI_LLIST_FIELDS(AvahiAnnouncer, by_interface);
50 AVAHI_LLIST_FIELDS(AvahiAnnouncer, by_entry);
cache.h 61 AVAHI_LLIST_FIELDS(AvahiCacheEntry, by_key);
62 AVAHI_LLIST_FIELDS(AvahiCacheEntry, entry);
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);
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);
browse-dns-server.c 46 AVAHI_LLIST_FIELDS(AvahiDNSServerInfo, info);
60 AVAHI_LLIST_FIELDS(AvahiSDNSServerBrowser, browser);
hashmap.c 42 AVAHI_LLIST_FIELDS(Entry, bucket);
43 AVAHI_LLIST_FIELDS(Entry, entries);
browse-service-type.c 42 AVAHI_LLIST_FIELDS(AvahiSServiceTypeBrowser, browser);
browse-service.c 43 AVAHI_LLIST_FIELDS(AvahiSServiceBrowser, browser);
rrlist.c 41 AVAHI_LLIST_FIELDS(AvahiRecordListItem, items);
multicast-lookup.c 53 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, lookups);
54 AVAHI_LLIST_FIELDS(AvahiMulticastLookup, by_key);
query-sched.c 58 AVAHI_LLIST_FIELDS(AvahiQueryJob, jobs);
65 AVAHI_LLIST_FIELDS(AvahiKnownAnswer, known_answer);
browse-domain.c 48 AVAHI_LLIST_FIELDS(AvahiSDomainBrowser, browser);
querier.c 49 AVAHI_LLIST_FIELDS(AvahiQuerier, queriers);
resolve-address.c 54 AVAHI_LLIST_FIELDS(AvahiSAddressResolver, resolver);
resolve-host-name.c 53 AVAHI_LLIST_FIELDS(AvahiSHostNameResolver, resolver);
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);
  /external/avahi/avahi-glib/
glib-watch.c 40 AVAHI_LLIST_FIELDS(AvahiWatch, watches);
53 AVAHI_LLIST_FIELDS(AvahiTimeout, timeouts);
  /external/avahi/avahi-autoipd/
iface-linux.c 60 AVAHI_LLIST_FIELDS(Address, addresses);

Completed in 314 milliseconds

1 2