Searched refs:MCAST_JOIN_GROUP (Results 1 – 5 of 5) sorted by relevance
755 public static final int MCAST_JOIN_GROUP; field in OsConstants756 static { MCAST_JOIN_GROUP = 0; }
373 #if defined(MCAST_JOIN_GROUP) in OsConstants_initConstants()374 initConstant(env, c, "MCAST_JOIN_GROUP", MCAST_JOIN_GROUP); in OsConstants_initConstants()
529 int op = (option == JAVA_MCAST_JOIN_GROUP) ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP; in setSocketOptionErrno()
454 public static final int MCAST_JOIN_GROUP = placeholder(); field in OsConstants
394 field public static final int MCAST_JOIN_GROUP;