Searched refs:MSG_PEEK (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp222 MSG_PEEK - returns a clone of the buffer and keep the original
229 if ((flags & ~(MSG_DONTWAIT | MSG_PEEK)) != 0)
239 if ((flags & MSG_PEEK) != 0) {
276 if (flags & MSG_PEEK)
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp29 FLAG_INFO_ENTRY(MSG_PEEK),
/haiku/headers/private/net/
H A DProtocolUtilities.h216 if ((flags & ~(MSG_DONTWAIT | MSG_PEEK)) != 0)
219 return BlockingDequeue((flags & MSG_PEEK) != 0, _SocketTimeout(flags),
/haiku/headers/posix/sys/
H A Dsocket.h114 #define MSG_PEEK 0x0002 /* peek at incoming message */ macro
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp934 if ((flags & ~(MSG_DONTWAIT | MSG_WAITALL | MSG_PEEK)) != 0)
1024 bool clone = (flags & MSG_PEEK) != 0;

Completed in 104 milliseconds