Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNet.c91 #ifndef MCAST_BLOCK_SOURCE
95 #define MCAST_BLOCK_SOURCE 64 macro
104 #define MCAST_BLOCK_SOURCE 84 /* block 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_BLOCK_SOURCE) in OsConstants_initConstants()
371 initConstant(env, c, "MCAST_BLOCK_SOURCE", MCAST_BLOCK_SOURCE); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java373 public static final int MCAST_BLOCK_SOURCE = placeholder(); field in OsConstants