Searched refs:MSG_PEEK (Results 1 – 5 of 5) sorted by relevance
41 import static android.system.OsConstants.MSG_PEEK;131 doRecv(p, MSG_PEEK); in peek()137 doRecv(p, MSG_PEEK); in peekData()
791 public static final int MSG_PEEK; field in OsConstants792 static { MSG_PEEK = 0; }
467 public static final int MSG_PEEK = placeholder(); field in OsConstants
400 initConstant(env, c, "MSG_PEEK", MSG_PEEK); in OsConstants_initConstants()
406 field public static final int MSG_PEEK;