Lines Matching refs:msg_flags
415 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf()
438 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf()
454 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf()
492 msg->msg_flags |= MSG_EOR; in xs_read_stream_check_eor()
526 msg->msg_flags |= MSG_TRUNC; in xs_read_stream_request()
571 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_stream_call()
597 msg->msg_flags |= MSG_TRUNC; in xs_read_stream_reply()
606 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_stream_reply()
640 msg.msg_flags |= MSG_TRUNC; in xs_read_stream()
648 if (msg.msg_flags & MSG_TRUNC) { in xs_read_stream()
656 if (!(msg.msg_flags & MSG_TRUNC)) in xs_read_stream()
658 msg.msg_flags = 0; in xs_read_stream()
867 .msg_flags = XS_SENDMSG_FLAGS, in xs_local_send_request()
938 .msg_flags = XS_SENDMSG_FLAGS, in xs_udp_send_request()
1021 .msg_flags = XS_SENDMSG_FLAGS, in xs_tcp_send_request()
2559 .msg_flags = 0, in bc_sendto()