Lines Matching refs:msg_flags
420 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf()
443 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf()
459 if (offset == count || msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_xdr_buf()
497 msg->msg_flags |= MSG_EOR; in xs_read_stream_check_eor()
531 msg->msg_flags |= MSG_TRUNC; in xs_read_stream_request()
580 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_stream_call()
606 msg->msg_flags |= MSG_TRUNC; in xs_read_stream_reply()
615 if (msg->msg_flags & (MSG_EOR|MSG_TRUNC)) in xs_read_stream_reply()
649 msg.msg_flags |= MSG_TRUNC; in xs_read_stream()
657 if (msg.msg_flags & MSG_TRUNC) { in xs_read_stream()
665 if (!(msg.msg_flags & MSG_TRUNC)) in xs_read_stream()
667 msg.msg_flags = 0; in xs_read_stream()
852 .msg_flags = XS_SENDMSG_FLAGS, in xs_local_send_request()
923 .msg_flags = XS_SENDMSG_FLAGS, in xs_udp_send_request()
1006 .msg_flags = XS_SENDMSG_FLAGS, in xs_tcp_send_request()
2515 .msg_flags = 0, in bc_sendto()