Searched defs:IP_MULTICAST_LOOP (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DStandardSocketOptions.java325 public static final SocketOption<Boolean> IP_MULTICAST_LOOP = field in class:StandardSocketOptions
326 new StdSocketOption<Boolean>("IP_MULTICAST_LOOP", Boolean.class);
H A DSocketOptions.java212 public final static int IP_MULTICAST_LOOP = 0x12; field in interface:SocketOptions

Completed in 31 milliseconds