Searched refs:MSG_PEEK (Results 1 – 6 of 6) sorted by relevance
90 ssize = recvmsg(pair[1], &mh, MSG_PEEK);
614 #define MSG_PEEK 0x2 /* peek at incoming message */ macro
2906 if (flags & MSG_PEEK) { in soreceive_addr()2979 if (flags & MSG_PEEK) { in soreceive_ctl()3018 if (!(flags & MSG_PEEK)) { in soreceive_ctl()3302 error = (*pr->pr_usrreqs->pru_rcvoob)(so, m, flags & MSG_PEEK); in soreceive()3412 if ((flags & MSG_PEEK) == 0) { in soreceive()3537 if (!(flags & MSG_PEEK)) { in soreceive()3562 if (!(flags & MSG_PEEK)) { in soreceive()3572 if (!(flags & MSG_PEEK) && uio_resid(uio) > sorecvmincopy) { in soreceive()3671 if (flags & MSG_PEEK) { in soreceive()3707 if (flags & MSG_PEEK) { in soreceive()[all …]
2499 if (uap->flags & ~(MSG_PEEK | MSG_WAITALL | MSG_DONTWAIT | MSG_NEEDSA | MSG_NBIO)) { in recvmsg_x_array()
1382 if ((flags & MSG_PEEK) == 0) { in tcp_usr_rcvoob()
2055 if (flags & (MSG_PEEK | MSG_OOB | MSG_NEEDSA | MSG_WAITALL | MSG_WAITSTREAM)) { in mptcp_subflow_soreceive()