MSG_DONTWAIT
MSG_PEEK | MSG_DONTWAIT) == sizeof(struct nlmsghdr))
flags |= MSG_DONTWAIT;
n = recvfrom(0, recvbuffer, MAXPKTSIZE, block ? 0 : MSG_DONTWAIT,
flags = MSG_DONTWAIT;
NULL, MSG_DONTWAIT, curthread);
flags = wait ? 0 : MSG_DONTWAIT;
ret_flags |= MSG_DONTWAIT;
err = -sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT,
err = -sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT, ep->com.thread);
err = -sosend(ep->com.so, NULL, NULL, m, NULL, MSG_DONTWAIT,
int flags = MSG_DONTWAIT;
int flags = MSG_DONTWAIT;
(flags & (MSG_DONTWAIT|MSG_NBIO))) {
(flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {
flags = MSG_DONTWAIT;
NULL, MSG_DONTWAIT, curthread);
flags = MSG_DONTWAIT | MSG_PEEK;
flags = MSG_DONTWAIT;
error = sosend(so, NULL, NULL, m, NULL, MSG_DONTWAIT, NULL);
(flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {
if (m == NULL || (((flags & MSG_DONTWAIT) == 0 &&
(flags & (MSG_DONTWAIT|MSG_NBIO))) {
if (flags & MSG_DONTWAIT) {
((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) {
(flags & (MSG_DONTWAIT|MSG_NBIO)) ||
(flags & (MSG_DONTWAIT|MSG_NBIO))) {
flags = MSG_DONTWAIT;
MSG_DONTWAIT, curthread);
(flags & (MSG_DONTWAIT | MSG_NBIO));
(flags & (MSG_DONTWAIT | MSG_NBIO));
(flags & (MSG_DONTWAIT | MSG_NBIO));
flags = MSG_DONTWAIT;
flags = MSG_DONTWAIT;
if (SCTP_SO_IS_NBIO(so) || (flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {
if ((in_flags & (MSG_DONTWAIT
(flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {
(flags & (MSG_DONTWAIT | MSG_NBIO));
error = nbssn_recvhdr(nbp, &len, &rpcode, MSG_DONTWAIT, td);
(flags & (MSG_NBIO | MSG_DONTWAIT)) != 0) {
((so->so_state & SS_NBIO) || (flags & (MSG_DONTWAIT|MSG_NBIO)))) {
(flags & (MSG_DONTWAIT|MSG_NBIO)) ||
rcvflag = MSG_DONTWAIT;
rcvflag = MSG_DONTWAIT | MSG_SOCALLBCK;
rcvflag = MSG_DONTWAIT;
rcvflag = MSG_DONTWAIT;
rcvflag = MSG_DONTWAIT;
rcvflag = MSG_DONTWAIT | MSG_TLSAPPDATA;
#define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT)
int rc = recvfrom(fd_socket_, NULL, 0, MSG_DONTWAIT, NULL, NULL);
EXPECT_FAIL_NOT_CAPMODE(recvmmsg(fd_socket, &mm, 1, MSG_DONTWAIT, &ts));
ATF_REQUIRE(recv(fd[1], buf, maxdgram, MSG_DONTWAIT) == -1);
ATF_REQUIRE(recv(one, buf, sizeof(buf), MSG_DONTWAIT) == -1);
ATF_REQUIRE(recvmsg(fd[1], &msghdr, MSG_DONTWAIT) == -1);
MSG_PEEK | MSG_DONTWAIT)) == -1)
n = recv(ss1, &b, sizeof(b), MSG_DONTWAIT);
n = recv(s[1 - i], b, sizeof(b), MSG_DONTWAIT);
ATF_REQUIRE(recvmsg(s[0], &msg, MSG_DONTWAIT) == -1);
rv = send(fd, &hdr, sizeof(hdr), MSG_DONTWAIT);
y = recv(t->fd, t->buf, t->buflen, MSG_DONTWAIT);
n = recv(priv->s, priv->buf, priv->mtu, MSG_PEEK | MSG_DONTWAIT);
n = recvmsg(priv->s, &hdr, MSG_DONTWAIT);
MSG_DONTWAIT);
len = send(tpm->fd, cmd, cmd_size, MSG_NOSIGNAL|MSG_DONTWAIT);