Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp358 #if defined(MCAST_LEAVE_GROUP) in OsConstants_initConstants()
359 initConstant(env, c, "MCAST_LEAVE_GROUP", MCAST_LEAVE_GROUP); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java343 public static final int MCAST_LEAVE_GROUP = placeholder(); field in OsConstants
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java450 int op = (option == JAVA_MCAST_JOIN_GROUP) ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP; in setSocketOptionErrno()