Searched refs:MCAST_JOIN_GROUP (Results 1 – 3 of 3) sorted by relevance
355 #if defined(MCAST_JOIN_GROUP) in OsConstants_initConstants()356 initConstant(env, c, "MCAST_JOIN_GROUP", MCAST_JOIN_GROUP); in OsConstants_initConstants()
342 public static final int MCAST_JOIN_GROUP = placeholder(); field in OsConstants
450 int op = (option == JAVA_MCAST_JOIN_GROUP) ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP; in setSocketOptionErrno()