Searched defs:SO_REUSEADDR (Results 1 – 4 of 4) sorted by relevance
172 @Native public static final 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
708 public static final int SO_REUSEADDR = placeholder(); field in OsConstants