Home
last modified time | relevance | path

Searched defs:MSG_WAITALL (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
Dsocket.h259 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java213 public static final int MSG_WAITALL = placeholder(); field in OsConstants