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

  /external/avahi/avahi-common/
error.h 31 AVAHI_OK = 0, /**< OK */
domain.c 477 return AVAHI_OK;
  /external/avahi/avahi-core/
update-test.c 52 assert(ret == AVAHI_OK);
65 assert(ret == AVAHI_OK);
entry.c 327 return AVAHI_OK;
375 return AVAHI_OK;
428 return AVAHI_OK;
441 int ret = AVAHI_OK;
515 if (ret != AVAHI_OK && !(flags & AVAHI_PUBLISH_UPDATE)) {
584 int ret = AVAHI_OK;
672 if (ret != AVAHI_OK && !(flags & AVAHI_PUBLISH_UPDATE)) {
744 int ret = AVAHI_OK;
836 int ret = AVAHI_OK;
1007 return AVAHI_OK;
    [all...]
server.c     [all...]
wide-area.c 457 AVAHI_OK,
  /external/avahi/avahi-client/
entrygroup.c 55 int r = AVAHI_OK;
191 int r = AVAHI_OK;
219 return AVAHI_OK;
238 int r = AVAHI_OK;
299 int r = AVAHI_OK;
415 int r = AVAHI_OK;
478 return AVAHI_OK;
533 int r = AVAHI_OK;
592 return AVAHI_OK;
644 int r = AVAHI_OK;
    [all...]
client.c 185 if ((c = avahi_error_dbus_to_number(e)) != AVAHI_OK)
216 if ((c = avahi_error_dbus_to_number(e)) != AVAHI_OK)
332 return AVAHI_OK;
412 return AVAHI_OK;
440 return AVAHI_OK;
494 client->error = AVAHI_OK;
800 int r = AVAHI_OK;
829 return AVAHI_OK;
browser.c 241 int r = AVAHI_OK;
247 return AVAHI_OK;
472 int r = AVAHI_OK;
693 int r = AVAHI_OK;
910 int r = AVAHI_OK;
resolver.c 326 int ret = AVAHI_OK;
540 int ret = AVAHI_OK;
763 int ret = AVAHI_OK;
  /external/avahi/avahi-daemon/
dbus-util.c 48 assert(-error > -AVAHI_OK);
413 if (avahi_server_get_group_of_service(avahi_server, interface, protocol, name, type, domain, &g) == AVAHI_OK) {
  /external/avahi/avahi-compat-libdns_sd/
compat.c 101 case AVAHI_OK :
709 assert(ret == AVAHI_OK);
    [all...]
  /external/avahi/avahi-compat-howl/
compat.c 120 case AVAHI_OK:

Completed in 6304 milliseconds