Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNet.c96 #define MCAST_UNBLOCK_SOURCE 65 macro
105 #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.cpp373 #if defined(MCAST_UNBLOCK_SOURCE) in OsConstants_initConstants()
374 initConstant(env, c, "MCAST_UNBLOCK_SOURCE", MCAST_UNBLOCK_SOURCE); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java374 public static final int MCAST_UNBLOCK_SOURCE = placeholder(); field in OsConstants