Home
last modified time | relevance | path

Searched refs:MSG_EOR (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1695 msg->msg_flags |= MSG_EOR; in so_recvmsg()
1703 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in so_recvmsg()
1725 msg->msg_flags |= MSG_EOR; in so_recvmsg()
1734 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in so_recvmsg()
1893 msg->msg_flags |= MSG_EOR; in so_recvmsg()
1903 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in so_recvmsg()
H A Dsockcommon_vnops.c201 lmsg.msg_flags = MSG_EOR; in socket_vop_write()
H A Dsocktpi.c3084 msg->msg_flags |= MSG_EOR; in sotpi_recvmsg()
3092 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in sotpi_recvmsg()
3122 msg->msg_flags |= MSG_EOR; in sotpi_recvmsg()
3131 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in sotpi_recvmsg()
3317 msg->msg_flags |= MSG_EOR; in sotpi_recvmsg()
3327 if ((flags & MSG_WAITALL) && !(msg->msg_flags & MSG_EOR) && in sotpi_recvmsg()
4326 !(flags & MSG_EOR), in sotpi_sendmsg()
4383 !(flags & MSG_EOR), sflag)); in sotpi_sendmsg()
4385 !(flags & MSG_EOR), sflag); in sotpi_sendmsg()
H A Dsocksyscalls.c1311 flags |= MSG_EOR; in send()
1354 flags |= MSG_EOR; in sendmsg()
1500 flags |= MSG_EOR; in sendto()
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c220 msghdr.msg_flags = flags | MSG_EOR; in ksocket_send()
274 msghdr.msg_flags = flags | MSG_EOR; in ksocket_sendto()
326 msg->msg_flags = flags | MSG_EOR; in ksocket_sendmsg()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h422 #define MSG_EOR 0x8 /* Terminates a record */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h420 #define MSG_EOR 0x8 /* data completes record */ macro
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c608 msg->msg_flags |= MSG_EOR; in sosctp_recvmsg()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c907 return (sendto(name_sock, buf, len, MSG_EOR, in smb_send_name_service_packet()