Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsctp.h814 MSG_NOTIFICATION = 0x8000, enumerator
815 #define MSG_NOTIFICATION MSG_NOTIFICATION macro
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine.cc211 if (!GetDataMediaType(ppid, &type) && !(flags & MSG_NOTIFICATION)) { in OnSctpInboundPacket()
611 << " notification: " << (packet->flags & MSG_NOTIFICATION) in OnInboundPacketFromSctpToChannel()
620 if (packet->flags & MSG_NOTIFICATION) { in OnInboundPacketFromSctpToChannel()
/external/openssl/crypto/bio/
Dbss_dgram.c1083 if (msg.msg_flags & MSG_NOTIFICATION) in dgram_sctp_read()
1138 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl)); in dgram_sctp_read()
1167 OPENSSL_assert(!(msg.msg_flags & MSG_NOTIFICATION)); in dgram_sctp_read()
1613 while (msg.msg_flags & MSG_NOTIFICATION) in BIO_dgram_sctp_wait_for_dry()
1735 if (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)) in BIO_dgram_sctp_msg_waiting()
1758 } while (n > 0 && (msg.msg_flags & MSG_NOTIFICATION)); in BIO_dgram_sctp_msg_waiting()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h51 #ifndef MSG_NOTIFICATION
53 #define MSG_NOTIFICATION 0x2000 macro
Duser_socketvar.h49 #if !defined(MSG_NOTIFICATION)
50 #define MSG_NOTIFICATION 0x2000 /* SCTP notification */ macro
Duser_socket.c1082 if ((*msg_flags & MSG_NOTIFICATION) == 0) { in usrsctp_recvv()
/external/netperf/
Dnettest_sctp.c1358 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream()
2487 if (msg_flags & MSG_NOTIFICATION) { in recv_sctp_stream_1toMany()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctputil.c4791 flags |= MSG_NOTIFICATION;
5020 flags |= MSG_NOTIFICATION;
6351 out_flags |= MSG_NOTIFICATION;
6401 out_flags |= MSG_NOTIFICATION;
6661 out_flags |= MSG_NOTIFICATION;