Searched refs:MSG_NOTIFICATION (Results 1 – 5 of 5) 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()
784 MSG_NOTIFICATION = 0x8000, enumerator785 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
1075 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()
686 if (flags & MSG_NOTIFICATION) { in receive_cb()
7669 #ifdef MSG_NOTIFICATION7670 PyModule_AddIntMacro(m, MSG_NOTIFICATION);