Searched refs:MSG_EOR (Results 1 – 5 of 5) sorted by relevance
258 #define MSG_EOR 0x80 /* End of record */ macro
2965 } 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()
209 public static final int MSG_EOR = placeholder(); field in OsConstants
559 #ifdef MSG_EOR560 { MSG_EOR, "MSG_EOR" },
1105 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()