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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c1965 error = (*pr->pr_usrreqs->pru_rcvoob)(so, m, flags & MSG_PEEK);
2070 if ((flags & MSG_PEEK) == 0)
2212 if (flags & MSG_PEEK) {
2232 * in the first mbuf chain on the socket buffer. If MSG_PEEK, we
2233 * just copy the data; if !MSG_PEEK, we call into the protocol to
2251 if (flags & MSG_PEEK) {
2263 * MSG_PEEK flag.
2284 if (!(flags & MSG_PEEK)) {
2310 * only get into this loop if MSG_PEEK is not set.
2350 if (!(flags & MSG_PEEK)) {
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h732 #define MSG_PEEK 0x2 /* peek at incoming message */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c838 if ((flags & MSG_PEEK) == 0)

Completed in 85 milliseconds