Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:F_SETFL

3721 			if (fcntl(req->errsd, F_SETFL, fcntl(req->errsd, F_GETFL, 0) | O_NONBLOCK) != 0)
3908 if (fcntl(sd, F_SETFL, fcntl(sd, F_GETFL, 0) | O_NONBLOCK) != 0)
3911 my_perror("ERROR: fcntl(sd, F_SETFL, O_NONBLOCK) - aborting client");
3949 if (fcntl(skt, F_SETFL, fcntl(skt, F_GETFL, 0) | O_NONBLOCK) != 0)