Home
last modified time | relevance | path

Searched refs:MSG_IPEEK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h196 #define MSG_IPEEK 0x10 /* Peek - don't remove the message */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c7236 (flags & MSG_IPEEK)); in kstrgetmsg()
7329 (flags & MSG_IPEEK)); in kstrgetmsg()
7356 (MSG_HOLDSIG|MSG_IGNERROR|MSG_IPEEK|MSG_DELAYERROR)) { in kstrgetmsg()
7361 if (flags & MSG_IPEEK) in kstrgetmsg()
7437 if (flags & MSG_IPEEK) { in kstrgetmsg()
7602 if (!(flags & MSG_IPEEK) && (type >= QPCTL)) { in kstrgetmsg()
7626 if (flags & (MSG_IPEEK|MSG_DISCARDTAIL)) { in kstrgetmsg()
7637 if (!(flags & MSG_IPEEK) && (type >= QPCTL)) { in kstrgetmsg()
7697 } else if (!(flags & MSG_IPEEK)) { in kstrgetmsg()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c3027 pflag |= MSG_IPEEK; in sotpi_recvmsg()