Searched refs:MSG_PEEK (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c2174 error = (*pr->pr_usrreqs->pru_rcvoob)(so, m, flags & MSG_PEEK);
2282 if ((flags & MSG_PEEK) == 0)
2426 if (flags & MSG_PEEK) {
2448 * in the first mbuf chain on the socket buffer. If MSG_PEEK, we
2449 * just copy the data; if !MSG_PEEK, we call into the protocol to
2467 if (flags & MSG_PEEK) {
2480 * MSG_PEEK flag.
2501 if (!(flags & MSG_PEEK)) {
2527 * only get into this loop if MSG_PEEK is not set.
2589 if (!(flags & MSG_PEEK)) {
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h712 #define MSG_PEEK 0x2 /* peek at incoming message */ macro
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c1072 if ((flags & MSG_PEEK) == 0)
H A Dmptcp_subr.c861 if (flags & (MSG_PEEK|MSG_OOB|MSG_NEEDSA|MSG_WAITALL|MSG_WAITSTREAM)) {

Completed in 96 milliseconds