Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:accept

3870 		// Reset ready to accept the next req on this pipe
3885 dnssd_sock_t sd = accept(fd, (struct sockaddr*) &cliaddr, &len);
3895 if (dnssd_errno != dnssd_EWOULDBLOCK) my_perror("ERROR: accept");