Lines Matching refs:accept
281 // At this point the next operation (accept() or read()) on this socket may block for a few milliseconds waiting
289 // to communicate with the system service, we want to make sure that the next operation on this socket (accept() or
672 // At this point we may block in accept for a few milliseconds waiting for the daemon to connect back to us,
677 errsd = accept(listenfd, (struct sockaddr *)&daddr, &len);
678 if (!dnssd_SocketValid(errsd)) deliver_request_bailout("accept");