HomeSort by: relevance | last modified time | path
    Searched refs:MSG_PEEK (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/dev/
kttcp.c 373 error = (*pr->pr_usrreqs->pr_recvoob)(so, m, flags & MSG_PEEK);
416 if ((flags & MSG_PEEK) == 0)
471 if (flags & MSG_PEEK) {
479 if (flags & MSG_PEEK) {
494 if ((flags & MSG_PEEK) == 0) {
510 if ((flags & MSG_PEEK) == 0) {
549 if (flags & MSG_PEEK) {
582 if (flags & MSG_PEEK)
596 if ((flags & MSG_PEEK) == 0) {
625 if ((flags & MSG_PEEK) && sbspace(&so->so_rcv) <= 0
    [all...]
  /src/tests/net/ipsec/
natt_terminator.c 119 e = recvfrom(s, buf, 64, MSG_PEEK,
  /src/sys/kern/
uipc_socket.c 953 if ((flags & MSG_PEEK) == 0)
1194 error = (*pr->pr_usrreqs->pr_recvoob)(so, m, flags & MSG_PEEK);
1253 if ((flags & MSG_PEEK) == 0)
1323 if (flags & MSG_PEEK) {
1349 if (flags & MSG_PEEK) {
1371 * in the first mbuf chain on the socket buffer. If MSG_PEEK, we
1372 * just copy the data; if !MSG_PEEK, we call into the protocol to
1380 if (flags & MSG_PEEK) {
1396 if ((flags & MSG_PEEK) == 0)
1522 if (flags & MSG_PEEK) {
    [all...]
  /src/lib/libwrap/
socket.c 107 if (recvfrom(fd, buf, sizeof(buf), MSG_PEEK,
  /src/sbin/iscsictl/
iscsic_main.c 407 ret = recv(sock, rsp, len, MSG_PEEK | MSG_WAITALL);
  /src/usr.sbin/perfused/
msg.c 137 if (recvmsg(fd, &msg, MSG_NOSIGNAL|MSG_PEEK) != (ssize_t)len) {
492 switch (readen = recv(fd, data, len, MSG_NOSIGNAL|MSG_PEEK)) {
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 171 if ((reqsize = recvfrom(fd, req, sizeof(req), MSG_PEEK,
  /src/sbin/iscsid/
iscsid_main.c 589 ret = recvfrom(client_sock, req, len, MSG_PEEK |
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 188 {RUMP_MSG_PEEK, MSG_PEEK},
  /src/usr.sbin/ldpd/
ldp_command.c 224 int r = recv(cs->socket, recvspace, MAX_COMMAND_SIZE, MSG_PEEK);
socketops.c 938 sizeof(u_short), MSG_PEEK);
1117 c = recv(p->socket, (void *) recvspace, MAX_PDU_SIZE, MSG_PEEK);
mpls_routes.c 132 rv = recv(route_socket, s, max, MSG_PEEK);
  /src/sys/sys/
socket.h 492 #define MSG_PEEK 0x0002 /* peek at incoming message */
  /src/usr.sbin/inetd/
ratelimit.c 141 count = recvmsg(ctrl, &header, MSG_PEEK);
  /src/usr.bin/nc/
netcat.c 596 rv = recvfrom(s, buf, plen, MSG_PEEK,
  /src/sys/compat/linux/common/
linux_socket.c 197 {MSG_PEEK, LINUX_MSG_PEEK},
  /src/sys/netinet/
tcp_usrreq.c 987 if ((flags & MSG_PEEK) == 0) {

Completed in 51 milliseconds