Home
last modified time | relevance | path

Searched refs:AvahiSRBLookup (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-core/
Dbrowse.c41 struct AvahiSRBLookup { struct
57 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups); argument
60 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, …
61 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, Av…
82 static AvahiSRBLookup* lookup_new( in lookup_new()
89 AvahiSRBLookup *l; in lookup_new()
99 if (!(l = avahi_new(AvahiSRBLookup, 1))) in lookup_new()
114 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l); in lookup_new()
121 static void lookup_unref(AvahiSRBLookup *l) { in lookup_unref()
128 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookups, l->record_browser->lookups, l); in lookup_unref()
[all …]
Dbrowse.h31 typedef struct AvahiSRBLookup AvahiSRBLookup; typedef
49 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
52 AvahiSRBLookup *root_lookup;