Searched refs:MCAST_UNBLOCK_SOURCE (Results 1 – 3 of 3) sorted by relevance
96 #define MCAST_UNBLOCK_SOURCE 65 macro105 #define MCAST_UNBLOCK_SOURCE 85 /* unblock a source */ macro682 int opt = (block) ? MCAST_BLOCK_SOURCE : MCAST_UNBLOCK_SOURCE; in Java_sun_nio_ch_Net_blockOrUnblock6()
373 #if defined(MCAST_UNBLOCK_SOURCE) in OsConstants_initConstants()374 initConstant(env, c, "MCAST_UNBLOCK_SOURCE", MCAST_UNBLOCK_SOURCE); in OsConstants_initConstants()
374 public static final int MCAST_UNBLOCK_SOURCE = placeholder(); field in OsConstants