Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dsocket.h258 #define MSG_EOR 0x80 /* End of record */ macro
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java209 public static final int MSG_EOR = placeholder(); field in OsConstants