Home
last modified time | relevance | path

Searched refs:AVAHI_ERR_NO_DAEMON (Results 1 – 4 of 4) sorted by relevance

/external/avahi/avahi-common/
Ddbus.c101 { DBUS_ERROR_SERVICE_UNKNOWN, AVAHI_ERR_NO_DAEMON },
102 { DBUS_ERROR_BAD_ADDRESS, AVAHI_ERR_NO_DAEMON },
107 { DBUS_ERROR_NO_SERVER, AVAHI_ERR_NO_DAEMON },
Derror.h59 AVAHI_ERR_NO_DAEMON = -26, /**< Daemon not running */ enumerator
/external/avahi/avahi-client/
Dclient.c577 *ret_error = AVAHI_ERR_NO_DAEMON; in avahi_client_new()
614 *ret_error = AVAHI_ERR_NO_DAEMON; in avahi_client_new()
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c156 case AVAHI_ERR_NO_DAEMON: in map_error()