Searched refs:MSG_PEEK (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | uipc_socket.c | 865 error = pru_rcvoob(so, m, flags & MSG_PEEK); in soreceive() 919 if ((flags & MSG_PEEK) == 0) in soreceive() 982 if (flags & MSG_PEEK) { in soreceive() 1002 if (flags & MSG_PEEK) { in soreceive() 1110 if (flags & MSG_PEEK) { in soreceive() 1143 if (flags & MSG_PEEK) { in soreceive() 1156 if ((flags & MSG_PEEK) == 0) { in soreceive() 1196 if ((flags & MSG_PEEK) == 0) in soreceive() 1199 if ((flags & MSG_PEEK) == 0) { in soreceive()
|
| /openbsd/src/sys/sys/ |
| D | socket.h | 503 #define MSG_PEEK 0x2 /* peek at incoming message */ macro
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Socket/ |
| D | Makefile.PL | 264 } foreach qw (MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS);
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 56 MAX_INPUT MB_LEN_MAX MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK
|
| /openbsd/src/usr.sbin/sasyncd/ |
| D | pfkey.c | 322 if (recv(fd, &hdr, sizeof hdr, MSG_PEEK) != sizeof hdr) { in pfkey_read()
|
| /openbsd/src/usr.sbin/ldpd/ |
| D | pfkey.c | 254 if (recv(sd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_read()
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | export.t | 136 MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | pfkey.c | 412 if (recv(sd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_read()
|
| /openbsd/src/sbin/iked/ |
| D | pfkey.c | 1413 if (recv(fd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_reply() 1801 if (recv(fd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_dispatch()
|
| /openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| D | gdbremote_testcase.py | 263 if len(sock.recv(1, socket.MSG_PEEK)) == 0:
|
| /openbsd/src/sbin/ipsecctl/ |
| D | pfkey.c | 781 if (recv(sd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_reply()
|
| /openbsd/src/sys/netinet/ |
| D | tcp_usrreq.c | 943 if ((flags & MSG_PEEK) == 0) in tcp_rcvoob()
|
| /openbsd/src/usr.bin/nc/ |
| D | netcat.c | 603 rv = recvfrom(s, buf, sizeof(buf), MSG_PEEK, in main()
|
| /openbsd/src/sbin/isakmpd/ |
| D | pf_key_v2.c | 231 n = recv(pf_key_v2_socket, &hdr, sizeof hdr, MSG_PEEK); in pf_key_v2_read()
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | Glossary | 1812 which indicates that the MSG_PEEK is available. #ifdef is
|