Searched refs:MSG_NOTIFICATION (Results 1 – 8 of 8) sorted by relevance
814 MSG_NOTIFICATION = 0x8000, enumerator815 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
211 if (!GetDataMediaType(ppid, &type) && !(flags & MSG_NOTIFICATION)) { in OnSctpInboundPacket()611 << " notification: " << (packet->flags & MSG_NOTIFICATION) in OnInboundPacketFromSctpToChannel()620 if (packet->flags & MSG_NOTIFICATION) { in OnInboundPacketFromSctpToChannel()
1083 if (msg.msg_flags & MSG_NOTIFICATION) in dgram_sctp_read()1138 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl)); in dgram_sctp_read()1167 OPENSSL_assert(!(msg.msg_flags & MSG_NOTIFICATION)); in dgram_sctp_read()1613 while (msg.msg_flags & MSG_NOTIFICATION) in BIO_dgram_sctp_wait_for_dry()1735 if (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)) in BIO_dgram_sctp_msg_waiting()1758 } while (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)); in BIO_dgram_sctp_msg_waiting()
51 #ifndef MSG_NOTIFICATION53 #define MSG_NOTIFICATION 0x2000 macro
49 #if !defined(MSG_NOTIFICATION)50 #define MSG_NOTIFICATION 0x2000 /* SCTP notification */ macro
1082 if ((*msg_flags & MSG_NOTIFICATION) == 0) { in usrsctp_recvv()
1358 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream()2487 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream_1toMany()
4791 flags |= MSG_NOTIFICATION;5020 flags |= MSG_NOTIFICATION;6351 out_flags |= MSG_NOTIFICATION;6401 out_flags |= MSG_NOTIFICATION;6661 out_flags |= MSG_NOTIFICATION;