Home
last modified time | relevance | path

Searched refs:MSG_WAITALL (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c590 msg.msg_flags = MSG_WAITALL; in iscsi_net_sendpdu()
634 msg.msg_flags = MSG_WAITALL; in iscsi_net_recvhdr()
691 msg.msg_flags = MSG_WAITALL; in iscsi_net_recvhdr()
793 msg.msg_flags = MSG_WAITALL; in iscsi_net_recvdata()
H A Dradius_packet.c187 msg.msg_flags = MSG_WAITALL; in rcv_radius_response()
H A Disns_client.c1572 msg.msg_flags = MSG_WAITALL; in isns_send_pdu()
1599 msg.msg_flags = MSG_WAITALL; in isns_rcv_pdu()
1652 msg.msg_flags = MSG_WAITALL; in isns_rcv_pdu()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c115 if ((err = ksocket_recv(so, msg, len, MSG_WAITALL, &recvd, in smb_sorecv()
160 rc = ksocket_recvmsg(s->sock, &msg, MSG_WAITALL, &rlen, CRED()); in smb_net_recv_mbufs()
H A Dsmb_authenticate.c867 rc = ksocket_recv(so, buf, len, MSG_WAITALL, &iocnt, CRED()); in smb_authsock_recv()
/illumos-gate/usr/src/lib/libstmfproxy/common/
H A Dstmftransport.c67 return (recv(sh->sockfd, buf, len, MSG_WAITALL)); in pt_socket_recv()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dpdu.c107 bytes_received = recvmsg(fd, &msg, MSG_WAITALL); in isns_rcv_pdu()
154 bytes_received = recvmsg(fd, &msg, MSG_WAITALL); in isns_rcv_pdu()
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c379 msghdr.msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in ksocket_recv()
432 msghdr.msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in ksocket_recvfrom()
489 msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in ksocket_recvmsg()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c470 len = recv(sock, &hdr, sizeof (hdr), MSG_WAITALL); in smbd_authsvc_work()
487 MSG_WAITALL); in smbd_authsvc_work()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c191 msg.msg_flags = MSG_WAITALL; in iscsit_rcv_radius_response()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h425 #define MSG_WAITALL 0x40 /* Wait for complete recv or error */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1619 msg->msg_flags &= ~MSG_WAITALL; in so_recvmsg()
1703 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in so_recvmsg()
1734 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in so_recvmsg()
1903 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in so_recvmsg()
H A Dsocktpi.c3034 flags &= ~MSG_WAITALL; in sotpi_recvmsg()
3092 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in sotpi_recvmsg()
3131 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in sotpi_recvmsg()
3327 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in sotpi_recvmsg()
H A Dsocksyscalls.c851 msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL | in recvit()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h423 #define MSG_WAITALL 0x40 /* wait for full request or error */ macro
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c280 if ((n = recv(ipx->ipx_fd, buf, r, MSG_WAITALL)) == 0) { in ip_xprt_recv()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c675 flags = MSG_WAITALL; in idm_iov_sorecv()