Lines Matching refs:msg_flags
1078 int msg_flags = 0; in recv_sctp_stream() local
1335 NULL, 0, NULL, &msg_flags)) != 0) { in recv_sctp_stream()
1358 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream()
1359 msg_flags = 0; in recv_sctp_stream()
2233 int msg_flags = 0; in recv_sctp_stream_1toMany() local
2475 NULL, &msg_flags)) != 0) { in recv_sctp_stream_1toMany()
2487 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream_1toMany()
2625 int msg_flags = 0; local
2948 msg_flags = 0;
2952 NULL, &msg_flags)) < 0) {
2965 } while (!(msg_flags & MSG_EOR));
3498 int msg_flags = 0; in recv_sctp_rr() local
3502 while(!(msg_flags & MSG_EOR)) { in recv_sctp_rr()
3507 NULL, &msg_flags)) < 0) { in recv_sctp_rr()
3679 int msg_flags = 0; local
4021 while (!(msg_flags & MSG_EOR)) {
4026 NULL, &msg_flags)) < 0) {
4321 int msg_flags; in recv_sctp_rr_1toMany() local
4557 msg_flags = 0; in recv_sctp_rr_1toMany()
4562 0, &msg_flags)) == SOCKET_ERROR) { in recv_sctp_rr_1toMany()
4575 } while(!(msg_flags & MSG_EOR)); in recv_sctp_rr_1toMany()