Searched refs:AVAHI_LLIST_PREPEND (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Drlist.c39 AVAHI_LLIST_PREPEND(AvahiRList, rlist, r, n);
H A Dllist.h51 #define AVAHI_LLIST_PREPEND(t,name,head,item) do { \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dhashmap.c149 AVAHI_LLIST_PREPEND(Entry, entries, m->entries_list, e);
152 AVAHI_LLIST_PREPEND(Entry, bucket, m->entries[idx], e);
183 AVAHI_LLIST_PREPEND(Entry, entries, m->entries_list, e);
186 AVAHI_LLIST_PREPEND(Entry, bucket, m->entries[idx], e);
H A Drrlist.c117 AVAHI_LLIST_PREPEND(AvahiRecordListItem, items, l->read, i);
163 AVAHI_LLIST_PREPEND(AvahiRecordListItem, items, l->unread, i);
H A Dquery-sched.c99 AVAHI_LLIST_PREPEND(AvahiQueryJob, jobs, s->history, qj);
101 AVAHI_LLIST_PREPEND(AvahiQueryJob, jobs, s->jobs, qj);
145 AVAHI_LLIST_PREPEND(AvahiQueryJob, jobs, s->history, qj);
210 AVAHI_LLIST_PREPEND(AvahiKnownAnswer, known_answer, s->known_answers, ka);
H A Dprobe-sched.c79 AVAHI_LLIST_PREPEND(AvahiProbeJob, jobs, s->history, pj);
81 AVAHI_LLIST_PREPEND(AvahiProbeJob, jobs, s->jobs, pj);
124 AVAHI_LLIST_PREPEND(AvahiProbeJob, jobs, s->history, pj);
H A Dresponse-sched.c97 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->jobs, rj);
99 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->history, rj);
101 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->suppressed, rj);
147 AVAHI_LLIST_PREPEND(AvahiResponseJob, jobs, s->history, rj);
H A Dbrowse-dns-server.c186 AVAHI_LLIST_PREPEND(AvahiDNSServerInfo, info, b->info, i);
288 AVAHI_LLIST_PREPEND(AvahiSDNSServerBrowser, browser, server->dns_server_browsers, b);
H A Dbrowse-service-type.c119 AVAHI_LLIST_PREPEND(AvahiSServiceTypeBrowser, browser, server->service_type_browsers, b);
H A Dbrowse-service.c129 AVAHI_LLIST_PREPEND(AvahiSServiceBrowser, browser, server->service_browsers, b);
H A Dmulticast-lookup.c111 AVAHI_LLIST_PREPEND(AvahiMulticastLookup, by_key, t, l);
114 AVAHI_LLIST_PREPEND(AvahiMulticastLookup, lookups, e->lookups, l);
H A Dcache.c357 AVAHI_LLIST_PREPEND(AvahiCacheEntry, by_key, first, e);
361 AVAHI_LLIST_PREPEND(AvahiCacheEntry, entry, c->entries, e);
H A Dbrowse-domain.c194 AVAHI_LLIST_PREPEND(AvahiSDomainBrowser, browser, server->domain_browsers, b);
H A Diface.c353 AVAHI_LLIST_PREPEND(AvahiInterface, by_hardware, hw->interfaces, i);
354 AVAHI_LLIST_PREPEND(AvahiInterface, interface, m->interfaces, i);
392 AVAHI_LLIST_PREPEND(AvahiHwInterface, hardware, m->hw_interfaces, hw);
420 AVAHI_LLIST_PREPEND(AvahiInterfaceAddress, address, i->addresses, a);
H A Dquerier.c138 AVAHI_LLIST_PREPEND(AvahiQuerier, queriers, i->queriers, q);
H A Dresolve-address.c226 AVAHI_LLIST_PREPEND(AvahiSAddressResolver, resolver, server->address_resolvers, r);
H A Dresolve-host-name.c247 AVAHI_LLIST_PREPEND(AvahiSHostNameResolver, resolver, server->host_name_resolvers, r);
H A Dwide-area.c266 AVAHI_LLIST_PREPEND(AvahiWideAreaLookup, by_key, t, l);
269 AVAHI_LLIST_PREPEND(AvahiWideAreaLookup, lookups, e->lookups, l);
430 AVAHI_LLIST_PREPEND(AvahiWideAreaCacheEntry, cache, e->cache, c);
434 AVAHI_LLIST_PREPEND(AvahiWideAreaCacheEntry, by_key, t, c);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dini-file-parser.c85 AVAHI_LLIST_PREPEND(AvahiIniFileGroup, groups, f->groups, group);
107 AVAHI_LLIST_PREPEND(AvahiIniFilePair, pairs, group->pairs, pair);
H A Ddbus-protocol.c156 AVAHI_LLIST_PREPEND(Client, clients, server->clients, client);
452 AVAHI_LLIST_PREPEND(EntryGroupInfo, entry_groups, client->entry_groups, i);
496 AVAHI_LLIST_PREPEND(SyncHostNameResolverInfo, sync_host_name_resolvers, client->sync_host_name_resolvers, i);
541 AVAHI_LLIST_PREPEND(SyncAddressResolverInfo, sync_address_resolvers, client->sync_address_resolvers, i);
595 AVAHI_LLIST_PREPEND(DomainBrowserInfo, domain_browsers, client->domain_browsers, i);
650 AVAHI_LLIST_PREPEND(ServiceTypeBrowserInfo, service_type_browsers, client->service_type_browsers, i);
706 AVAHI_LLIST_PREPEND(ServiceBrowserInfo, service_browsers, client->service_browsers, i);
758 AVAHI_LLIST_PREPEND(SyncServiceResolverInfo, sync_service_resolvers, client->sync_service_resolvers, i);
817 AVAHI_LLIST_PREPEND(AsyncServiceResolverInfo, async_service_resolvers, client->async_service_resolvers, i);
872 AVAHI_LLIST_PREPEND(AsyncHostNameResolverInf
[all...]
H A Dstatic-hosts.c94 AVAHI_LLIST_PREPEND(StaticHost, hosts, hosts, s);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dresolver.c229 AVAHI_LLIST_PREPEND(AvahiServiceResolver, service_resolvers, client->service_resolvers, r);
466 AVAHI_LLIST_PREPEND(AvahiHostNameResolver, host_name_resolvers, client->host_name_resolvers, r);
689 AVAHI_LLIST_PREPEND(AvahiAddressResolver, address_resolvers, client->address_resolvers, r);
H A Dbrowser.c151 AVAHI_LLIST_PREPEND(AvahiDomainBrowser, domain_browsers, client->domain_browsers, db);
394 AVAHI_LLIST_PREPEND(AvahiServiceTypeBrowser, service_type_browsers, client->service_type_browsers, b);
610 AVAHI_LLIST_PREPEND(AvahiServiceBrowser, service_browsers, client->service_browsers, b);
832 AVAHI_LLIST_PREPEND(AvahiRecordBrowser, record_browsers, client->record_browsers, b);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-glib/
H A Dglib-watch.c136 AVAHI_LLIST_PREPEND(AvahiWatch, watches, g->watches, w);
190 AVAHI_LLIST_PREPEND(AvahiTimeout, timeouts, g->timeouts, t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-linux.c174 AVAHI_LLIST_PREPEND(Address, addresses, addresses, i);

Completed in 88 milliseconds

12