Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmsg_flags.h25 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)
26 XLAT(MSG_EOR),
Dmsg_flags.in8 MSG_EOR
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
Dsocket.h314 #define MSG_EOR 0x8 /* data completes record */ macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctputil.c4789 flags = MSG_EOR;
5017 flags |= MSG_EOR;
6344 out_flags |= MSG_EOR;
6392 if ((control->end_added) && ((out_flags & MSG_EOR) == 0)) {
6428 if ((out_flags & MSG_EOR) || (uio->uio_resid == 0)) {
6430 if ((out_flags & MSG_EOR) || (uio_resid(uio) == 0)) {
6433 if ((out_flags & MSG_EOR) || (uio->uio_resid == 0)) {
6448 if ((out_flags & MSG_EOR) && ((in_flags & MSG_PEEK) == 0)) {
6508 out_flags &= ~MSG_EOR;
6511 if (out_flags & MSG_EOR) {
[all …]
Dsctp_os_userspace.h227 #define MSG_EOR 0x8 /* data completes record */ macro
/external/netperf/
Dnettest_sctp.c2965 } while (!(msg_flags & MSG_EOR));
3502 while(!(msg_flags & MSG_EOR)) { in recv_sctp_rr()
4021 while (!(msg_flags & MSG_EOR)) {
4575 } while(!(msg_flags & MSG_EOR)); in recv_sctp_rr_1toMany()
/external/openssl/crypto/bio/
Dbss_dgram.c1138 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl)); in dgram_sctp_read()
1140 if (ret > 0 && !(msg.msg_flags & MSG_EOR)) in dgram_sctp_read()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h75 #define MSG_EOR 0x8 macro