Lines Matching refs:dnssd_errno
175 …"dnssd_clientstub write_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); in write_all()
179 (num_written < 0) ? dnssd_errno : 0, in write_all()
180 (num_written < 0) ? dnssd_strerror(dnssd_errno) : ""); in write_all()
186 (num_written < 0) ? dnssd_errno : 0, in write_all()
187 (num_written < 0) ? dnssd_strerror(dnssd_errno) : ""); in write_all()
227 … "dnssd_clientstub read_all: SO_ISDEFUNCT failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); in read_all()
235 (num_read < 0) ? dnssd_errno : 0, in read_all()
236 (num_read < 0) ? dnssd_strerror(dnssd_errno) : ""); in read_all()
239 return (num_read < 0 && dnssd_errno == dnssd_EWOULDBLOCK) ? read_all_wouldblock : read_all_fail; in read_all()
336 …dnssd_clientstub create_hdr: gettimeofday failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno))… in create_hdr()
499 …"dnssd_clientstub ConnectToServer: socket failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); in ConnectToServer()
506 …_clientstub ConnectToServer: SO_NOSIGPIPE failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); in ConnectToServer()
519 …_clientstub ConnectToServer: SO_DEFUNCTOK failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); in ConnectToServer()
544 …d_clientstub deliver_request: %s failed %d (%s)", (MSG), dnssd_errno, dnssd_strerror(dnssd_errno))…
625 …_clientstub ConnectToServer: SO_DEFUNCTOK failed %d %s", dnssd_errno, dnssd_strerror(dnssd_errno)); in deliver_request()
707 if (!dnssd_SocketValid(listenfd) && dnssd_errno != EBUSY) in deliver_request()
708 syslog(LOG_WARNING, "Error opening %s %d (%s)", p, dnssd_errno, dnssd_strerror(dnssd_errno)); in deliver_request()
709 if (dnssd_SocketValid(listenfd) || dnssd_errno != EBUSY) break; in deliver_request()
741 errsd, listenfd, dnssd_errno, dnssd_strerror(dnssd_errno)); in deliver_request()
780 …tub WARNING: unlink(\"%s\") failed errno %d (%s)", data, dnssd_errno, dnssd_strerror(dnssd_errno)); in deliver_request()