Searched defs:SO_REUSEADDR (Results 1 – 4 of 4) sorted by relevance
171 @Native public final static int SO_REUSEADDR = 0x04; field
186 public static final SocketOption<Boolean> SO_REUSEADDR = field in StandardSocketOptions
45 public static final int SO_REUSEADDR = 8; field in OldSocketTestCase
582 public static final int SO_REUSEADDR = placeholder(); field in OsConstants