Searched refs:AvahiSEntryGroup (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dpublish.h32 typedef struct AvahiSEntryGroup AvahiSEntryGroup; typedef in typeref:struct:AvahiSEntryGroup
39 /** Prototype for callback functions which are called whenever the state of an AvahiSEntryGroup object changes */
40 typedef void (*AvahiSEntryGroupCallback) (AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
48 const AvahiRecord *avahi_server_iterate(AvahiServer *s, AvahiSEntryGroup *g, void **state);
55 AvahiSEntryGroup *avahi_s_entry_group_new(AvahiServer *s, AvahiSEntryGroupCallback callback, void* userdata);
58 void avahi_s_entry_group_free(AvahiSEntryGroup *g);
61 int avahi_s_entry_group_commit(AvahiSEntryGroup *g);
64 void avahi_s_entry_group_reset(AvahiSEntryGroup *g);
67 int avahi_s_entry_group_is_empty(AvahiSEntryGroup *
[all...]
H A Dinternal.h67 AvahiSEntryGroup *group;
83 struct AvahiSEntryGroup { struct
99 AVAHI_LLIST_FIELDS(AvahiSEntryGroup, groups);
112 AVAHI_LLIST_HEAD(AvahiSEntryGroup, groups);
141 AvahiSEntryGroup *hinfo_entry_group;
142 AvahiSEntryGroup *browse_domain_entry_group;
163 void avahi_entry_group_free(AvahiServer *s, AvahiSEntryGroup *g);
171 void avahi_s_entry_group_change_state(AvahiSEntryGroup *g, AvahiEntryGroupState state);
177 void avahi_host_rr_entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void *userdata);
188 AvahiSEntryGroup *
[all...]
H A Dannounce.h57 void avahi_announce_group(AvahiServer *s, AvahiSEntryGroup *g);
61 void avahi_s_entry_group_check_probed(AvahiSEntryGroup *g, int immediately);
H A Dentry.c101 void avahi_entry_group_free(AvahiServer *s, AvahiSEntryGroup *g) {
111 AVAHI_LLIST_REMOVE(AvahiSEntryGroup, groups, s->groups, g);
119 AvahiSEntryGroup *g, *next;
184 AvahiSEntryGroup *g,
315 AvahiSEntryGroup *g,
327 const AvahiRecord *avahi_server_iterate(AvahiServer *s, AvahiSEntryGroup *g, void **state) {
377 AvahiSEntryGroup *g,
410 AvahiSEntryGroup *g,
430 AvahiSEntryGroup *g,
524 AvahiSEntryGroup *
[all...]
H A Dconformance-test.c47 static AvahiSEntryGroup *group = NULL;
65 static void entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
99 static void entry_group_callback(AVAHI_GCC_UNUSED AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void* userdata) {
H A Ddns-srv-rr.h51 AvahiSEntryGroup *g,
H A Diface.h88 AvahiSEntryGroup *entry_group;
129 AvahiSEntryGroup *entry_group;
H A Dupdate-test.c41 static AvahiSEntryGroup *group = NULL;
H A Davahi-test.c46 static AvahiSEntryGroup *group = NULL;
115 static void entry_group_callback(AVAHI_GCC_UNUSED AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void* userdata) {
H A Dannounce.c73 void avahi_s_entry_group_check_probed(AvahiSEntryGroup *g, int immediately) {
297 void avahi_announce_group(AvahiServer *s, AvahiSEntryGroup *g) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dpublish.h32 typedef struct AvahiSEntryGroup AvahiSEntryGroup; typedef in typeref:struct:AvahiSEntryGroup
39 /** Prototype for callback functions which are called whenever the state of an AvahiSEntryGroup object changes */
40 typedef void (*AvahiSEntryGroupCallback) (AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
48 const AvahiRecord *avahi_server_iterate(AvahiServer *s, AvahiSEntryGroup *g, void **state);
55 AvahiSEntryGroup *avahi_s_entry_group_new(AvahiServer *s, AvahiSEntryGroupCallback callback, void* userdata);
58 void avahi_s_entry_group_free(AvahiSEntryGroup *g);
61 int avahi_s_entry_group_commit(AvahiSEntryGroup *g);
64 void avahi_s_entry_group_reset(AvahiSEntryGroup *g);
67 int avahi_s_entry_group_is_empty(AvahiSEntryGroup *
[all...]
H A Dinternal.h67 AvahiSEntryGroup *group;
83 struct AvahiSEntryGroup { struct
99 AVAHI_LLIST_FIELDS(AvahiSEntryGroup, groups);
112 AVAHI_LLIST_HEAD(AvahiSEntryGroup, groups);
141 AvahiSEntryGroup *hinfo_entry_group;
142 AvahiSEntryGroup *browse_domain_entry_group;
163 void avahi_entry_group_free(AvahiServer *s, AvahiSEntryGroup *g);
171 void avahi_s_entry_group_change_state(AvahiSEntryGroup *g, AvahiEntryGroupState state);
177 void avahi_host_rr_entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void *userdata);
188 AvahiSEntryGroup *
[all...]
H A Dannounce.h57 void avahi_announce_group(AvahiServer *s, AvahiSEntryGroup *g);
61 void avahi_s_entry_group_check_probed(AvahiSEntryGroup *g, int immediately);
H A Dentry.c101 void avahi_entry_group_free(AvahiServer *s, AvahiSEntryGroup *g) {
111 AVAHI_LLIST_REMOVE(AvahiSEntryGroup, groups, s->groups, g);
119 AvahiSEntryGroup *g, *next;
184 AvahiSEntryGroup *g,
315 AvahiSEntryGroup *g,
327 const AvahiRecord *avahi_server_iterate(AvahiServer *s, AvahiSEntryGroup *g, void **state) {
377 AvahiSEntryGroup *g,
410 AvahiSEntryGroup *g,
430 AvahiSEntryGroup *g,
524 AvahiSEntryGroup *
[all...]
H A Dconformance-test.c47 static AvahiSEntryGroup *group = NULL;
65 static void entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
99 static void entry_group_callback(AVAHI_GCC_UNUSED AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void* userdata) {
H A Ddns-srv-rr.h51 AvahiSEntryGroup *g,
H A Diface.h88 AvahiSEntryGroup *entry_group;
129 AvahiSEntryGroup *entry_group;
H A Dupdate-test.c41 static AvahiSEntryGroup *group = NULL;
H A Davahi-test.c46 static AvahiSEntryGroup *group = NULL;
115 static void entry_group_callback(AVAHI_GCC_UNUSED AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void* userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/examples/
H A Dcore-publish-service.c38 static AvahiSEntryGroup *group = NULL;
44 static void entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/examples/
H A Dcore-publish-service.c38 static AvahiSEntryGroup *group = NULL;
44 static void entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, AVAHI_GCC_UNUSED void *userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Ddbus-internal.h55 AvahiSEntryGroup *entry_group;
184 void avahi_dbus_entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
H A Dstatic-hosts.c42 AvahiSEntryGroup *group;
57 static void entry_group_callback(AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *eg, AvahiEntryGroupState state, void* userdata) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Ddbus-internal.h55 AvahiSEntryGroup *entry_group;
184 void avahi_dbus_entry_group_callback(AvahiServer *s, AvahiSEntryGroup *g, AvahiEntryGroupState state, void* userdata);
H A Dstatic-hosts.c42 AvahiSEntryGroup *group;
57 static void entry_group_callback(AvahiServer *s, AVAHI_GCC_UNUSED AvahiSEntryGroup *eg, AvahiEntryGroupState state, void* userdata) {

Completed in 180 milliseconds

12