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

  /external/avahi/avahi-common/
error.h 56 AVAHI_ERR_DISCONNECTED = -23, /**< Daemon connection failed */
dbus.c 110 { DBUS_ERROR_DISCONNECTED, AVAHI_ERR_DISCONNECTED },
  /external/avahi/avahi-utils/
avahi-publish.c 158 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) {
avahi-browse.c 580 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) {
  /external/avahi/avahi-client/
client.c 120 avahi_client_set_errno(client, AVAHI_ERR_DISCONNECTED);
150 avahi_client_set_errno(client, AVAHI_ERR_DISCONNECTED);
  /external/avahi/avahi-compat-libdns_sd/
compat.c 155 case AVAHI_ERR_DISCONNECTED:
    [all...]

Completed in 192 milliseconds