Lines Matching refs:msg_flags
1066 int msg_flags = 0; in recv_sctp_stream() local
1323 NULL, 0, NULL, &msg_flags)) != 0) { in recv_sctp_stream()
1346 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream()
1347 msg_flags = 0; in recv_sctp_stream()
2216 int msg_flags = 0; in recv_sctp_stream_1toMany() local
2458 NULL, &msg_flags)) != 0) { in recv_sctp_stream_1toMany()
2470 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream_1toMany()
2607 int msg_flags = 0; in send_sctp_rr() local
2929 msg_flags = 0; in send_sctp_rr()
2933 NULL, &msg_flags)) < 0) { in send_sctp_rr()
2946 } while (!(msg_flags & MSG_EOR)); in send_sctp_rr()
3478 int msg_flags = 0; in recv_sctp_rr() local
3482 while(!(msg_flags & MSG_EOR)) { in recv_sctp_rr()
3487 NULL, &msg_flags)) < 0) { in recv_sctp_rr()
3658 int msg_flags = 0; in send_sctp_rr_1toMany() local
3999 while (!(msg_flags & MSG_EOR)) { in send_sctp_rr_1toMany()
4004 NULL, &msg_flags)) < 0) { in send_sctp_rr_1toMany()
4298 int msg_flags; in recv_sctp_rr_1toMany() local
4533 msg_flags = 0; in recv_sctp_rr_1toMany()
4538 0, &msg_flags)) == SOCKET_ERROR) { in recv_sctp_rr_1toMany()
4551 } while(!(msg_flags & MSG_EOR)); in recv_sctp_rr_1toMany()