Lines Matching refs:MSG_PEEK
953 if ((flags & MSG_PEEK) == 0)
1194 error = (*pr->pr_usrreqs->pr_recvoob)(so, m, flags & MSG_PEEK);
1253 if ((flags & MSG_PEEK) == 0)
1323 if (flags & MSG_PEEK) {
1349 if (flags & MSG_PEEK) {
1371 * in the first mbuf chain on the socket buffer. If MSG_PEEK, we
1372 * just copy the data; if !MSG_PEEK, we call into the protocol to
1380 if (flags & MSG_PEEK) {
1396 if ((flags & MSG_PEEK) == 0)
1522 if (flags & MSG_PEEK) {
1552 } else if (flags & MSG_PEEK) {
1570 if ((flags & MSG_PEEK) == 0) {
1603 if ((flags & MSG_PEEK) && sbspace(&so->so_rcv) <= 0)
1632 if ((flags & MSG_PEEK) == 0)
1635 if ((flags & MSG_PEEK) == 0) {