Searched refs:MSG_WAITALL (Results 1 – 3 of 3) sorted by relevance
121 MACRO(MSG_WAITALL); in sys_socket_h()
86 int result = TEMP_FAILURE_RETRY(recv(socket_.get(), value, sizeof(*value), MSG_WAITALL)); in RecvInt32()
238 #define MSG_WAITALL 0x100 macro