Searched refs:MCAST_JOIN_SOURCE_GROUP (Results 1 – 5 of 5) sorted by relevance
93 #define MCAST_JOIN_SOURCE_GROUP 66 macro98 #define MCAST_JOIN_SOURCE_GROUP 82 /* join a source-specific group */ macro648 opt = (join) ? MCAST_JOIN_SOURCE_GROUP : MCAST_LEAVE_SOURCE_GROUP; in Java_sun_nio_ch_Net_joinOrDrop6()
758 public static final int MCAST_JOIN_SOURCE_GROUP; field in OsConstants759 static { MCAST_JOIN_SOURCE_GROUP = 0; }
379 #if defined(MCAST_JOIN_SOURCE_GROUP) in OsConstants_initConstants()380 initConstant(env, c, "MCAST_JOIN_SOURCE_GROUP", MCAST_JOIN_SOURCE_GROUP); in OsConstants_initConstants()
456 public static final int MCAST_JOIN_SOURCE_GROUP = placeholder(); field in OsConstants
395 field public static final int MCAST_JOIN_SOURCE_GROUP;