Searched refs:MSG_NOTIFICATION (Results 1 – 10 of 10) sorted by relevance
112 if (!(MSG_NOTIFICATION & msg->msg_flags)) { in test_print_message()187 if (!(msg_flags & MSG_NOTIFICATION)) in test_check_buf_notification()239 if (msg_flags & MSG_NOTIFICATION) in test_check_buf_data()
161 MSG_NOTIFICATION = 0x8000, enumerator162 #define MSG_NOTIFICATION MSG_NOTIFICATION macro271 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
784 MSG_NOTIFICATION = 0x8000, enumerator785 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
168 MSG_NOTIFICATION = 0x8000, enumerator169 #define MSG_NOTIFICATION MSG_NOTIFICATION macro306 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
228 if (!GetDataMediaType(ppid, &type) && !(flags & MSG_NOTIFICATION)) { in OnSctpInboundPacket()694 << " notification: " << (packet->flags & MSG_NOTIFICATION) in OnInboundPacketFromSctpToChannel()703 if (packet->flags & MSG_NOTIFICATION) { in OnInboundPacketFromSctpToChannel()
656 MSG_NOTIFICATION = 0x100 const
1051 MSG_NOTIFICATION = 0x2000 const
1044 MSG_NOTIFICATION = 0x2000 const
1043 MSG_NOTIFICATION = 0x2000 const
7302 #ifdef MSG_NOTIFICATION7303 PyModule_AddIntMacro(m, MSG_NOTIFICATION);