Searched refs:MSG_DONTWAIT (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 560 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 D | socksdp.c | 453 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 D | ksocket.c | 380 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 D | socket.c | 526 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 D | rpc.c | 365 MSG_DONTWAIT, (struct sockaddr *)from_who, in brpc_call()
|
H A D | clnt_budp.c | 319 (int)cu->cu_recvsz, MSG_DONTWAIT, in clntbudp_call()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 428 #define MSG_DONTWAIT 0x80 /* Don't block for this recv */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 428 #define MSG_DONTWAIT 0x80 /* this message should be nonblocking */ macro
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_sops.c | 354 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 D | sockcommon_subr.c | 939 (flags & MSG_DONTWAIT)) { in so_dequeue_msg()
|
H A D | socktpi.c | 3010 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sotpi_recvmsg() 3033 if (flags & MSG_DONTWAIT) in sotpi_recvmsg()
|
H A D | socksyscalls.c | 867 MSG_DONTWAIT | MSG_XPG4_2 | MSG_CMSG_CLOEXEC | MSG_CMSG_CLOFORK); in recvit()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rds_recv.c | 469 (msg_flags & MSG_DONTWAIT)) in rdsv3_recvmsg()
|
H A D | send.c | 945 int nonblock = msg->msg_flags & MSG_DONTWAIT; in rdsv3_sendmsg()
|
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/ |
H A D | tcpsig.c | 583 sret = recv(dst, &data, sizeof (data), MSG_DONTWAIT); in tcpsig_sendrecv()
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 596 sret = recvmsg(dst, &msg, MSG_DONTWAIT); in ttl_sendrecv()
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 382 (int)dhcp_buf_size, MSG_DONTWAIT, NULL, in inet()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 3109 { MSG_DONTWAIT, "|MSG_DONTWAIT" },
|