Home
last modified time | relevance | path

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

/third_party/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()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h784 MSG_NOTIFICATION = 0x8000, enumerator
785 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
/third_party/openssl/crypto/bio/
Dbss_dgram.c1075 if (msg.msg_flags & MSG_NOTIFICATION) { in dgram_sctp_read()
1129 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) in dgram_sctp_read()
1165 OPENSSL_assert(!(msg.msg_flags & MSG_NOTIFICATION)); in dgram_sctp_read()
1669 while (msg.msg_flags & MSG_NOTIFICATION) { in BIO_dgram_sctp_wait_for_dry()
1792 if (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)) { in BIO_dgram_sctp_msg_waiting()
1815 } while (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)); in BIO_dgram_sctp_msg_waiting()
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c686 if (flags & MSG_NOTIFICATION) { in receive_cb()
/third_party/python/Modules/
Dsocketmodule.c7669 #ifdef MSG_NOTIFICATION
7670 PyModule_AddIntMacro(m, MSG_NOTIFICATION);