Searched refs:MSG_PEEK (Results 1 – 6 of 6) sorted by relevance
90 ssize = recvmsg(pair[1], &mh, MSG_PEEK);
3029 if (flags & MSG_PEEK) { in soreceive_addr()3102 if (flags & MSG_PEEK) { in soreceive_ctl()3141 if (!(flags & MSG_PEEK)) { in soreceive_ctl()3423 error = (*pr->pr_usrreqs->pru_rcvoob)(so, m, flags & MSG_PEEK); in soreceive()3533 if ((flags & MSG_PEEK) == 0) { in soreceive()3658 if (!(flags & MSG_PEEK)) { in soreceive()3683 if (!(flags & MSG_PEEK)) { in soreceive()3693 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()3792 if (flags & MSG_PEEK) { in soreceive()3828 if (flags & MSG_PEEK) { in soreceive()[all …]
2494 if (uap->flags & ~(MSG_PEEK | MSG_WAITALL | MSG_DONTWAIT | MSG_NEEDSA | MSG_NBIO)) { in recvmsg_x_array()
1050 #define MSG_PEEK 0x2 /* peek at incoming message */ macro
1383 if ((flags & MSG_PEEK) == 0) { in tcp_usr_rcvoob()
2041 if (flags & (MSG_PEEK | MSG_OOB | MSG_NEEDSA | MSG_WAITALL | MSG_WAITSTREAM)) { in mptcp_subflow_soreceive()