Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c2038 if (msg.msg_flags & MSG_NOTIFICATION) { in dgram_sctp_read()
2097 } while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) in dgram_sctp_read()
2132 if (!ossl_assert((msg.msg_flags & MSG_NOTIFICATION) == 0)) in dgram_sctp_read()
2631 while (msg.msg_flags & MSG_NOTIFICATION) { in dgram_sctp_wait_for_dry()
2756 if (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)) { in dgram_sctp_msg_waiting()
2779 } while (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)); in dgram_sctp_msg_waiting()
/freebsd/sys/sys/
H A Dsocket.h465 #define MSG_NOTIFICATION 0x00002000 /* SCTP notification */ macro
/freebsd/sys/netinet/
H A Dsctputil.c6074 out_flags |= MSG_NOTIFICATION; in sctp_sorecvmsg()
6129 out_flags |= MSG_NOTIFICATION; in sctp_sorecvmsg()
6360 out_flags |= MSG_NOTIFICATION; in sctp_sorecvmsg()
6594 if (filling_sinfo && ((flags & MSG_NOTIFICATION) == 0)) { in sctp_soreceive()