Searched refs:MSG_EOR (Results 1 – 8 of 8) sorted by relevance
25 #if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)26 XLAT(MSG_EOR),
8 MSG_EOR
314 #define MSG_EOR 0x8 /* data completes record */ macro
4789 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 …]
227 #define MSG_EOR 0x8 /* data completes 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()
1138 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()
75 #define MSG_EOR 0x8 macro