Home
last modified time | relevance | path

Searched refs:MCAST_UNBLOCK_SOURCE (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
DNet.c90 #define MCAST_UNBLOCK_SOURCE 65 macro
99 #define MCAST_UNBLOCK_SOURCE 85 /* unblock a source */ macro
682 int opt = (block) ? MCAST_BLOCK_SOURCE : MCAST_UNBLOCK_SOURCE; in Java_sun_nio_ch_Net_blockOrUnblock6()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp370 #if defined(MCAST_UNBLOCK_SOURCE) in OsConstants_initConstants()
371 initConstant(env, c, "MCAST_UNBLOCK_SOURCE", MCAST_UNBLOCK_SOURCE); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java347 public static final int MCAST_UNBLOCK_SOURCE = placeholder(); field in OsConstants
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java480 return MCAST_UNBLOCK_SOURCE; in getGroupSourceReqOp()