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

/libcore/ojluni/src/main/native/
H A DNet.c90 #define MCAST_UNBLOCK_SOURCE 65 macro
99 #define MCAST_UNBLOCK_SOURCE 85 /* unblock a source */ macro
664 int opt = (block) ? MCAST_BLOCK_SOURCE : MCAST_UNBLOCK_SOURCE;
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp371 #if defined(MCAST_UNBLOCK_SOURCE)
372 initConstant(env, c, "MCAST_UNBLOCK_SOURCE", MCAST_UNBLOCK_SOURCE);
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java347 public static final int MCAST_UNBLOCK_SOURCE = placeholder(); field in class:OsConstants

Completed in 133 milliseconds