Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c560 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sosctp_recvmsg()
705 (flags & MSG_DONTWAIT)) { in sosctp_uiomove()
831 (flags & MSG_DONTWAIT)) { in sosctp_sendmsg()
876 if (flags & MSG_DONTWAIT) { in sosctp_sendmsg()
992 if (msg->msg_flags & MSG_DONTWAIT) { in sosctp_seq_sendmsg()
1071 (flags & MSG_DONTWAIT)) { in sosctp_seq_sendmsg()
H A Dsocksdp.c453 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sosdp_recvmsg()
463 flags |= MSG_DONTWAIT; in sosdp_recvmsg()
515 flags |= MSG_DONTWAIT; in sosdp_sendmsg()
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c380 MSG_DONTWAIT | MSG_USERSPACE); in ksocket_recv()
433 MSG_DONTWAIT | MSG_USERSPACE); in ksocket_recvfrom()
490 MSG_DONTWAIT | MSG_USERSPACE); in ksocket_recvmsg()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c526 n = recvfrom(s, buf, nbyte, MSG_DONTWAIT, NULL, NULL); in socket_read()
821 if ((flags & ~MSG_DONTWAIT) != 0) { in recvfrom()
876 if ((flags & MSG_DONTWAIT) == 0) in recvfrom()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c365 MSG_DONTWAIT, (struct sockaddr *)from_who, in brpc_call()
H A Dclnt_budp.c319 (int)cu->cu_recvsz, MSG_DONTWAIT, in clntbudp_call()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h426 #define MSG_DONTWAIT 0x80 /* Don't block for this recv */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h428 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c354 dontblock = (flags & MSG_DONTWAIT) || in so_sendmsg()
471 dontblock = (msg->msg_flags & MSG_DONTWAIT) || in so_sendmblk_impl()
1667 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in so_recvmsg()
H A Dsockcommon_subr.c939 (flags & MSG_DONTWAIT)) { in so_dequeue_msg()
H A Dsocktpi.c3009 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sotpi_recvmsg()
3032 if (flags & MSG_DONTWAIT) in sotpi_recvmsg()
H A Dsocksyscalls.c852 MSG_DONTWAIT | MSG_XPG4_2); in recvit()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c469 (msg_flags & MSG_DONTWAIT)) in rdsv3_recvmsg()
H A Dsend.c945 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rdsv3_sendmsg()
/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c596 sret = recvmsg(dst, &msg, MSG_DONTWAIT); in ttl_sendrecv()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c382 (int)dhcp_buf_size, MSG_DONTWAIT, NULL, in inet()