Searched refs:MCAST_LEAVE_GROUP (Results 1 – 5 of 5) sorted by relevance
761 public static final int MCAST_LEAVE_GROUP; field in OsConstants762 static { MCAST_LEAVE_GROUP = 0; }
376 #if defined(MCAST_LEAVE_GROUP) in OsConstants_initConstants()377 initConstant(env, c, "MCAST_LEAVE_GROUP", MCAST_LEAVE_GROUP); in OsConstants_initConstants()
529 int op = (option == JAVA_MCAST_JOIN_GROUP) ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP; in setSocketOptionErrno()
455 public static final int MCAST_LEAVE_GROUP = placeholder(); field in OsConstants
396 field public static final int MCAST_LEAVE_GROUP;