Home
last modified time | relevance | path

Searched refs:MSG_NOTIFICATION (Results 1 – 6 of 6) sorted by relevance

/external/ltp/utils/sctp/testlib/
Dsctputil.c112 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()
/external/kernel-headers/original/uapi/linux/
Dsctp.h163 MSG_NOTIFICATION = 0x8000, enumerator
164 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
273 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
/external/iproute2/include/uapi/linux/
Dsctp.h161 MSG_NOTIFICATION = 0x8000, enumerator
162 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
271 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
/external/ltp/utils/sctp/include/netinet/
Dsctp.h782 MSG_NOTIFICATION = 0x8000, enumerator
783 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
/external/webrtc/talk/media/sctp/
Dsctpdataengine.cc228 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()
/external/python/cpython3/Modules/
Dsocketmodule.c7037 #ifdef MSG_NOTIFICATION
7038 PyModule_AddIntMacro(m, MSG_NOTIFICATION);