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