Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Duipc_socket.c865 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/
Dsocket.h503 #define MSG_PEEK 0x2 /* peek at incoming message */ macro
/openbsd/src/gnu/usr.bin/perl/cpan/Socket/
DMakefile.PL264 } foreach qw (MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS);
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DMakefile.PL56 MAX_INPUT MB_LEN_MAX MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK
/openbsd/src/usr.sbin/sasyncd/
Dpfkey.c322 if (recv(fd, &hdr, sizeof hdr, MSG_PEEK) != sizeof hdr) { in pfkey_read()
/openbsd/src/usr.sbin/ldpd/
Dpfkey.c254 if (recv(sd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_read()
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dexport.t136 MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK
/openbsd/src/usr.sbin/bgpd/
Dpfkey.c412 if (recv(sd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_read()
/openbsd/src/sbin/iked/
Dpfkey.c1413 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/
Dgdbremote_testcase.py263 if len(sock.recv(1, socket.MSG_PEEK)) == 0:
/openbsd/src/sbin/ipsecctl/
Dpfkey.c781 if (recv(sd, &hdr, sizeof(hdr), MSG_PEEK) != sizeof(hdr)) { in pfkey_reply()
/openbsd/src/sys/netinet/
Dtcp_usrreq.c943 if ((flags & MSG_PEEK) == 0) in tcp_rcvoob()
/openbsd/src/usr.bin/nc/
Dnetcat.c603 rv = recvfrom(s, buf, sizeof(buf), MSG_PEEK, in main()
/openbsd/src/sbin/isakmpd/
Dpf_key_v2.c231 n = recv(pf_key_v2_socket, &hdr, sizeof hdr, MSG_PEEK); in pf_key_v2_read()
/openbsd/src/gnu/usr.bin/perl/Porting/
DGlossary1812 which indicates that the MSG_PEEK is available. #ifdef is