Symbol: MSG_PEEK
usr/src/cmd/backup/lib/rmtlib.c
490
n = recv(rmtape, cp, len-1, MSG_PEEK);
usr/src/cmd/cmd-inet/usr.bin/nc/netcat.c
381
rv = recvfrom(s, buf, plen, MSG_PEEK,
usr/src/cmd/truss/print.c
3104
{ MSG_PEEK, "|MSG_PEEK" },
usr/src/lib/libwrap/socket.c
105
if (recvfrom(fd, buf, sizeof(buf), MSG_PEEK,
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
1614
if (msg->msg_flags & MSG_PEEK)
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
1165
if (flags & MSG_PEEK) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
738
if (flags & MSG_PEEK) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
824
if (copied > 0 && !(flags & MSG_PEEK)) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
847
if ((flags & (MSG_PEEK|MSG_TRUNC))) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
848
if (flags & MSG_PEEK) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
918
!(flags & MSG_PEEK) && so->so_rcv_head != NULL) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
924
error = sogeterr(so, !(flags & MSG_PEEK));
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
976
if (reset_atmark && partial_read && !(flags & MSG_PEEK)) {
usr/src/uts/common/fs/sockfs/socksyscalls.c
866
msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL |
usr/src/uts/common/fs/sockfs/socktpi.c
3010
if (flags & MSG_PEEK) {
usr/src/uts/common/fs/sockfs/socktpi.c
3054
!(flags & MSG_PEEK)) {
usr/src/uts/common/fs/sockfs/socktpi.c
3088
!(flags & MSG_PEEK)) {
usr/src/uts/common/fs/sockfs/socktpi.c
3127
!(flags & MSG_PEEK)) {
usr/src/uts/common/fs/sockfs/socktpi.c
3233
!(flags & MSG_PEEK)) {
usr/src/uts/common/fs/sockfs/socktpi.c
3332
if (flags & MSG_PEEK) {
usr/src/uts/common/fs/sockfs/sodirect.c
79
uioasync.enabled && !(flags & MSG_PEEK) &&
usr/src/uts/common/inet/sockmods/socksctp.c
613
if (!(flags & MSG_PEEK))
usr/src/uts/common/inet/sockmods/socksctp.c
671
if (!(flags & MSG_PEEK) && !(rval.r_val1 & MOREDATA)) {
usr/src/uts/common/io/ib/clients/rdsv3/rds_recv.c
575
if (!rdsv3_still_queued(rs, inc, !(msg_flags & MSG_PEEK))) {
usr/src/uts/common/io/ksocket/ksocket.c
379
msghdr.msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL |
usr/src/uts/common/io/ksocket/ksocket.c
432
msghdr.msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL |
usr/src/uts/common/io/ksocket/ksocket.c
489
msg->msg_flags = flags & (MSG_OOB | MSG_PEEK | MSG_WAITALL |