Home
last modified time | relevance | path

Searched refs:AVAHI_CLIENT_FAILURE (Results 1 – 16 of 16) sorted by relevance

/external/avahi/avahi-client/
Dclient.h44AVAHI_CLIENT_FAILURE = 100, /**< Some kind of error happened on the cl… enumerator
Dclient.c67 case AVAHI_CLIENT_FAILURE: in client_set_state()
300 client_set_state(client, AVAHI_CLIENT_FAILURE); in filter_func()
/external/avahi/avahi-gobject/
Dga-client.h33 GA_CLIENT_STATE_FAILURE = AVAHI_CLIENT_FAILURE,
Dga-client.c197 { AVAHI_CLIENT_FAILURE, "failure", 0}, in detail_for_state()
/external/avahi/examples/
Dglib-integration.c61 if (state == AVAHI_CLIENT_FAILURE) in avahi_client_callback()
Dclient-browse-services.c146 if (state == AVAHI_CLIENT_FAILURE) { in client_callback()
Dclient-publish-service.c181 case AVAHI_CLIENT_FAILURE: in client_callback()
/external/avahi/avahi-utils/
Davahi-set-host-name.c58 case AVAHI_CLIENT_FAILURE: in client_callback()
Davahi-resolve.c142 case AVAHI_CLIENT_FAILURE: in client_callback()
Davahi-publish.c156 case AVAHI_CLIENT_FAILURE: in client_callback()
Davahi-browse.c578 case AVAHI_CLIENT_FAILURE: in client_callback()
/external/avahi/docs/
DAPI-CHANGES-0.665 * AvahiClient gained a new state AVAHI_CLIENT_FAILURE. (superseding
DTODO100 * introduce AVAHI_CLIENT_FAILURE
/external/avahi/avahi-compat-libdns_sd/
Dcompat.c579 case AVAHI_CLIENT_FAILURE: in generic_client_callback()
971 case AVAHI_CLIENT_FAILURE: in reg_client_callback()
/external/avahi/avahi-compat-howl/
Dcompat.c695 case AVAHI_CLIENT_FAILURE: in reg_client_callback()
/external/avahi/avahi-ui/
Davahi-ui.c321 if (state == AVAHI_CLIENT_FAILURE) { in client_callback()