Searched refs:MSG_EOR (Results 1 - 7 of 7) sorted by relevance

/external/strace/xlat/
H A Dmsg_flags.h25 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)
26 XLAT(MSG_EOR),
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h314 #define MSG_EOR 0x8 /* data completes record */ macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c4789 flags = MSG_EOR;
5017 flags |= MSG_EOR;
5692 * MSG_NOTIFICATION MSG_EOR
6344 out_flags |= MSG_EOR;
6392 if ((control->end_added) && ((out_flags & MSG_EOR) == 0)) {
6393 panic("end_added, nothing left and no MSG_EOR");
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)) {
6445 * a MSG_EOR/o
[all...]
H A Dsctp_os_userspace.h227 #define MSG_EOR 0x8 /* data completes record */ macro
/external/netperf/
H A Dnettest_sctp.c2974 } while (!(msg_flags & MSG_EOR));
3512 while(!(msg_flags & MSG_EOR)) {
4032 while (!(msg_flags & MSG_EOR)) {
4559 * we get and MSG_EOR flag (meaning that a single transmission was
4587 } while(!(msg_flags & MSG_EOR));
/external/openssl/crypto/bio/
H A Dbss_dgram.c1138 while ((msg.msg_flags & MSG_NOTIFICATION) && (msg.msg_flags & MSG_EOR) && (ret < outl));
1140 if (ret > 0 && !(msg.msg_flags & MSG_EOR))
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Dusrsctp.h75 #define MSG_EOR 0x8 macro

Completed in 173 milliseconds