HomeSort by relevance Sort by last modified time
    Searched refs:avahi_entry_group_commit (Results 1 - 11 of 11) sorted by null

  /external/avahi/avahi-client/
publish.h 67 int avahi_entry_group_commit (AvahiEntryGroup*);
85 /** Add a service. Takes a variable NULL terminated list of TXT record strings as last arguments. Please note that this service is not announced on the network before avahi_entry_group_commit() is called. */
client-test.c 196 avahi_entry_group_commit (g);
261 avahi_entry_group_commit (group);
299 avahi_entry_group_commit (group2);
entrygroup.c 253 int avahi_entry_group_commit(AvahiEntryGroup *group) { function
  /external/libweave/examples/provider/
avahi_client.cc 88 ret = avahi_entry_group_commit(group_.get());
  /external/avahi/examples/
client-publish-service.c 141 if ((ret = avahi_entry_group_commit(group)) < 0) {
  /system/weaved/buffet/
avahi_mdns_client.cc 123 ret = avahi_entry_group_commit(group_.get());
  /external/avahi/avahi-sharp/
EntryGroup.cs 79 private static extern int avahi_entry_group_commit (IntPtr group); method in class:Avahi.EntryGroup
181 if (avahi_entry_group_commit (handle) < 0)
  /external/avahi/avahi-utils/
avahi-publish.c 145 avahi_entry_group_commit(entry_group);
  /external/avahi/avahi-gobject/
ga-entry-group.c 601 ret = avahi_entry_group_commit(priv->group);
  /external/avahi/avahi-compat-howl/
compat.c 681 if ((ret = avahi_entry_group_commit(data->object)) < 0)
  /external/avahi/avahi-compat-libdns_sd/
compat.c 953 if ((ret = avahi_entry_group_commit(sdref->entry_group)) < 0)
    [all...]

Completed in 306 milliseconds