• 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

360       DPRINTF(E_LOG, L_RAOP, "Couldn't get clock: %s\n", strerror(errno));
391 DPRINTF(E_LOG, L_RAOP, "Could not open hash: %s\n", ebuf);
457 DPRINTF(E_LOG, L_RAOP, "Could not add OAEP padding: message too long\n");
479 DPRINTF(E_LOG, L_RAOP, "Could not allocate memory for OAEP padding\n");
515 DPRINTF(E_LOG, L_RAOP, "Could not allocate memory for OAEP seed\n");
601 DPRINTF(E_LOG, L_RAOP, "Could not read RAOP RSA pubkey: %s\n", ebuf);
611 DPRINTF(E_LOG, L_RAOP, "Could not read RAOP RSA exponent: %s\n", ebuf);
625 DPRINTF(E_LOG, L_RAOP, "Could not convert input data: %s\n", ebuf);
635 DPRINTF(E_LOG, L_RAOP, "Could not build RSA params S-exp: %s\n", ebuf);
645 DPRINTF(E_LOG, L_RAOP, "Could not build data S-exp: %s\n", ebuf);
655 DPRINTF(E_LOG, L_RAOP, "Could not encrypt data: %s\n", ebuf);
664 DPRINTF(E_LOG, L_RAOP, "Could not find token 'a' in result S-exp\n");
672 DPRINTF(E_LOG, L_RAOP, "Cannot extract MPI from result\n");
682 DPRINTF(E_LOG, L_RAOP, "Could not copy encrypted data: %s\n", ebuf);
771 DPRINTF(E_LOG, L_RAOP, "Out of memory for RAOP metadata\n");
788 DPRINTF(E_LOG, L_RAOP, "Could not build filter for file id %d; metadata will not be sent\n", id);
796 DPRINTF(E_LOG, L_RAOP, "Couldn't start query; no metadata will be sent\n");
804 DPRINTF(E_LOG, L_RAOP, "Couldn't fetch file id %d; metadata will not be sent\n", id);
813 DPRINTF(E_LOG, L_RAOP, "Out of memory for temporary metadata evbuffer; metadata will not be sent\n");
821 DPRINTF(E_LOG, L_RAOP, "Out of memory for metadata evbuffer; metadata will not be sent\n");
831 DPRINTF(E_LOG, L_RAOP, "Could not encode file metadata; metadata will not be sent\n");
840 DPRINTF(E_LOG, L_RAOP, "Failed to convert song_length to integer; no metadata will be sent\n");
852 DPRINTF(E_LOG, L_RAOP, "Out of memory for artwork evbuffer; no artwork will be sent\n");
860 DPRINTF(E_LOG, L_RAOP, "Failed to retrieve artwork for '%s' (%d); no artwork will be sent\n", dbmfi.title, id);
917 DPRINTF(E_LOG, L_RAOP, "Authentication required but no password found for device %s\n", rs->devname);
937 DPRINTF(E_LOG, L_RAOP, "Could not open MD5: %s\n", ebuf);
957 DPRINTF(E_LOG, L_RAOP, "Could not read MD5 hash\n");
976 DPRINTF(E_LOG, L_RAOP, "Could not read MD5 hash\n");
997 DPRINTF(E_LOG, L_RAOP, "Could not read MD5 hash\n");
1012 DPRINTF(E_LOG, L_RAOP, "Authorization value header exceeds buffer size\n");
1019 DPRINTF(E_DBG, L_RAOP, "Authorization header: %s\n", auth);
1049 DPRINTF(E_LOG, L_RAOP, "WWW-Authenticate header not found\n");
1054 DPRINTF(E_DBG, L_RAOP, "WWW-Authenticate: %s\n", param);
1058 DPRINTF(E_LOG, L_RAOP, "Unsupported authentication method: %s\n", param);
1066 DPRINTF(E_LOG, L_RAOP, "Out of memory for WWW-Authenticate header copy\n");
1101 DPRINTF(E_LOG, L_RAOP, "Could not find realm/nonce in WWW-Authenticate header\n");
1118 DPRINTF(E_DBG, L_RAOP, "Found realm: [%s], nonce: [%s]\n", rs->realm, rs->nonce);
1133 DPRINTF(E_DBG, L_RAOP, "Building %s for %s\n", method, rs->devname);
1148 DPRINTF(E_LOG, L_RAOP, "Could not add Authorization header\n");
1182 DPRINTF(E_LOG, L_RAOP, "Could not convert CSeq value to integer (%s)\n", param);
1199 DPRINTF(E_LOG, L_RAOP, "No CSeq in reply, skipping check\n");
1207 DPRINTF(E_LOG, L_RAOP, "No CSeq in request\n");
1215 DPRINTF(E_LOG, L_RAOP, "Reply CSeq does not match request CSeq: got %d expected %d\n", reply_cseq, request_cseq);
1265 DPRINTF(E_LOG, L_RAOP, "Out of memory for SDP payload\n");
1314 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for TEARDOWN\n");
1329 DPRINTF(E_LOG, L_RAOP, "Could not make TEARDOWN request\n");
1351 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for FLUSH\n");
1367 DPRINTF(E_LOG, L_RAOP, "RTP-Info too big for buffer in FLUSH request\n");
1377 DPRINTF(E_LOG, L_RAOP, "Could not make FLUSH request\n");
1398 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for SET_PARAMETER\n");
1406 DPRINTF(E_LOG, L_RAOP, "Out of memory for SET_PARAMETER payload\n");
1427 DPRINTF(E_LOG, L_RAOP, "Could not make SET_PARAMETER request\n");
1449 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for RECORD\n");
1467 DPRINTF(E_LOG, L_RAOP, "RTP-Info too big for buffer in RECORD request\n");
1477 DPRINTF(E_LOG, L_RAOP, "Could not make RECORD request\n");
1497 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for SETUP\n");
1514 DPRINTF(E_LOG, L_RAOP, "Transport header exceeds buffer length\n");
1525 DPRINTF(E_LOG, L_RAOP, "Could not make SETUP request\n");
1552 DPRINTF(E_LOG, L_RAOP, "Could not determine local address\n");
1567 DPRINTF(E_DBG, L_RAOP, "Local address: %s (LL: %s) port %d\n", address, (intf) ? intf : "no", port);
1572 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for ANNOUNCE\n");
1584 DPRINTF(E_LOG, L_RAOP, "Session URL length exceeds 127 characters\n");
1595 DPRINTF(E_LOG, L_RAOP, "Could not generate SDP payload for ANNOUNCE\n");
1616 DPRINTF(E_LOG, L_RAOP, "Couldn't encode challenge\n");
1634 DPRINTF(E_LOG, L_RAOP, "Could not make ANNOUNCE request\n");
1658 DPRINTF(E_LOG, L_RAOP, "Could not create RTSP request for OPTIONS\n");
1673 DPRINTF(E_LOG, L_RAOP, "Could not make OPTIONS request\n");
1724 DPRINTF(E_WARN, L_RAOP, "WARNING: struct raop_session not found in list; BUG!\n");
1771 DPRINTF(E_DBG, L_RAOP, "Cleaning up failed session (deferred) on device %s\n", rs->devname);
1785 DPRINTF(E_LOG, L_RAOP, "ApEx %s closed RTSP connection\n", rs->devname);
1792 DPRINTF(E_LOG, L_RAOP, "Out of memory for deferred error handling!\n");
1840 DPRINTF(E_LOG, L_RAOP, "Out of memory for RAOP session\n");
1880 DPRINTF(E_LOG, L_RAOP, "Could not create control connection to %s\n", address);
1916 DPRINTF(E_LOG, L_RAOP, "Could not find interface %s\n", intf);
1932 DPRINTF(E_LOG, L_RAOP, "Device address not valid (%s)\n", address);
1982 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for metadata/artwork/progress: %d %s\n", req->response_code, req->response_code_line);
2027 DPRINTF(E_LOG, L_RAOP, "Could not build progress string for sending\n");
2034 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for metadata\n");
2056 DPRINTF(E_LOG, L_RAOP, "Unsupported artwork format %d\n", rmd->artwork_fmt);
2064 DPRINTF(E_LOG, L_RAOP, "Could not copy artwork for sending\n");
2071 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for metadata\n");
2084 DPRINTF(E_LOG, L_RAOP, "Could not copy metadata for sending\n");
2091 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for metadata\n");
2106 DPRINTF(E_LOG, L_RAOP, "Could not allocate temp evbuffer for metadata processing\n");
2114 DPRINTF(E_LOG, L_RAOP, "RTP-Info too big for buffer while sending metadata\n");
2123 DPRINTF(E_LOG, L_RAOP, "Could not send metadata to %s\n", rs->devname);
2135 DPRINTF(E_LOG, L_RAOP, "Could not send artwork to %s\n", rs->devname);
2145 DPRINTF(E_LOG, L_RAOP, "Could not send progress to %s\n", rs->devname);
2261 DPRINTF(E_LOG, L_RAOP, "Could not allocate evbuffer for volume payload\n");
2272 DPRINTF(E_LOG, L_RAOP, "Out of memory for SET_PARAMETER payload (volume)\n");
2280 DPRINTF(E_LOG, L_RAOP, "Could not send SET_PARAMETER request for volume\n");
2303 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for stream volume: %d %s\n", req->response_code, req->response_code_line);
2364 DPRINTF(E_LOG, L_RAOP, "FLUSH request failed: %d %s\n", req->response_code, req->response_code_line);
2394 DPRINTF(E_DBG, L_RAOP, "Flush timer expired; tearing down RAOP sessions\n");
2464 DPRINTF(E_LOG, L_RAOP, "Couldn't get receive timestamp\n");
2473 DPRINTF(E_LOG, L_RAOP, "Error reading timing request: %s\n", strerror(errno));
2480 DPRINTF(E_DBG, L_RAOP, "Got timing request with size %d\n", ret);
2520 DPRINTF(E_LOG, L_RAOP, "Time sync: Unknown address family %d\n", sa.ss.ss_family);
2527 DPRINTF(E_LOG, L_RAOP, "Time sync request from [error: %s]; not a RAOP client\n", strerror(errno));
2529 DPRINTF(E_LOG, L_RAOP, "Time sync request from %s; not a RAOP client\n", address);
2536 DPRINTF(E_LOG, L_RAOP, "Packet header doesn't match timing request\n");
2561 DPRINTF(E_LOG, L_RAOP, "Couldn't get transmit timestamp, falling back to receive timestamp\n");
2580 DPRINTF(E_LOG, L_RAOP, "Could not send timing reply: %s\n", strerror(errno));
2589 DPRINTF(E_LOG, L_RAOP, "Couldn't re-add event for timing requests\n");
2610 DPRINTF(E_LOG, L_RAOP, "Couldn't make timing socket: %s\n", strerror(errno));
2621 DPRINTF(E_LOG, L_RAOP, "Could not set IPV6_V6ONLY on timing socket: %s\n", strerror(errno));
2648 DPRINTF(E_LOG, L_RAOP, "Couldn't bind timing socket: %s\n", strerror(errno));
2657 DPRINTF(E_LOG, L_RAOP, "Couldn't get timing socket name: %s\n", strerror(errno));
2666 DPRINTF(E_DBG, L_RAOP, "Timing IPv4 port: %d\n", svc->port);
2671 DPRINTF(E_DBG, L_RAOP, "Timing IPv6 port: %d\n", svc->port);
2680 DPRINTF(E_LOG, L_RAOP, "Couldn't add event for timing requests\n");
2724 DPRINTF(E_WARN, L_RAOP, "Could not start timing service on IPv6\n");
2730 DPRINTF(E_LOG, L_RAOP, "Could not start timing service on IPv4\n");
2767 DPRINTF(E_LOG, L_RAOP, "Could not get current playback position and clock\n");
2806 DPRINTF(E_WARN, L_RAOP, "Unknown family %d\n", rs->sa.ss.ss_family);
2812 DPRINTF(E_LOG, L_RAOP, "Could not send playback sync to device %s: %s\n", rs->devname, strerror(errno));
2839 DPRINTF(E_LOG, L_RAOP, "Error reading control request: %s\n", strerror(errno));
2846 DPRINTF(E_DBG, L_RAOP, "Got control request with size %d\n", ret);
2886 DPRINTF(E_LOG, L_RAOP, "Control svc: Unknown address family %d\n", sa.ss.ss_family);
2893 DPRINTF(E_LOG, L_RAOP, "Control request from [error: %s]; not a RAOP client\n", strerror(errno));
2895 DPRINTF(E_LOG, L_RAOP, "Control request from %s; not a RAOP client\n", address);
2902 DPRINTF(E_LOG, L_RAOP, "Packet header doesn't match retransmit request\n");
2913 DPRINTF(E_DBG, L_RAOP, "Got retransmit request, seq_start %u len %u\n", seq_start, seq_len);
2921 DPRINTF(E_LOG, L_RAOP, "Couldn't re-add event for control requests\n");
2942 DPRINTF(E_LOG, L_RAOP, "Couldn't make control socket: %s\n", strerror(errno));
2953 DPRINTF(E_LOG, L_RAOP, "Could not set IPV6_V6ONLY on control socket: %s\n", strerror(errno));
2980 DPRINTF(E_LOG, L_RAOP, "Couldn't bind control socket: %s\n", strerror(errno));
2989 DPRINTF(E_LOG, L_RAOP, "Couldn't get control socket name: %s\n", strerror(errno));
2998 DPRINTF(E_DBG, L_RAOP, "Control IPv4 port: %d\n", svc->port);
3003 DPRINTF(E_DBG, L_RAOP, "Control IPv6 port: %d\n", svc->port);
3012 DPRINTF(E_LOG, L_RAOP, "Couldn't add event for control requests\n");
3056 DPRINTF(E_WARN, L_RAOP, "Could not start control service on IPv6\n");
3062 DPRINTF(E_LOG, L_RAOP, "Could not start control service on IPv4\n");
3096 DPRINTF(E_LOG, L_RAOP, "Out of memory for RAOP packet\n");
3160 DPRINTF(E_LOG, L_RAOP, "Could not reset AES cipher: %s\n", ebuf);
3171 DPRINTF(E_LOG, L_RAOP, "Could not set AES IV: %s\n", ebuf);
3184 DPRINTF(E_LOG, L_RAOP, "Could not encrypt payload: %s\n", ebuf);
3219 DPRINTF(E_LOG, L_RAOP, "Send error for %s: %s\n", rs->devname, strerror(errno));
3226 DPRINTF(E_WARN, L_RAOP, "Partial send (%d) for %s\n", ret, rs->devname);
3277 DPRINTF(E_LOG, L_RAOP, "RAOP device %s asking for seqnum %u; not in buffer (h %u t %u)\n", rs->devname, seqnum, pktbuf_head->seqnum, pktbuf_tail->seqnum);
3322 DPRINTF(E_LOG, L_RAOP, "Error retransmit packet, aborting retransmission\n");
3332 DPRINTF(E_LOG, L_RAOP, "WARNING: len non-zero at end of retransmission\n");
3348 DPRINTF(E_LOG, L_RAOP, "Could not create socket for streaming: %s\n", strerror(errno));
3366 DPRINTF(E_WARN, L_RAOP, "Unknown family %d\n", rs->sa.ss.ss_family);
3373 DPRINTF(E_LOG, L_RAOP, "connect() to [%s]:%u failed: %s\n", rs->address, rs->server_port, strerror(errno));
3423 DPRINTF(E_LOG, L_RAOP, "SET_PARAMETER request failed for startup volume: %d %s\n", req->response_code, req->response_code_line);
3437 DPRINTF(E_LOG, L_RAOP, "Could not open streaming socket\n");
3473 DPRINTF(E_LOG, L_RAOP, "RECORD request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3485 DPRINTF(E_INFO, L_RAOP, "RECORD reply from %s did not have an Audio-Latency header\n", rs->devname);
3487 DPRINTF(E_DBG, L_RAOP, "RAOP audio latency is %s\n", param);
3520 DPRINTF(E_LOG, L_RAOP, "SETUP request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3533 DPRINTF(E_LOG, L_RAOP, "Missing Session header in SETUP reply\n");
3544 DPRINTF(E_LOG, L_RAOP, "Missing Transport header in SETUP reply\n");
3552 DPRINTF(E_LOG, L_RAOP, "ApEx replied with unsupported Transport: %s\n", param);
3560 DPRINTF(E_LOG, L_RAOP, "Out of memory for Transport header copy\n");
3571 DPRINTF(E_DBG, L_RAOP, "token: %s\n", token);
3582 DPRINTF(E_LOG, L_RAOP, "Could not read server_port\n");
3598 DPRINTF(E_LOG, L_RAOP, "Could not read control_port\n");
3614 DPRINTF(E_LOG, L_RAOP, "Could not read timing_port\n");
3629 DPRINTF(E_LOG, L_RAOP, "Transport header lacked some port numbers in SETUP reply\n");
3630 DPRINTF(E_LOG, L_RAOP, "Transport header was: %s\n", param);
3635 DPRINTF(E_DBG, L_RAOP, "Negotiated AirTunes v2 UDP streaming session %s; ports s=%u c=%u t=%u\n", rs->session, rs->server_port, rs->control_port, rs->timing_port);
3665 DPRINTF(E_LOG, L_RAOP, "ANNOUNCE request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3702 DPRINTF(E_LOG, L_RAOP, "OPTIONS request failed in session startup: %d %s\n", req->response_code, req->response_code_line);
3715 DPRINTF(E_LOG, L_RAOP, "Bad password for device %s\n", rs->devname);
3728 DPRINTF(E_LOG, L_RAOP, "Could not re-run OPTIONS request with authentication\n");
3766 DPRINTF(E_LOG, L_RAOP, "TEARDOWN request failed in session shutdown: %d %s\n", req->response_code, req->response_code_line);
3807 DPRINTF(E_LOG, L_RAOP, "OPTIONS request failed in device probe: %d %s\n", req->response_code, req->response_code_line);
3820 DPRINTF(E_LOG, L_RAOP, "Bad password for device %s\n", rs->devname);
3833 DPRINTF(E_LOG, L_RAOP, "Could not re-run OPTIONS request with authentication\n");
3877 DPRINTF(E_WARN, L_RAOP, "Could not send OPTIONS request on IPv6 (probe)\n");
3890 DPRINTF(E_WARN, L_RAOP, "Could not send OPTIONS request on IPv4 (probe)\n");
3920 DPRINTF(E_WARN, L_RAOP, "Could not send OPTIONS request on IPv6 (start)\n");
3935 DPRINTF(E_WARN, L_RAOP, "Could not send OPTIONS request on IPv4 (start)\n");
3984 DPRINTF(E_LOG, L_RAOP, "shutdown: TEARDOWN request failed!\n");
4042 DPRINTF(E_LOG, L_RAOP, "Could not open AES cipher: %s\n", ebuf);
4052 DPRINTF(E_LOG, L_RAOP, "Could not set AES key: %s\n", ebuf);
4061 DPRINTF(E_LOG, L_RAOP, "Couldn't encrypt and encode AES session key\n");
4069 DPRINTF(E_LOG, L_RAOP, "Couldn't encode AES IV\n");
4086 DPRINTF(E_LOG, L_RAOP, "AirTunes v2 time synchronization failed to start\n");
4094 DPRINTF(E_LOG, L_RAOP, "AirTunes v2 playback synchronization failed to start\n");
4104 DPRINTF(E_LOG,L_RAOP,"RAOP Semphore init error");