Searched refs:AvahiSRBLookup (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse.h33 typedef struct AvahiSRBLookup AvahiSRBLookup; typedef in typeref:struct:AvahiSRBLookup
51 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
54 AvahiSRBLookup *root_lookup;
H A Dbrowse.c43 struct AvahiSRBLookup { struct
59 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups);
62 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
63 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
84 static AvahiSRBLookup* lookup_new(
91 AvahiSRBLookup *l;
101 if (!(l = avahi_new(AvahiSRBLookup, 1)))
116 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l);
123 static void lookup_unref(AvahiSRBLookup *l) {
130 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse.h33 typedef struct AvahiSRBLookup AvahiSRBLookup; typedef in typeref:struct:AvahiSRBLookup
51 AVAHI_LLIST_HEAD(AvahiSRBLookup, lookups);
54 AvahiSRBLookup *root_lookup;
H A Dbrowse.c43 struct AvahiSRBLookup { struct
59 AVAHI_LLIST_FIELDS(AvahiSRBLookup, lookups);
62 static void lookup_handle_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
63 static void lookup_drop_cname(AvahiSRBLookup *l, AvahiIfIndex interface, AvahiProtocol protocol, AvahiLookupFlags flags, AvahiRecord *r);
84 static AvahiSRBLookup* lookup_new(
91 AvahiSRBLookup *l;
101 if (!(l = avahi_new(AvahiSRBLookup, 1)))
116 AVAHI_LLIST_PREPEND(AvahiSRBLookup, lookups, b->lookups, l);
123 static void lookup_unref(AvahiSRBLookup *l) {
130 AVAHI_LLIST_REMOVE(AvahiSRBLookup, lookup
[all...]

Completed in 119 milliseconds