Home
last modified time | relevance | path

Searched refs:MCAST_JOIN_SOURCE_GROUP (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
DNet.c93 #define MCAST_JOIN_SOURCE_GROUP 66 macro
98 #define MCAST_JOIN_SOURCE_GROUP 82 /* join a source-specific group */ macro
648 opt = (join) ? MCAST_JOIN_SOURCE_GROUP : MCAST_LEAVE_SOURCE_GROUP; in Java_sun_nio_ch_Net_joinOrDrop6()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java758 public static final int MCAST_JOIN_SOURCE_GROUP; field in OsConstants
759 static { MCAST_JOIN_SOURCE_GROUP = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp379 #if defined(MCAST_JOIN_SOURCE_GROUP) in OsConstants_initConstants()
380 initConstant(env, c, "MCAST_JOIN_SOURCE_GROUP", MCAST_JOIN_SOURCE_GROUP); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java456 public static final int MCAST_JOIN_SOURCE_GROUP = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt395 field public static final int MCAST_JOIN_SOURCE_GROUP;