Home
last modified time | relevance | path

Searched refs:MSG_PEEK (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/kern/
H A Duipc_socket.c1290 error = so_pru_rcvoob(so, m, flags & MSG_PEEK); in soreceive()
1356 if ((flags & MSG_PEEK) == 0) { in soreceive()
1412 if (flags & MSG_PEEK) in soreceive()
1422 if (flags & MSG_PEEK) { in soreceive()
1504 if (flags & MSG_PEEK) { in soreceive()
1519 if (flags & MSG_PEEK) { in soreceive()
1533 if ((flags & MSG_PEEK) == 0) { in soreceive()
1589 if ((flags & MSG_PEEK) == 0) { in soreceive()
1707 if ((flags & MSG_PEEK) == 0) in sorecvtcp()
1830 if ((flags & MSG_PEEK) == 0) { in sorecvtcp()
[all …]
/dragonfly/contrib/tcp_wrappers/
H A Dsocket.c107 if (recvfrom(fd, buf, sizeof(buf), MSG_PEEK,
/dragonfly/sys/sys/
H A Dsocket.h417 #define MSG_PEEK 0x00000002 /* peek at incoming message */ macro
/dragonfly/contrib/dhcpcd/src/
H A Dprivsep-root.c149 len = recv(PS_ROOT_FD(ctx), psr_error, sizeof(*psr_error), MSG_PEEK); in ps_root_mreaderrorcb()
H A Dprivsep.c470 ssize_t xx = recv(psp->psp_fd, buf, sizeof(buf), MSG_PEEK); in ps_startprocess()
/dragonfly/sys/netinet/
H A Dtcp_usrreq.c940 if ((flags & MSG_PEEK) == 0) in tcp_usr_rcvoob()
/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c619 rv = recvfrom(s, buf, sizeof(buf), MSG_PEEK, in main()
/dragonfly/usr.sbin/inetd/
H A Dinetd.c599 MSG_PEEK, in main()