• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:DPRINTF

382 	    DPRINTF(E_WARN, L_MDNS, "Got RR type A size %ld (should be %ld)\n", (long)size, (long)sizeof(addr.s_addr));
392 DPRINTF(E_DBG, L_MDNS, "Discarding IPv4 LL, not interested (service %s)\n", rb_data->name);
397 DPRINTF(E_DBG, L_MDNS, "Discarding IPv4, not interested (service %s)\n", rb_data->name);
403 DPRINTF(E_LOG, L_MDNS, "Could not print IPv4 address: %s\n", strerror(errno));
408 DPRINTF(E_DBG, L_MDNS, "Service %s, hostname %s resolved to %s\n", rb_data->name, hostname, address);
421 DPRINTF(E_DBG, L_MDNS, "Avahi Record Browser (%s v4): no more results (%s)\n", hostname,
427 DPRINTF(E_LOG, L_MDNS, "Avahi Record Browser (%s v4) failure: %s\n", hostname,
461 DPRINTF(E_WARN, L_MDNS, "Got RR type AAAA size %ld (should be %ld)\n", (long)size, (long)sizeof(addr.s6_addr));
471 DPRINTF(E_DBG, L_MDNS, "Discarding IPv6 LL, not interested (service %s)\n", rb_data->name);
476 DPRINTF(E_DBG, L_MDNS, "Discarding IPv6, not interested (service %s)\n", rb_data->name);
482 DPRINTF(E_LOG, L_MDNS, "Could not print IPv6 address: %s\n", strerror(errno));
491 DPRINTF(E_LOG, L_MDNS, "Could not map interface index %d to a name\n", intf);
500 DPRINTF(E_LOG, L_MDNS, "Buffer too short for scoped IPv6 LL\n");
506 DPRINTF(E_DBG, L_MDNS, "Service %s, hostname %s resolved to %s\n", rb_data->name, hostname, address);
519 DPRINTF(E_DBG, L_MDNS, "Avahi Record Browser (%s v6): no more results (%s)\n", hostname,
525 DPRINTF(E_LOG, L_MDNS, "Avahi Record Browser (%s v6) failure: %s\n", hostname,
555 DPRINTF(E_LOG, L_MDNS, "Out of memory for record browser data\n");
568 DPRINTF(E_LOG, L_MDNS, "Out of memory for service name\n");
576 DPRINTF(E_LOG, L_MDNS, "Out of memory for service domain\n");
607 DPRINTF(E_LOG, L_MDNS, "Could not build TXT record keyval\n");
623 DPRINTF(E_LOG, L_MDNS, "Could not create v4 record browser for host %s: %s\n",
632 DPRINTF(E_LOG, L_MDNS, "Could not create v4 record browser for host %s: %s\n",
667 DPRINTF(E_LOG, L_MDNS, "Avahi Resolver failure: service '%s' type '%s': %s\n", name, type,
672 DPRINTF(E_DBG, L_MDNS, "Avahi Resolver: resolved service '%s' type '%s' proto %d\n", name, type, proto);
681 DPRINTF(E_LOG, L_MDNS, "Failed to create record browser for type A\n");
689 DPRINTF(E_LOG, L_MDNS, "Failed to create record browser for type A\n");
714 DPRINTF(E_LOG, L_MDNS, "Avahi Browser failure: %s\n",
722 DPRINTF(E_LOG, L_MDNS, "Failed to recreate service browser (service type %s): %s\n", mb->type,
728 DPRINTF(E_DBG, L_MDNS, "Avahi Browser: NEW service '%s' type '%s' proto %d\n", name, type, proto);
732 DPRINTF(E_LOG, L_MDNS, "Failed to create service resolver: %s\n",
737 DPRINTF(E_DBG, L_MDNS, "Avahi Browser: REMOVE service '%s' type '%s' proto %d\n", name, type, proto);
750 DPRINTF(E_INFO, L_MDNS, "Avahi Browser: unknown protocol %d\n", proto);
762 DPRINTF(E_DBG, L_MDNS, "Avahi Browser (%s): no more results (%s)\n", mb->type,
778 DPRINTF(E_DBG, L_MDNS, "Successfully added mDNS services\n");
782 DPRINTF(E_DBG, L_MDNS, "Group collision\n");
786 DPRINTF(E_DBG, L_MDNS, "Group failure\n");
790 DPRINTF(E_DBG, L_MDNS, "Group uncommitted\n");
794 DPRINTF(E_DBG, L_MDNS, "Group registering\n");
805 DPRINTF(E_DBG, L_MDNS, "Creating service group\n");
809 DPRINTF(E_DBG, L_MDNS, "No entries yet... skipping service create\n");
819 DPRINTF(E_WARN, L_MDNS, "Could not create Avahi EntryGroup: %s\n",
829 DPRINTF(E_DBG, L_MDNS, "Re-registering %s/%s\n", pentry->name, pentry->type);
836 DPRINTF(E_WARN, L_MDNS, "Could not add mDNS services: %s\n", avahi_strerror(ret));
847 DPRINTF(E_WARN, L_MDNS, "Could not commit mDNS services: %s\n",
862 DPRINTF(E_LOG, L_MDNS, "Avahi state change: Client running\n");
871 DPRINTF(E_LOG, L_MDNS, "Failed to recreate service browser (service type %s): %s\n", mb->type,
878 DPRINTF(E_LOG, L_MDNS, "Avahi state change: Client collision\n");
884 DPRINTF(E_LOG, L_MDNS, "Avahi state change: Client failure\n");
889 DPRINTF(E_LOG, L_MDNS, "Avahi Server disconnected, reconnecting\n");
898 DPRINTF(E_LOG, L_MDNS, "Failed to create new Avahi client: %s\n",
904 DPRINTF(E_LOG, L_MDNS, "Avahi client failure: %s\n", avahi_strerror(error));
909 DPRINTF(E_LOG, L_MDNS, "Avahi state change: Client registering\n");
915 DPRINTF(E_LOG, L_MDNS, "Avahi state change: Client connecting\n");
928 DPRINTF(E_DBG, L_MDNS, "Initializing Avahi mDNS\n");
939 DPRINTF(E_WARN, L_MDNS, "mdns_init: Could not create Avahi client: %s\n",
992 DPRINTF(E_DBG, L_MDNS, "Adding mDNS service %s/%s\n", name, type);
1007 DPRINTF(E_DBG, L_MDNS, "Added key %s\n", txt[i]);
1017 DPRINTF(E_DBG, L_MDNS, "Resetting mDNS group\n");
1021 DPRINTF(E_DBG, L_MDNS, "Creating service group\n");
1033 DPRINTF(E_DBG, L_MDNS, "Adding service browser for type %s\n", type);
1050 DPRINTF(E_LOG, L_MDNS, "Failed to create service browser: %s\n",