Searched refs:MSG_NOTIFICATION (Results 1 – 6 of 6) 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()
163 MSG_NOTIFICATION = 0x8000, enumerator164 #define MSG_NOTIFICATION MSG_NOTIFICATION macro273 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
161 MSG_NOTIFICATION = 0x8000, enumerator162 #define MSG_NOTIFICATION MSG_NOTIFICATION macro271 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
782 MSG_NOTIFICATION = 0x8000, enumerator783 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
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()
7037 #ifdef MSG_NOTIFICATION7038 PyModule_AddIntMacro(m, MSG_NOTIFICATION);