Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_socket_h.c121 MACRO(MSG_WAITALL); in sys_socket_h()
/bionic/libc/bionic/
Dsystem_property_set.cpp86 int result = TEMP_FAILURE_RETRY(recv(socket_.get(), value, sizeof(*value), MSG_WAITALL)); in RecvInt32()
/bionic/libc/include/sys/
Dsocket.h238 #define MSG_WAITALL 0x100 macro