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

  /external/avahi/avahi-client/
client.h 45 AVAHI_CLIENT_CONNECTING = 101 /**< We're still connecting. This state is only entered when AVAHI_CLIENT_NO_FAIL has been passed to avahi_client_new() and the daemon is not yet available. */
50 AVAHI_CLIENT_NO_FAIL = 2 /**< Don't fail if the daemon is not available when avahi_client_new() is called, instead enter AVAHI_CLIENT_CONNECTING state and wait for the daemon to appear */
client.c 574 if (!(flags & AVAHI_CLIENT_NO_FAIL)) {
  /external/avahi/avahi-gobject/
ga-client.h 40 GA_CLIENT_FLAG_NO_FAIL = AVAHI_CLIENT_NO_FAIL
  /external/avahi/avahi-utils/
avahi-publish.c 169 if (!(client = avahi_client_new(avahi_simple_poll_get(simple_poll), AVAHI_CLIENT_NO_FAIL, client_callback, config, &error))) {
385 if (!(client = avahi_client_new(avahi_simple_poll_get(simple_poll), config.no_fail ? AVAHI_CLIENT_NO_FAIL : 0, client_callback, &config, &error))) {
avahi-browse.c 598 if (!(client = avahi_client_new(avahi_simple_poll_get(simple_poll), AVAHI_CLIENT_NO_FAIL, client_callback, config, &error))) {
828 if (!(client = avahi_client_new(avahi_simple_poll_get(simple_poll), config.no_fail ? AVAHI_CLIENT_NO_FAIL : 0, client_callback, &config, &error))) {

Completed in 3447 milliseconds