Home
last modified time | relevance | path

Searched refs:AVAHI_ERR_DISCONNECTED (Results 1 – 7 of 7) sorted by relevance

/external/avahi/avahi-common/
Derror.h56 AVAHI_ERR_DISCONNECTED = -23, /**< Daemon connection failed */ enumerator
Ddbus.c110 { DBUS_ERROR_DISCONNECTED, AVAHI_ERR_DISCONNECTED },
/external/avahi/docs/
DAPI-CHANGES-0.668 is AVAHI_ERR_DISCONNECTED, the situation where
/external/avahi/avahi-utils/
Davahi-publish.c158 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) { in client_callback()
Davahi-browse.c580 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) { in client_callback()
/external/avahi/avahi-client/
Dclient.c120 avahi_client_set_errno(client, AVAHI_ERR_DISCONNECTED); in filter_func()
150 avahi_client_set_errno(client, AVAHI_ERR_DISCONNECTED); in filter_func()
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c155 case AVAHI_ERR_DISCONNECTED: in map_error()