Searched refs:MCAST_BLOCK_SOURCE (Results 1 – 3 of 3) sorted by relevance
91 #ifndef MCAST_BLOCK_SOURCE95 #define MCAST_BLOCK_SOURCE 64 macro104 #define MCAST_BLOCK_SOURCE 84 /* block a source */ macro682 int opt = (block) ? MCAST_BLOCK_SOURCE : MCAST_UNBLOCK_SOURCE; in Java_sun_nio_ch_Net_blockOrUnblock6()
370 #if defined(MCAST_BLOCK_SOURCE) in OsConstants_initConstants()371 initConstant(env, c, "MCAST_BLOCK_SOURCE", MCAST_BLOCK_SOURCE); in OsConstants_initConstants()
373 public static final int MCAST_BLOCK_SOURCE = placeholder(); field in OsConstants