Searched refs:MSG_WAITALL (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/debug/strace/
H A Dnetwork.cpp35 FLAG_INFO_ENTRY(MSG_WAITALL),
/haiku/headers/posix/sys/
H A Dsocket.h119 #define MSG_WAITALL 0x0040 /* wait for full request or error */ macro
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp934 if ((flags & ~(MSG_DONTWAIT | MSG_WAITALL | MSG_PEEK)) != 0)
971 // When MSG_WAITALL is set then the function should block
973 if (flags & MSG_WAITALL)

Completed in 159 milliseconds