Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dsocket.h258 #define MSG_EOR 0x80 /* End of 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/okhttp/src/main/java/libcore/io/
DOsConstants.java209 public static final int MSG_EOR = placeholder(); field in OsConstants
/external/strace/
Dnet.c559 #ifdef MSG_EOR
560 { MSG_EOR, "MSG_EOR" },
/external/openssl/crypto/bio/
Dbss_dgram.c1105 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl)); in dgram_sctp_read()
1107 if (ret > 0 && !(msg.msg_flags & MSG_EOR)) in dgram_sctp_read()