Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNet.c92 #define MCAST_LEAVE_SOURCE_GROUP 67 macro
97 #define MCAST_LEAVE_SOURCE_GROUP 83 /* leave a single source */ macro
652 opt = (join) ? MCAST_JOIN_SOURCE_GROUP : MCAST_LEAVE_SOURCE_GROUP; in Java_sun_nio_ch_Net_joinOrDrop6()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp364 #if defined(MCAST_LEAVE_SOURCE_GROUP) in OsConstants_initConstants()
365 initConstant(env, c, "MCAST_LEAVE_SOURCE_GROUP", MCAST_LEAVE_SOURCE_GROUP); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java345 public static final int MCAST_LEAVE_SOURCE_GROUP = placeholder(); field in OsConstants
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java476 return MCAST_LEAVE_SOURCE_GROUP; in getGroupSourceReqOp()