Home
last modified time | relevance | path

Searched refs:MSG_NOTIFICATION (Results 1 – 10 of 10) 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/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.h784 MSG_NOTIFICATION = 0x8000, enumerator
785 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
/external/kernel-headers/original/uapi/linux/
Dsctp.h168 MSG_NOTIFICATION = 0x8000, enumerator
169 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
306 SCTP_NOTIFICATION = MSG_NOTIFICATION, /* Next message is not user msg but notification. */
/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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go656 MSG_NOTIFICATION = 0x100 const
Dzerrors_freebsd_arm.go1051 MSG_NOTIFICATION = 0x2000 const
Dzerrors_freebsd_amd64.go1044 MSG_NOTIFICATION = 0x2000 const
Dzerrors_freebsd_386.go1043 MSG_NOTIFICATION = 0x2000 const
/external/python/cpython3/Modules/
Dsocketmodule.c7302 #ifdef MSG_NOTIFICATION
7303 PyModule_AddIntMacro(m, MSG_NOTIFICATION);