Searched refs:AVAHI_ERR_DISCONNECTED (Results 1 – 7 of 7) sorted by relevance
56 AVAHI_ERR_DISCONNECTED = -23, /**< Daemon connection failed */ enumerator
110 { DBUS_ERROR_DISCONNECTED, AVAHI_ERR_DISCONNECTED },
68 is AVAHI_ERR_DISCONNECTED, the situation where
158 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) { in client_callback()
580 if (config->no_fail && avahi_client_errno(c) == AVAHI_ERR_DISCONNECTED) { in client_callback()
120 avahi_client_set_errno(client, AVAHI_ERR_DISCONNECTED); in filter_func()150 avahi_client_set_errno(client, AVAHI_ERR_DISCONNECTED); in filter_func()
155 case AVAHI_ERR_DISCONNECTED: in map_error()