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